Search Results for 'download link'

Viewing 25 results - 301 through 325 (of 9,565 total)
  • Author
    Search Results
  • #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.

    #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:
    https://sedoc.xbiz.jp/download/49348/

    #207924

    Nayeem Riddhi
    Moderator

    You have to use this shortcode,

    https://www.wpdownloadmanager.com/doc/short-codes/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


    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!

    #207598

    In reply to: Archive Page Options


    tw4ka
    Participant
    This reply has been marked as private.
    #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.

Viewing 25 results - 301 through 325 (of 9,565 total)