Search Results for 'download link'

Viewing 25 results - 4,851 through 4,875 (of 9,332 total)
  • Author
    Search Results
  • #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.

    qstiegler
    Participant

    Okay this completely confuses me:

    On my page I have a Download area. This Download area I made with the “WPDM – Archive Page” Extension. All downloads in this area are public available.

    Now I wanna add some more Files which I do not see on the Download area. Instead I want them to just be available by manually generated links which I send by Email to the customers. How can I make that?

    Additionally I just updated to Version 4.7.9 of WPDM and now when I try to generate a download link I get the following Error “Error! Unauthorized Access” instead of the link in the field. Is there maybe a bug in the newest version?

    #89548

    Hi,

    First of all thanks for your great work!

    By the way I don’t get any password via email after registration (verifyemail=true).
    Second point, the email received with username and login link propose https://xxx.com/wp-login.php. I need to put another page for login. how can I do this?
    About wpdm_my_downloads shortcode, how can I personalize data table as with wpdm_all_packages (cols, colheads, etc….)
    On logout I need users to back to a page other than /wp-login.php. How can do this?
    Last, can I override plugin files in childtheme ?

    I’m in a hurry on this project, could please take some time asap to answer? Many thanks,

    Best regards !


    Joachim
    Member

    Hello,

    I bought the PDF Viewer Addon but it does not work when I use the reCAPTCHA lock.

    Also I read your manual but how do I embed the PDF in an article? I only can embed the link and when I click it I will see the download with the embedded PDF.

    Thanks

    Jojo

    #89524

    In reply to: Users notification


    Noomia SPRL
    Member

    Hi Shahriar,

    Is there a demo link ? This plugin looks good but I need to test it 🙂 !
    Is it possible for users to subscribe to new downloads but only new downloads in some particular categories ?

    Thank you

    Thank you very much for your answer. I am now working on the new site which will firstly in Greek. The page link is http://paivanas.gr/download/stanitsas-lessons-triodion/ . It is in Greek and you probably cannot read it. I managed a little bit the colors using the avada templates I working with. What I would like to do is to change the color of the download key or other colors.
    I do not really want to bother you. If you can you send any advises.
    Thank you in advance
    Regards
    Athanasios

    #89506

    Juliane Bob-Fuchs
    Participant

    Also other download links didn’t work :
    “Entschuldigung! Download ist noch nicht verfügbar.” <– it is german and says: “Sorry, download is not avalaible.”

Viewing 25 results - 4,851 through 4,875 (of 9,332 total)