Search Results for 'download link'

Viewing 25 results - 76 through 100 (of 9,417 total)
  • Author
    Search Results

  • 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!

    #207625

    Tobias Hlatky
    Participant

    Hello dear support team,

    I am using WPML and WPDM together. Currently, I have the following situation:

    We have created thousands of downloads in German with great effort. Now we want to make these available in English as well (and later also in French and Spanish), including an English description. Since these are mostly drawings and CAD files, the files themselves do not need to be translated. Additionally, we use the shortcode of the “file container” on the product pages.

    However, when I translate these downloads (via automatic translation, duplication, etc.), the system unfortunately creates a new download container for e.g. “English.” Annoyingly, not only does the shortcode change (meaning we would have to edit all products), but the container also loses the link to the uploaded file and the icon.

    This would mean we would have to manually revise all multilingual downloads over several days. Isn’t there a way to retain the same container with its shortcode and linked file, and only translate the description?

    We truly hope you can help us. Thank you in advance!

    #207598

    In reply to: Archive Page Options


    tw4ka
    Participant
    This reply has been marked as private.

    Ricardo Magalhães
    Participant

    I am currently using the WP Download Manager (WPDM) plugin, version 3.3.19, and I am interested in integrating it with a custom solution via the REST API. However, I am encountering an issue where the API route for retrieving package information is not accessible. When attempting to access the endpoint /wp-json/wpdm/v1/package/{id}, I am receiving a 404 – No route found error.

    Could you kindly confirm if the WPDM plugin (version 3.3.19) supports REST API access? If not, could you provide any guidance on how I can retrieve download links and other package details programmatically using available WPDM methods?

    Your assistance in resolving this issue would be greatly appreciated. I look forward to your response.

    Thank you in advance for your support.

    #207576

    Tahasin
    Moderator
    This reply has been marked as private.
    #207574

    In reply to: Donation


    Nayeem Riddhi
    Moderator

    Hello Chelsea Profit,

    Hope you are well. And thanks for writing to us. You can change the Link Label of Add To Cart from Downloads > Settings > Premium Package > Add to Cart & Checkout Buttons section as I image attached,

    2024-05-21-093900

    please check and let me know, if you have any queries.

    Thank you and regards

    #207573

    Ibrahim Ahmed
    Participant

    1- ya i want the form to collect user name – email – current page title – link.

    2- what about
    another thing import option downloading images already in my site so it be duplicated! shouldn’t it check if it in my first then try to download?
    i have sheet with less than 5k products all its images already in my site so i don’t need it to re-add it.

    #207569

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

    Tahasin
    Moderator
    This reply has been marked as private.
    #207561

    erik cai
    Participant
    This reply has been marked as private.

    erik cai
    Participant

    I currently suffer a severe trouble that the downlink is open free to download !
    Your plugin has previously installed on our IP server at that time everything is fine , but after we Point the IP to our Domain then download link became free to download. Pls advice me how to fix it , many thanks !

    #207518

    In reply to: download limit


    Masanobu Soma
    Participant
    This reply has been marked as private.

    Armin Bastl
    Participant

    Is there any possibility to let a user download individual files per shortcode or does one have to use the permalink of the package?


    Tahasin
    Moderator

    From link template, the files will be downloaded as zip file. Users have the option to download individual files directly from the download page

    #207505

    In reply to: download limit


    Tahasin
    Moderator
    This reply has been marked as private.
    #207495

    Kees Krul
    Participant

    Dear team,

    Unfortunately I have been confronted with some scrapers that are trying to systematically download content from my platform despite various security measures. I already have the Download Limit set to 10 daily downloads but scrapers are using IP rotation. I already switched to “send download link to email” but I notice that scrapers can use the same email >10 times.

    Is there a way to also limit the same email being used daily? This would help a lot.

    Thanks,

    Kees

    #207494

    Courtney Huber
    Participant

    We are still chatting with WP Engine, but we discovered something else this morning as we investigate.

    Test site embed url for pptx: https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Faecspage.com%2Fdownload%2Fmedicare-seminar-ppt%2F%3Find%3D0%26filename%3D2025-Medicare-Education-Seminar-PPT_11.24.pptx%26wpdmdl%3D16%26refresh%3D6877ccad0a8f11752681645%26open%3D1&embedded=true

    Live site embed for pptx: https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fadvisorsexcdev.wpenginepowered.com%2Fresource%2Fmedicare-seminar-ppt%2F%3Fwpdmdl%3D49186%26_wpdmkey%3D6877c17c7a36b%26ind%3D1752678590521%26play%3D1

    The two links are entirely different. The test site has specific verbiage regarding embeds, but the live site has info for “play”. It’s almost like the live site is reading the pptx / docx as the wrong file type.

    #207466

    Tom Mann
    Participant

    Hi!

    I have a bilingual site which I’m using Download Manager on. For the translations, Im using TranslatePress. I was wondering if it was possible to show different files depending on which language the site is being used on? For example, I have a file linked in English, but when the site is in another language, I would like the other file to be shown.

    TranslatePress doesn’t create a new page for each language, which I think is why I’m struggling here as I can’t just link a different Download Manager shortcode..

    Thanks in advance!

Viewing 25 results - 76 through 100 (of 9,417 total)