Search Results for 'download link'

Viewing 25 results - 5,201 through 5,225 (of 9,352 total)
  • Author
    Search Results
  • #79364

    Shahriar
    Moderator

    You have to add recommended parameter in your shortcode to show this section. Please check this doc link for more info https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_dashboard-user-dashboard-short-code/

    #79347

    Eli Linares
    Member

    DISCARD THIS MESSAGE I ALREADY FOUND OUT HOW TO FIX IT IN SETTINGS.

    Hello there

    We have changed our site’s login URL in WordPress and now all protected downloads show the old login page when an unregistered user attempts to download a protected file.

    How do I make the plugin update the download link to show the new login URL in WordPress?
    Thanks in advance.


    Scott Erholm
    Member

    I am using the Email lock option. When the site visitor gets the email with the download link, it appears as the package permalink, with the wpdmdl and _wpdmkey tacked on. Okay, that’s fine.

    However, if the visitor copies that link, and then uses wget on the command line, the file saved is NOT the Link Label, or the permalink, but instead ‘index.html?wpdmdl=xxx&_wpdmkey=xxx….’

    How can this be fixed? My site visitors are cli users, and do want to use wget and the like.

    Ideally, I would like the saved filename to be the Link Label, as defined in the Package Settings.

    Thanks,
    Scott

    #79340

    Shahriar
    Moderator

    @inks, Sorry about that. Please try now. It should work this time.


    @kabitik
    , You can generate your license key from order details page. Please check this link https://www.wpdownloadmanager.com/doc/where-is-my-license-key/

    #79326
    This reply has been marked as private.
    #79278

    In reply to: new menu in Dashboard


    fatmir
    Member

    Thank you for your answer, but it is not working.
    I want to put a link to the shortcode “[wpdm_frontend]” and I put the code below to the function.php of the theme.
    The result you can show on the image attached.
    So the wpdm_frontend is opening in a frame of the dashboard, but I can not run the correct link if I click to the second time to “Add new”.
    Can you help me to connect the “add new” button to the first button?

    Best regards

    Fatmir

    // Use this filter to add menu items with author dashboard or remove any menu item from author dashboard
    add_filter(‘wpdm_user_dashboard_menu’,’my_custom_dashboard_menus’,10,1);
    // $menu_items is an array containing current menu items
    function my_custom_dashboard_menus($menu_items){
    // Removing edit profile menu
    unset($menu_items[‘edit-profile’]);
    unset($menu_items[‘subscription-plan’]);
    unset($menu_items[‘subscription-download-area’]);
    unset($menu_items[‘subscription-download-area’]);
    //Adding new menu item using callback function
    //$menu_items[‘new-menu-id’] = array(‘name’► __(‘Menu Title’,’text-domain’), ‘callback’ ► ‘CallbackFunction’);
    //Adding new menu item using short-code
    $menu_items[‘new-menu-id’] = array(‘name’► __(‘Add NEW’,’text-domain’), ‘shortcode’ ► ‘[wpdm_frontend]‘);
    return $menu_items;
    }

    #79252

    Shahriar
    Moderator

    You can use this add-on https://www.wpdownloadmanager.com/download/lazy-download-add-on/ to redirect the user to a predefined page when they click on download link and start download from the page.

    #79246
    This reply has been marked as private.
    #79238

    Shahriar
    Moderator

    Please try the following method,

    1 ) Clone the Single Column with Doc Preview template from Downloads Templates Page Templates.

    2 ) Find [download_link_extended] and replace it with <a target="_blank" href="[download_url]">[link_label]</a>

    3 ) Set this new template in package settings.

    #79224

    Shahriar
    Moderator

    Use a link template that shows the download button. You can try Call To Action 3. Actually, all link template has the download button not sure which one you are using. You can send me the shortcode page link to check.

    Please use TinyMCE add-on ( http://wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert shortcode easily.

    #79154

    You could solve that one easy – did that just today – just use a template and change it a little bit: check out which template you’re using (or select one via shortcode). On the template page, create a copy of that template and edit it. I use “link-template-widget” which has the exact thing you describe: I click on the link and it redirects to the details page, but I want a direct download.
    To change that, just change every [page_url] in the code to an [download_url] and save.
    Then use the new shortcode for the copied template to use it. And tadaaa: you have a direct download again 🙂

    Have fun


    Sid seg
    Member

    I use to have WPDM FREE version, so i use to add file – go to all file – copy short code – add it into my page – the download is displayed in a nice way and when users click it – the download start directly .

    Moved to pro version, doing the same steps as before but when my users click the link their are being redireted to another page in order to start the download.

    Need to stop that and make it easy like the free version, the download should start directly.

    Thanks in advance for your help.

    #79080

    For a PDF package in which I have no Link Template and the Page Template is Single Column with Doc Preview, when the Download link is clicked, is there a way to have the rendered preview appear in a new window?

    #79018

    Sid seg
    Member

    I use to have WPDM FREE version, so i use to add file – go to all file – copy short code – add it into my page – the download is displayed in a nice way and when users click it – the download start directly .

    Moved to pro version, doing the same steps as before but when my users click the link their are being redireted to another page in order to start the download.

    Need to stop that and make it easy like the free version, the download should start directly.

    Thanks in advance for your help.

    #79017
    This reply has been marked as private.
    #78977

    Shahriar
    Moderator

    Setting up guest order page is pretty simple. Create a page and place this shortcode there [wpdmpp_guest_orders]

    To add this guest order page URL in your purchase confirmation email you have to edit the purchase-confirmation template from Downloads Templates Email Template page. Replace the [#order_url#] with the guest order page link and that’s it.

    #78972

    Shahriar
    Moderator

    You can hide the download count using a custom page template. Just clone ( Downloads Templates Page Templates ) the current page template you are using now. And remove the [download_count] tag from there and save the template.

    Now you can set this as you page template from package settings. If you need more info in custom templates please check the following links,

    Creating a new template

    Building a WordPress Download Manager Link Template from Scratch

    #78952

    drscripto
    Member

    Thanks Eftekher, that is not the email I was meaning. There is no problem with the Paypal transaction – it gets charged and both me and the customer get notified by Paypal.

    However customers are telling me that they are not able to access the URL to download the file they just paid for. At first I thought they were not receiving the email with the link but I have just found out that they are. The problem is that my guest purchases page was not set up properly so the customers are unable to access the download link or register. For now I have turned off guest checkout and guest download.

    Is there a document that explains how to set up the guest purchases page?

    #78950

    Hello,

    I don’t want to show the download count on my post but I can’t find the option to remove it. I’m talking about the page that shows on links like these: http://www.mydomain.com/download/filetodownload

    I don’t want to visitors to see how many times it’s been downloaded.


    Fahim
    Member

    Hi,

    Please add this in your shortcode: cols="page_link,file_count,download_count|categories|update_date|download_link"

    Example:
    [wpdm-all-packages items_per_page="10" cols="page_link,file_count,download_count|categories|update_date|download_link" categories="product-rubber-black" jstable=1 order="ASC"]

    Thank you.


    Rintesh Roy
    Member

    Hello,

    Now that the Polylang plugin is disabled, the table is displaying fine by using the following shortcode:
    [wpdm-all-packages items_per_page=”10″ categories=”product-rubber-black” jstable=1 order=”ASC”]

    But, earlier each item in the table was hyperlinked to the individual download page. Which means each item could be clicked to open a download page for that particular package/item. But now the hyperlinks are gone. The individual package/item pages can not be accessed.

    Please refer to the attached image.

    Thanks.

    #78924

    Fahim
    Member

    Hi,

    There is a sample file which can help you. Here is the link : https://demo.wpdownloadmanager.com/wpdmpro/wp-content/plugins/download-manager/sample.csv

    Thank you.

    #78923

    Eftekher
    Member

    Hi,

    To get messages via paypal, you need to enable IPN.
    To set IPN please follow this link:
    How to enable IPN

    Thank you

    #78922

    Fahim
    Member

    Hi,

    1. Please update your Download Manager plugin. Then go to Downloads>Settings>Frontend
    and select login and registration page. (Screenshot: https://prnt.sc/jud9cg )
    2. You can use W3 Total Cache plugin. Link: https://wordpress.org/plugins/w3-total-cache/

    3. You can renew the license by clicking “Renew Now” button from your orders.
    (Screenshot: https://prnt.sc/jud751 )

    4. Please update your Download Manager plugin.

    Thank you.

    #78921

    Eftekher
    Member

    Hi,

    This is a php code, you should implement the code in a php file where you are performing your Download now option.
    You cannot use this code in a javascript code .
    If you are using download link of Download Manager you don’t have to implement it separately , Download Manager by default implements it.

    Thank you.

Viewing 25 results - 5,201 through 5,225 (of 9,352 total)