Search Results for 'download link'

Viewing 25 results - 26 through 50 (of 9,559 total)
  • Author
    Search Results

  • Kim Adamof
    Participant

    When using the Export Packages feature, is there any way to include the Master Download Link for each package in the csv file?

    #214795

    In reply to: Direct Download issue


    Nayeem Riddhi
    Moderator

    Please kindly navigate Downloads > All Packages section, please kindly click on Generate Download URL icon as I image attached,

    Untitled-design

    Then you can copy the Master Download Link or generate Direct download URL and use that URL like <a href="THE_URL">YOUR TEXTS</a> in your pages or posts editor. Please also enable option Open in browser from Downloads > Settings > File Download section. Please kindly check and let me know if it works for you. Please kindly check.

    Thank you


    Bart van den Dool
    Participant

    I Can’t find the download at your link, i came in the shop and need to pay $99,- again?

    #214776

    In reply to: Direct Download issue


    Kim Adamof
    Participant

    Thanks for replying Nayeem. If a user clicks a text-link (to a pdf in DM) on our website (https://prnt.sc/d80pofHpa8ec), I want Chrome (if that is the browser the user is using) to open the pdf.

    The text-link could either be the Package Permalink (https://prnt.sc/u9PlpQSh7FUo) or the Download url (https://prnt.sc/uRK9fdpzbzBQ)

    Does that make sense?

    Greg

    #214770

    Kim Adamof
    Participant

    All of the Packages created in my client’s DM are pdf’s.
    Each package contains a single pdf.

    Is it possible for a user using Chrome to click on a link so that Chrome opens the pdf?
    If so, can you please explain how to configure DM to do that? I’ve tried several options and can’t figure it out.

    Thanks in advance,
    Greg


    Nayeem Riddhi
    Moderator

    Hello Laura,

    Hope you are well. Thank you for your purchase of the Full Access Pack! We’re glad to hear you’re enjoying the plugin. Let me address each of your questions with verified solutions:

    1. Hiding Empty Social Media Icons

    The social icons (Facebook, Twitter, YouTube) in email templates will still display even when the URL fields are left empty in Downloads > Templates > Email Settings. This is because the templates contain the link HTML regardless of whether the URL is set.

    Solution – Override the Email Template:

    To make changes that survive plugin updates, use the template override system, following this documentation, https://www.wpdownloadmanager.com/doc/template-files/

    1. Create a folder named download-manager inside your active theme:
    – Path: /wp-content/themes/your-theme/download-manager/
    2. Create an email-templates folder inside it:
    – Path: /wp-content/themes/your-theme/download-manager/email-templates/
    3. Copy the email template you’re using from the plugin to your theme. For example, if using “Default” template:
    – From: /wp-content/plugins/download-manager/src/__/views/email-templates/default.html
    – To:/wp-content/themes/your-theme/download-manager/email-templates/default.html
    4. Edit the copied file and remove the social icon sections. For default.html, find and remove lines 202-214 (the social links section).
    5. Repeat for any other email templates you use (stripe.html, fabulous.html, etc.).

    Your custom template will now be used instead of the plugin’s default, and updates won’t overwrite your changes.

    2. Removing “Powered by Download Manager”

    Yes, with your Business/Full Access Pack license, you can remove this branding. The “Powered by Download Manager” link appears in all 14+ email template files.

    Solution – Override Each Template:

    Using the same override method above, edit each email template file in your theme and remove the line containing the “Powered by” link (usually near the end of each template file).

    For example, in default.html (line ~238), remove:
    <p style="margin: 16px 0 0 0;"><a href="https://www.wpdownloadmanager.com" style="...">Powered by Download Manager</a></p>

    Repeat this for all email templates you use.

    Note: For File-Cart emails, the email sent also uses this wrapper template, so removing the “Powered by” link from the template will apply to File-Cart emails as well.

    3. Removing “This link will expire after first use” from File-Cart Emails

    This message is hardcoded in the File-Cart plugin and cannot be removed via template override (it’s built in PHP, not HTML templates).

    Solution – Use a Translation Filter:

    Add this to your theme’s functions.php file (this survives plugin updates):

    add_filter('gettext', function($translation, $text, $domain) {
        if ($domain === 'wpdm-file-cart' && $text === 'This link will expire after first use.') {
            return ''; // Returns empty string, hiding the message
        }
        return $translation;
    }, 10, 3);

    Alternative – Edit Directly (Not Recommended):

    You can edit /wp-content/plugins/wpdm-file-cart/src/EmailService.php around line 158-160 and comment out those lines, but this change will be lost when the plugin is updated.

    Please kindly check and let me know, if it helps you

    Thank you and regards


    Laura Schulz
    Participant

    Hello WP Download Manager Team,

    I love your plugin, especially the File-Cart add-on. Our company recently purchased the Business version of the “Full Access Pack” for WP Download Manager.

    For the most part, everything is working great. However, we have a few questions that we have not been able to resolve through the available settings:

    1.) Under Downloads > Templates > Email Templates > Email Settings, the main email wrapper includes social media icons. Some of our clients do not use one or more of these platforms, but we have not found a way to remove individual icons. When we leave a URL field empty, the icon still appears in the email template, but without a link. Is there a way to hide or remove specific social icons?

    2.) Since we purchased the Full Access Pack, we wanted to ask whether full branding control is included. Specifically, is there a way to remove or disable the “Powered by Download Manager” text from the email templates?

    3.) Lastly, when a File-Cart email is sent, there is a message that says, “This link will expire after first use.” However, we have been able to download files multiple times, which is fine for our use case. However, is there a way to remove that message from the email so it’s not misleading?

    Thank you for your help. We appreciate the plugin and would be grateful for any guidance on these items.

    #214728

    Tahasin
    Moderator

    I have checked the product link. Could you share the temporary login credentials in a private reply to check the issue from your end?

    Guest checkout is working correctly in our test environment.

    After completing the payment, guest users are redirected to a page where they will see the Go To Guest Download Page button. When they click that button, they are taken to the Guest Download Page
    From there, they can access and download their purchased files.

    In addition, guest users receive an order confirmation email. You can include the Guest Download Page URL in that email so customers can easily access their downloads later.

    #214723

    Fabrizio Rutigliano
    Participant

    Hi Tahasin and thanks for reply.
    I’ve followed lines as on provided doc and I am now able to purchase and download as guest, but still a few things to underline.

    When I am redirected to guest orders page right after paying for order, the email and order ID fields are filled in with data from a former order whose I’ve tested guest download after I’ve amended WPDM setup (order was from couple of days ago). I’ve placed 2 test orders today and same happens for both, so I am downloading from the wrong order/customer.
    To notice, as of now I have one PDF only to test purchases with.

    On the email I’ve got after today’s orders, after amending WPDM as per doc provided, I still have the message to create an account to download, with the ‘Signup’ CTA/link, would it be possible change this? Ideally set it up with guest orders page link at least, if then with customers’ data also (email and order#) would be great.

    I meant to test purchase from other browsers to check if I had same behavior, but instead got an even worse one on both: when I click ‘Add to cart’ and am redirected to cart page, I have the message “No item is added in the cart yet.”
    This happens with Safari and Chrome, while I have no issues with Firefox (which is the one I normally use).
    If you’d have possibility to test or have a look, this is link: https://www.fondazionecdlmilano.it/_prova-pdf/

    And final question 😀 : what if I’d like to use the Master Key to directly download file after purchase? Would that work and how? And how should I set it up?
    I know, more than 1 question…

    Thank you very much for your help and support!
    fabrizio

    #214674

    Tahasin
    Moderator

    Hello,

    Thanks for reaching out.
    You can do it using these two hooks.
    wpdm_download_link
    wpdm_onstart_download

    Regards


    Fabrizio Rutigliano
    Participant

    Hi,
    bothering again…

    I have enabled the Guest Checkout, my client prefers avoid users, and set the [wpdmpp_guest_orders] shortcode on a guest page.
    Purchase process is fine, asking for First/Last and Email only, but on email I got after purchase I am asked to create an account to login and download my file, which is not what we want.

    May you advise on how to set it up correctly?
    Ideally would be best if customers could download via a link from email sent after purchase…

    Thank you
    fabrizio

    #214643

    Tahasin
    Moderator

    – There is no known conflict between download manager and Jetpack plugins.
    – Sure, I can configure the payment related pages for you.
    – For the grid view you’re looking for, the msThumbnail link template (available in the Pro version) is required.
    Here’s how the grid view will appear: screenshot


    Fabrizio Rutigliano
    Participant

    Hi,
    I am getting this warning msg:
    Warning: Undefined array key “scat” in
    /data/sites/web/fondazionecdlmilanoit/www/wp-content/plugins/download-manager/src/Widgets/ListPackages.php on line 55
    Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in
    /data/sites/web/fondazionecdlmilanoit/www/wp-content/plugins/download-manager/src/Widgets/ListPackages.php on line 55

    I have just installed WPDM after updating to its last version (plugin was installed since a while but inactive still), then downloaded, installed and activated Premium Package for Digital Solution.
    Package is just a test and with no price yet neither, although add-on is configured, and template on page (with Elementor) is ‘Link/Button Template’ to only show the button itself.

    Any help and hint is more than welcome

    Thank you
    fabrizio

    #214519

    In reply to: Youtube vidéos


    Sitcom Software
    Participant
    This reply has been marked as private.
    #214508

    Greg Borchardt
    Participant

    I’ll buy the Pro version if needed, but need a couple questions answered first.

    I submitted my questions to chat a couple times, but there is never a response.

    I created categories for the files uploaded to DM and assigned the files to the categories. However, the slug for the files do not include the categories. Can DM be configured to include the file categories in the slugs?

    Can DM be configured so that when someone clicks on a link on the front-end of the site, the file either opens in the browser (such as a pdf) or is downloaded, instead of being brought to a download screen on the website?

    Thanks in advance,
    Greg


    shihuang214
    Participant
    This reply has been marked as private.
    #214434

    Jala Design
    Member
    This reply has been marked as private.
    #214417

    Tahasin
    Moderator

    [similar_downloads] is only for page templates to display similar packages from same tag and category.
    You can use it in your custom page template, not in link template.

    correct syntax is [similar_downloads]

    <div class="row">
        <div class="col-md-12">
            <div class="card mb-3 p-3 hide_empty [hide_empty:featured_image]">[featured_image]</div>
        </div>
        <div class="col-md-5">
            <div class="wpdm-button-area mb-3">
                [download_link]
            </div>
            <ul class="list-group ml-0 mb-2">
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
                    [txt=Version]
                    <span class="badge">[version]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
                    [txt=Download]
                    <span class="badge">[download_count]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
                    [txt=File Size]
                    <span class="badge">[file_size]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
                    [txt=File Count]
                    <span class="badge">[file_count]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
                    [txt=Create Date]
                    <span class="badge">[create_date]</span>
                </li>
                <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:update_date]">
                    [txt=Last Updated]
                    <span class="badge">[update_date]</span>
                </li>
    
            </ul>
        </div>
    
        <div class="col-md-7">
            <h1 class="mt-0">[title]</h1>
            [description]
            <h3>Attached Files</h3>
            [file_list]
            <div class="wel">
                [tags]
                [categories]
            </div>
    
        </div>
    [similar_downloads]
    </div>
    #214416

    Pierre Gergi
    Participant

    Hello,

    Thank you.

    I would like to use the built-in [similar_downloads] template tag for better performance.

    Is it possible to display the related packages using my custom link template:

    qenshrin_card_rtl

    If so, what is the correct syntax?

    Thank you.


    Susie Japs
    Participant
    This reply has been marked as private.

    fiddla
    Participant
    This reply has been marked as private.
    #214347

    In reply to: Invalid Download Link


    Nayeem Riddhi
    Moderator

    Hello Olaf,

    Hope you are well. Please kindly check the options from Downloads > Settings > General > File Download > Private Download Link Usage Limit & Private Download Link Expiration Period, you can increase the time, limit as per your requirements as I image attached,

    Screenshot-from-2026-05-29-14-11-34

    Please kindly check

    Thank you

    #214346

    Olaf
    Member

    Download package goes via email lock check. Email comes correctly and the 1st download works.
    When trying to use the download button in the same email once again, I get the message:

    – Invalid download link –

    in the browser.


    Nayeem Riddhi
    Moderator

    If you are trying to remove those Facebook and Twitter text links, please explore this directory,

    and remove those texts from download-manager\src\__\views\email-templates\default.html from the 205-210 line.

    And making a backup for the related files you may follow this doc,

    Template Files

    please check and let me know

    Thank you and regards

    #214332

    fiddla
    Participant

    Hi Nayeem

    Thanks very much. This works. I’m also finding the layout of the default link template in columns doesn’t work – I’m not sure how long this has been the case. Please see your demo here: https://try.wpdownloadmanager.com/

    For our site, we have a min-width of 200px set on the .package-title class so it’s hidden beneath the DOWNLOAD button. Perhaps these columns inside the ‘card-body’ could be blocks on mobile?

    Thanks very much!

Viewing 25 results - 26 through 50 (of 9,559 total)