Search Results for 'download link'

Viewing 25 results - 4,901 through 4,925 (of 9,382 total)
  • Author
    Search Results
  • #90035

    In reply to: Problem license


    Shahriar
    Moderator

    Hi,

    Your license key isn’t linked to any domain. So, it should work without any issue. You can save your license key in Downloads Settings License Tab. Please send admin login info in private reply, if you need help with the license verification process.

    Thanks.

    #90029

    Srivishnu
    Participant

    So, I am trying to create a file sharing site (NOT file HOSTING) with your plugin. So, far everything is fine.

    I have created a dummy user to test the functioning. So, here is what happens:

    When the user uploads a file and tries to share the package, they get four options:

    1. Direct download
    2. Package Link
    3. Email
    4. Embed

    Question number 1: I want the user to be able to get only one option. The second one. [Package Link]. How to achieve that?

    Question number 2: The ‘Package Link’ option displays the link as follows:
    https://www.example.com/download/5bfd754616661/?wpdmframe
    I want the link to NOT HAVE the “?wpdmframe” extension. For example, I want the link to be like this:
    https://www.example.com/download/5bfd754616661/

    Any help on this would be great! 🙂

    #89980

    frogdog
    Member

    I’ve activated Download Manager Pro on my local development copy of a site for testing purposes. This then needs to be pushed to a staging server for client approval before being pushed live.

    Is there a way to manage Linked Sites so I can transition a license for local->staging->production workflow? It only needs to be active on a single instance at any given time.

    #89937

    In reply to: Open link in new tab?


    Shahriar
    Moderator

    Could you please send login info? When you set the price it usually shows the add to cart button not download link. So it seems a little bit confusing to me.


    metroworks
    Member

    I’ve had a lot of my users complain that they only see “-1” instead of the package links. I have the packages set up in an accordion on a private page for each user. Within the package, the files are from a directory link rather than directly uploaded to the package page.
    It seems that users are able to download some of the packages available to them, but then as they try to download others, all they see is “-1”.

    #89901

    In reply to: Open link in new tab?


    Hamid Ali Anjum
    Participant
    This reply has been marked as private.
    #89895

    Shahriar
    Moderator

    Hi,

    You can add media files from edit package screen. Then use a link/page template with [file_list] template tag to display the audio player. Use can use built-in page template “Single Column, Extended, PlayList “, this template shows the player using [file_list] tag,

    Demo of audio player https://demo.wpdownloadmanager.com/wpdmpro/download/audio-songs/

    There is a built-in Video Player page template ( Video Player ) that utilizes the [video_player_1200] template tag to show video player.

    Demo of video player https://demo.wpdownloadmanager.com/wpdmpro/download/video-player-play-only/

    Please send temporary wp-admin login info in private reply if you want me to set up a demo for you.

    Thanks.

    #89842

    Shahriar
    Moderator

    Following only step 1 is not enough. You have to assign the file using step 2. In the following screenshot, only user ‘TESTER’ are allowed to download the file.

    https://www.evernote.com/l/AUcSu7NJXxVN979GHdeALzUvvlW24uDUicgB/image.png

    I am referring to the Generate Temporary Download Link option,

    https://www.evernote.com/l/AUfd8bhJft5O8q5yQC2nSeKLmSARMfHDyeQB/image.png

    #89836

    Shahriar
    Moderator

    Actually, you can show a random package from a category using the Download Manager category shortcode. After checking the issue more closely I found that using the following structure you can implement it. Crucial parameters here are toolbar=0 item_per_page=1 order_by="rand" paging="false"

    [wpdm_category id="flat-ui," cols="1" toolbar=0 desc=1 item_per_page=1 template="link-template-calltoaction1" order_by="rand" paging="false"]

    #89814

    services
    Member

    If I do 1, then the link doesn’t work. The downloaded file becomes a txt file error telling me ‘you don’t have permission to download this file’.

    Just to make sure we are on the same page. the link you mentioned for sharing is the one as shown on the attached?

    On the secured page I am using ‘wpdm-archive category’ because I want the files to be listed by category. And it works well.

    #89812

    In reply to: Open link in new tab?


    Shahriar
    Moderator

    1 ) Use [premium_file_list] template tag in your template to show file list with price
    2 ) Replace [download_link] with <a class="btn btn-primary" href="[download_url]" target="_blank">Download</a> to open files in a new tab. Works with unlocked files only.

    #89798

    Shahriar
    Moderator

    Replaced [download_link] with <a class="wpdm-download-link btn btn-danger" target="_blank" href="[download_url]">Otwórz</a> in your custom page template. Please do the same for the link template.

    Added toolbar=0 in wpdm_packages shortcode to hide the toolbar.

    #89793

    Shahriar
    Moderator

    Default Values does work with frontend uploader. Just add the patch I sent in the previous reply or send login info in private reply. I will do it for you.

    1 ) Requires customization. Could be done using user_register hook https://codex.wordpress.org/Plugin_API/Action_Reference/user_register
    2 ) Not possible but you can use the file manager to upload files in a directory of your choice and then attach the file using browse tab in Attach File meta box.
    3 ) As I mentioned above this is in our to-do list to send an email link to set the password.
    4 ) Noted for implementation.
    5 ) Will be added this in next version
    6 ) You can add custom fields in the sign-up form using Advanced Custom Fields add-on https://www.wpdownloadmanager.com/download/advanced-custom-fields/
    7 ) Sorry, Not clear. Do you want to show user profile URLs for all users? It is possible with custom code.
    8 ) File Manager is embedded with Frontend Uploader page as well as admin sub-menu in the Downloads menu.

    #89780

    Hamid Ali Anjum
    Participant

    Hi,

    I am trying to put affiliate links in “URL” tab and facing the following 2 issues:

    1) How do i show the price in “link template” which i have put in “Price” box?
    2) By clicking on download, how do i open the give link in “new tab” instead of in same tab?

    Please check the screenshot.

    #89755

    services
    Member

    I have two users A and B (both Subscriber roles) I have two packages N and M. These packages are categorised as ‘Z’. This category is accesible via a secured webpage to which both A and B users have access. And, I want the ability to share a download link with user A by copy+paste into an email message via Outlook -To do this I’ve been told I need to set package N to have ‘Allow access’ to ‘all visitors’ for the link to work.

    Now, I do NOT want user B to have access to packed N, so I have not chosen him/her as ‘Select Members’ with access to this package. However he/she still able to see and download package N when logged in into the secured webpage (listing Z category) because the package has ‘allow access’ to ‘all visitors’. How can I avoid this?

    So, when logged in, user A must have access to N and M, but user B should only be able to see/download M.

    I hope the above makes sense. Please advice.

    #89741

    GIOVANNI AMERIGHI
    Participant

    Traduction by google:
    Hello. I bought this plugin because I thought I understood that it allowed to create multilevel downloads.
    Let me explain: I have to create a page containing documents relating to two or more events. I should therefore be able to see two clickable links which, each one, brings me to a further page where you can find clickable links (event topics) which lead me to download the relevant files.
    example:
    1st level = (event 1) – (event 2)
    by clicking on event 1 I should go to the next level. Then:
    2nd level = (event1argument1 – event1argument2 – Event1argument3)
    By clicking on argument1 I should go to the next level where the relative files to download should be present. Then
    3rd level = argument1file1 – argument1file2 …

    How should I do?
    Thank you

    #89726

    Lesek
    Member
    This reply has been marked as private.
    #89705

    Shahriar
    Moderator

    All these texts are available in the .pot file for translation. How did you translate other texts? Did you use the download-manager.pot file or another approach?

    To translate link/page template you have to create a custom template. Clone the template you are using now and replace those texts.

    Thanks.

    #89682

    Shahriar
    Moderator

    You can use the Default Values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on to set default values to new packages as well as bulk update the settings of old packages.

    Please send temporary wp-admin login info in private reply, I will create a custom link template for you that opens files in new tabs.


    ArkivIT AB
    Member

    Hi,

    I get a red empty box instead of the download link in one of my download posts.
    See attached image.

    The red box is called “.w3eden .alert.alert-danger”
    How can I fix this?

    Regards,
    Ida

    #89625

    Shahriar
    Moderator

    1 ) They have to request the password using request password link in the login form. I understand that this process can be made easier. We will add a password setting link in the signup email in next version.

    2 ) You can use the Default Values add-on ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) to set default settings for new packages. But users have the option to change the default settings if they want.

    3 ) You have to edit the /wpdm-custom-access-level.php file. Add the following hidden input in line no 309 before the input text field. Adjust the username.

    <input type="hidden" name="file[user_access][]" value="username">

    4 ) The answer is Default Values add-on

    5 ) Requires detailed code customization. We provide custom upgrade service ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ ) in cases like this. Let me know if you are interested.

    Please let me know if you have further about any point discussed above.


    Shahriar
    Moderator

    Keep the Allow Access option empty for those special packages. Then download will only be possible using manually generated links.

    Generate download link feature works fine on my test. Please check if the user you are testing with has the administrator user role?


    Shahriar
    Moderator

    I have placed 2 downloads per row. From your custom link template remove the style="width:50%;" inline style. That will fix the size. Provide user doesn’t have access to the templates so I couldn’t edit the template file.

    https://www.evernote.com/l/AUfE-PmNXEtI8KpGhFm_evd6RWrbtaaG3A8B/image.png


    Shahriar
    Moderator

    Hi,

    PDF Viewer currently supports the password lock only.

    You can embed the viewer in a post using a custom link template. The viewer uses the [doc_preview] template tag. So, you have to create a custom link template using this tag. Then use this custom link template when inserting the shortcode in a post. Create custom link template from Downloads Templates page. If you need help with that, send temporary wp-admin login info in private reply. I will create a template for you.

    I have to check how the other plugin works before proving a quote on customization. Or we can create a completely new solution for it.

    Thanks.

    #89566

    In reply to: Users notification


    Shahriar
    Moderator
    This reply has been marked as private.
Viewing 25 results - 4,901 through 4,925 (of 9,382 total)