Search Results for 'download link'

Viewing 25 results - 1 through 25 (of 9,382 total)
  • Author
    Search Results

  • Mark T
    Participant

    Before I purchased the WPDM ACF add-on, I read on the add-on page on your website (https://www.wpdownloadmanager.com/download/advanced-custom-fields/) that you can “8. Customize front-end package form
    ” – but I cannot find any documentation on how this works. I have created field Groups, and fields within those groups. But how do I connect those groups or fields into the Add New Package form on the front-end? I can see screenshots of the outcome of this on the ACF add-on page, but no documentation as to how to do it – please explain how this works. Thanks

    #208033

    Tahasin
    Moderator

    Thank you for sharing the details from DeepSeek.
    However, without being able to check the issue directly on your end, it’s quite difficult for us to identify or suggest what might be making the download link public. There could be several possible reasons, and as I mentioned earlier, files from the media library are publicly accessible.

    Thank you for your understanding.

    #208027

    erik cai
    Participant
    This reply has been marked as private.
    #208025

    Tahasin
    Moderator

    If you upload the files from WordPress Media then the download links will be publicly available. That is why we always recommend to upload files from Attach File section.

    #208024

    erik cai
    Participant
    This reply has been marked as private.
    #208018

    Tahasin
    Moderator
    This reply has been marked as private.

    Tahasin
    Moderator

    In this shortcode:
    [wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    If you use login=1, the page will be members-only, and it will show a login form to the visitors who are not logged in.


    Paul Gallina
    Participant

    How can I create the a page like this one on the demo page?

    https://try.wpdownloadmanager.com/downloads/free-downloads/

    Does this require the pro version? I don’t mind buying it, but I don’t want to buy it to find out it does not come with this. I need users to land on this page and type in their model number to filter the list to only give them the downloads for their model. Would also like for it to be able to have an argument in the URL to filter by, so we can send them direct links.

    Thanks

    #207964

    Nayeem Riddhi
    Moderator

    Call to Action 4 is not the ID of the link-template , please visit Downloads > Templates > Link Templates for that. And for filter you can check other shortcode if those meet your requirement. Please kindly check.

    Thank you

    #207962

    Nayeem Riddhi
    Moderator

    For category filter you can use other shortcodes, https://www.wpdownloadmanager.com/doc/short-codes/,

    Also explore these shortcode, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

    For download tiles you can use Call to Action 4 link template from Downloads > Templates > Link Templates.

    Please kindly check

    #207936

    In reply to: download limit


    Masanobu Soma
    Participant

    >is it possible to display related images (with links)?

    >Are you referring to download links for each images?

    It’s not a download button, but a link to the download page.

    #207935

    In reply to: download limit


    Tahasin
    Moderator

    – For customization, please pay a visit here.

    is it possible to display related images (with links)?

    Are you referring to download links for each images?

    #207933

    In reply to: download limit


    Masanobu Soma
    Participant

    On the download page, is it possible to display related images (with links)?
    Example:

    シロクマと本の飾り罫

    #207924

    Nayeem Riddhi
    Moderator

    You have to use this shortcode,

    [wpdm_packages] – WP_Query in a shortcode for download manager packages

    And for display layout you can use Call to Action 4 link template from Downloads > Templates > Link Templates. Please kindly check.

    Thank you

    #207870

    Nayeem Riddhi
    Moderator

    You can use the following add-on to link with zapier:

    WPDM Web Hooks

    Docs:

    WPDM WebHook

    Please kindly check.

    Thank you and kind regards

    #207797

    Anne Savastano
    Participant
    This reply has been marked as private.
    #207796

    In reply to: responsive datatable


    Tahasin
    Moderator

    – If you use the [wpdm_all_packages] shortcode, all packages will be displayed in a table format.

    – You can also use this extended version of the shortcode:
    [wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
    In the above shortcode, make sure to replace “slug1,slug2,…” with the actual category slugs you want to display. Only the selected categories will appear in the table.

    – Alternatively, you can use this shortcode to display packages,
    [wpdm_packages author="1" login="1" paging="1" orderby="field name" order="asc or desc" items_per_page="10" template="Link Template ID" cols=4 colspad=2 colsphone=1]


    Paolo Sartorio
    Participant
    This reply has been marked as private.
    #207685

    Tobias Hlatky
    Participant

    Hello Tahasin,

    Thanks for your reply – let me clarify the issue in more detail.

    We have created thousands of downloads in German using WP Download Manager (WPDM). On our product pages, we embed these using shortcodes like:

    bash
    Kopieren
    Bearbeiten
    [wpdm_package id="78571"]
    Now we want to make these downloads available in English, French, Spanish, etc. – but only the description should be translated. The file itself stays the same, since it’s usually a CAD file or technical document.

    When we translate a download using WPML (by duplication or automatic translation), the following happens:

    🔴 The core problems:
    A new download post is created, with a new package ID
    → This breaks our shortcodes on the product pages.

    The new post does not retain the file, icon, or other settings
    → We would have to reconfigure each translated download manually.

    ✅ What we want:
    We want to reuse the same download post / container (with the original ID, file, and icon) across languages – and only translate the text fields (title, description, etc.).

    📌 Example:
    The plugin currently generates two separate IDs for the same file:

    German download:
    138798_CAD.stp → [wpdm_package id='78571']

    English download:
    138798_CAD.stp → [wpdm_package id='78731']

    This creates two independent posts, which means we lose the file reference in the translated version. That’s exactly what we want to avoid.

    Can you please let us know if there is a way to:

    Keep one single download package per file

    Translate only the texts, not the technical settings or file links

    Retain the same shortcode across all languages

    Thank you very much for your support!

    Best regards,
    Tobias

    #207684

    Varinder Singh
    Participant

    I need hep for the following issue:
    The file that is created using Download Manager has a pdf link. Only registered users are allowed to have access to the download.
    The page template is such that, under the Abstract, there is Login button. When the user has to download the pdf file, he has to sign in. The login form is shown as Pop-Up. Ones the user is logged in the Login button gets replaced by Download button.
    NOW I want to restrict the access the Download to certain countries. For eg. users from Country A, B & G will not have access to download. For this I purchased AIOS and Login/ signup page was listed for NO ACCESS for those countries. Now if the user is accessing the Login from the Menu, the restriction works. But when the user clicks on Login to Download button , the Login popup is not getting restricted.

    Sociability and Dominance: Extraversion’s Competing Subdimensions

    Please suggest a solution.


    Chelsea Profit
    Participant

    Example: https://livingroomconversations.org/download/communicating-with-care/

    I am having a hard time getting the image centered(and would prefer for it to not be in a box)
    Here is the template codes, currently:

    <div align=”center”>
    <div class=”row”>
    <div class=”card mb-3 p-3 hide_empty [hide_empty:featured_image]”>[featured_image]</div></div>

    <div class=”wpdm-button-area mb-3″>
    [download_link]
    </div>
    </div>
    <br>
    <p> [description]</p>
    <div class=”promo-section”>
    If you find this guide valuable, please consider making a donation of $5 to help us continue offering free resources.</p>
    </div>
    <h3>Included in this download:</h3>
    [file_list]

    <p></p>
    <p>Click here to see all topics</p>
    </div>

    </div>

    </div>


    Anna Nguyen
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    You can try <a href="[download_url]" data-package='[ID]' class="wpdm-download-link wpdm-download-locked btn btn-primary"> Download </a> this instead of [download_link] on your page/link template. Please kindly check.

    Thank you


    GuidoM
    Participant

    Thank you for your reply.

    Actually, I don’t want to disallow crawling by search engines. I want to do the opposite.

    My goal is to **remove the rel="nofollow" attribute from the download links generated by the [download_link] shortcode**, because these are internal links and I don’t want to block link juice or crawling.

    I noticed that [download_link] adds rel=”nofollow” by default, and I would like to disable that behavior site-wide. I tried using filters like wpdm_link_template and wpdm_download_link in functions.php, but the nofollow attribute is still there…


    GuidoM
    Participant

    Good afternoon,
    I would like to remove the attribute from the button to download the tabs on wpdm. I tried searching in the settings but there is nothing about it. How can I do this? I also tried putting this code in function.php:

    add_filter(‘wpdm_link_template’, ‘remove_nofollow_from_wpdm_links’, 10, 2);
    function remove_nofollow_from_wpdm_links($template, $package){
    
        // Removes “nofollow” from the rel attribute (double or single quotes, with other values)
        $template = preg_replace(‘/\bnofollow\b\s*/i’, ‘’, $template); // removes word
        // Se rel="" rimane vuoto dopo la rimozione, toglilo
        $template = preg_replace(‘/\s*rel=(["\’])\s*\1/i', ‘’, $template);
    
        return $template;
    }

    But it doesn’t work!!

    My button is built like that:

    <div class="pdf-wrapper">
      <div class="pdf-text">Scheda tecnica</div>
      <i class="fas fa-file-pdf pdf-icon"></i>
      [download_link]
    </div>

    Any idea? Thanks!

Viewing 25 results - 1 through 25 (of 9,382 total)