Search Results for 'all downloads'

Viewing 25 results - 26 through 50 (of 4,470 total)
  • Author
    Search Results
  • #211231

    Nayeem Riddhi
    Moderator

    Please kindly navigate Downloads > Settings > General > File Cart Settings section. I hope it will fulfill your all requirements, there you will get visibility option and also the shortcode option. For more details, you can check plugin main page too, https://www.wpdownloadmanager.com/download/wpdm-file-cart/. Please kindly check.

    Thank you


    Tahasin
    Moderator

    Hello, Esteban

    Kindly share the email address you are using to access the downloads. Additionally, if the private intranet is accessible(With VPN or secure setup) from outside the network, please provide the relevant credentials as well.

    Looking forward to your response.
    Regards

    #211159

    Courtney Huber
    Participant

    Hi, I’m trying to create a page template that will allow us to show multiple videos. We have packages where we have more than one Vimeo or Wistia video that we are inserting via URL, but all of the page template tags I have tried are only displaying the last video in the package on the page. I’ve tried testing with YouTube too and that also doesn’t work. Is there a way for the [video_player_1200x600] tag to display multiple videos stacked on top of each other?

    Additionally, we are running WPDM version 7.2.1 and I see instructions to set a default page template here: https://www.wpdownloadmanager.com/doc/core-features-templates-page-templates/ but when I go to Downloads > Settings > User Interface, I don’t see an option for Default Page Template as specified. Can you assist?

    #211010

    Jason Levandoski
    Participant
    This reply has been marked as private.
    #211000

    In reply to: Filter by Category


    Tahasin
    Moderator

    We’ve updated the category filter for wpdm_all_packages(Responsive Table) in v7.2.0. Instead of clickable category links, categories are now displayed in a dropdown(top left corner of the table), allowing users to easily select and filter their desired categories without leaving the current page.

    Here is the the updated view of wpdm_all_packages with category filter

    To enable this feature, simply add category_filter="true" to the shortcode, like this
    [wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="x,y,z" category_filter="true" jstable=1 order_by="title" order="DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    Pay a visit here for the updated documentation of [wpdm_all_packages].

    #210934

    In reply to: Insurance website


    Tahasin
    Moderator

    Thanks for reaching out.

    You can create a website like this using,

    The WPDM Glamour Theme or Attire Theme

    WPDM Gutenberg Blocks

    If you have further queries, feel free to ask.
    Regards

    #210894

    Jason Levandoski
    Participant
    This reply has been marked as private.

    Jason Levandoski
    Participant

    I always hesitate to update Download Manager. Over the many years, I would say 50% of updates result in total breaking issues! I really dont understand the QC work being done before releases??

    Now again all of the Formed locked downloads are now not functional. I need this looked at right away.

    -Jason


    dpadureanu
    Participant

    We are experiencing a recurring issue where the cloud storage API credentials are lost or invalidated.
    At least once or twice per day, we must go to: Settings → Cloud Storage and reconnect the pCloud / Dropbox credentials.

    Steps to reproduce
    1.Configure pCloud (or Dropbox) in Download Manager Pro → Settings → Cloud Storage
    2.Save the settings and confirm that downloads work
    3.After several hours, attempt to download a file stored in Dropbox
    4.The download fails with a message indicating that the file does not exist
    5.Go back to Settings → Cloud Storage
    6.Re-save the settings and reconnect the cloud account
    7.The same file downloads successfully immediately after reconnection

    Environment
    • Platform: WordPress
    • Plugin: Download Manager Pro
    • Extension: pCloud Connector (also affects Dropbox downloads)

    Actual behavior
    • Credentials appear to expire or disconnect automatically
    • Manual reconnection is required 1–2 times per day
    • Downloads fail until credentials are reconnected

    This affects production usage and requires frequent manual intervention, which is not sustainable.
    Any guidance or fix would be appreciated.
    We can provide logs or debug information if needed.

    #210819

    Tahasin
    Moderator

    You can try this shortcode: [wpdm_user_profile]
    Documentation: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_profile-public-profile-short-code/

    or

    You can use the wpdm_all_packages shortcode on a separate page and redirect users to that page after they log in.

    #210817

    Tahasin
    Moderator

    For now, there is no alternative available for wpdm_my_downloads, but users can view their download history from the history tab.

    However, you can display all packages or a specific category using other shortcodes on a different page. Kindly check all the shortcodes here.

    #210813

    Leroy Mearns
    Participant
    This reply has been marked as private.
    #210787

    jrz101
    Participant

    Has anyone else experienced a completely jumbled and broken layout/them color/fonts/font colors/ ZERO CONTROL over widgets now embedded in download pages etc, etc, etc? My use is intended for simple downloads of custom voice files. Has been working fine with a basic theme installed and since this past Monday Night…. WHAM, everything is now beyond repair. Any theme change on my site does not carry over to the download pages. I am at the end of my rope trying to figure this out. Am I crazy or has there been something changed in the updates recently that is causing this? How do I revert back to 6.9 as others have mentioned? I have a pro license but cannot locate my original download of 6.9
    Any suggestions? TYIA

    #210698

    Tahasin
    Moderator

    Hello,

    If you are a pro user ,then you can import all the templates from Downloads > Templates > Import Template (top right corner of the templates page with blue button)

    Kindly share the screenshot of that specific template you are looking for.

    We have also introduced 2 new link templates for the free version, kindly check

    Regards

    #210584

    James LaVelle
    Participant

    Hi, after recent update our download packages which have attached dirs connected to them doesnt allow to download individual files, file icons show as links but nothing happens when clicking.

    Even with “Single File Download” enabled it does not work. Anything else we can try?


    Primelite GmbH
    Participant

    My link template works fine with WPDM 6.8.9. After updating to 7.0.2 my template styling breaks (wrong colors). Here’s my code:

    <div class=”card” style=”border-radius: 1px; margin: 5px;”>
    <div class=”card-body”>
    <div class=”media”>
    <p class=”mr-3 img-48″ href=”[page_url]”>[thumb_96x96]</p>
    <div class=”media-body”>
    <h3 style=”font-size: 16px; font-weight: 400;”>[title]</h3>
    <div class=”meta text-white-50 text-small mt-1″><i class=”fas fa-hdd text-white-50″></i> [file_size] <i class=”ml-2 far fa-arrow-alt-circle-down text-white-50″></i> [download_count] [txt=Downloads]</div>
    </div>
    </div>
    </div>
    <div class=”card-footer”>
    <div class=”row”>
    <div style=”line-height: 15px; font-size: 12px;” class=”col-6″><i class=”far fa-calendar”></i> [create_date]<br><span class=”[hide_empty:version]”><i class=”fas fa-code-branch”></i> [version]</span></div><div class=”col-6 text-right align-right”>[download_link_popup]</div><div style=”clear: both”></div></div></div>
    </div>

    Have you changed template handling? What is your suggestion?

    #210553

    In reply to: S3 Plugin Issue


    Arianna Bellizzi
    Participant
    This reply has been marked as private.
    #210534

    Nayeem Riddhi
    Moderator

    The modal is coming from our testing site, can you please clear site cache and try again. And for email lock any other pages, posts if you want to use, you can use the below code in your link template, and use the link template id in your package shortcode that comes from Downloads > All Packages Embed column, then use the shortcode in your page or posts editor,

    <a href="[download_url]" data-package='[ID]' class="wpdm-download-link wpdm-download-locked btn btn-primary"> [title] </a>

    Please kindly check and let me know if the issue still persist.

    Thank you and regards


    produKtnz
    Member

    Hey team – free user at the moment, but considering buying 🙂
    I hope you can help me with this – your help will influence my purchase.

    On my site i use WPDLM and publish large downloads that are always secured by recaptcha – I found it not working yesterday by accident and set about troubleshooting it.
    I created a wordpress plugin specifically to log any errors in REcaptcha the process, here is the file output.
    Are you able to provide any guidance to getg this to work ?

    [2026-01-08T01:17:12+00:00] Parsed: valid=NULL invalidReason= score=NULL errorMessage=Requests from this referer are blocked.
    [2026-01-08T01:20:27+00:00] HTTP OUT: https://recaptchaenterprise.googleapis.com/v1/projects/bmsworld-humante-1767830430885/assessments?key=REDACTED
    [2026-01-08T01:20:27+00:00] HTTP OUT body: {“event”:{“token”:”REDACTED(len=1700)”,”siteKey”:”6Ldhd0MsAAAAAO-REDACTED-Om-BKnrH9MoivmDoOMH”,”expectedAction”:”DOWNLOAD”}}
    [2026-01-08T01:20:28+00:00] HTTP IN: https://recaptchaenterprise.googleapis.com/v1/projects/bmsworld-REDACTED-1767830430885/assessments?key=REDACTED
    [2026-01-08T01:20:28+00:00] HTTP IN code: 403
    [2026-01-08T01:20:28+00:00] HTTP IN body: {
    “error”: {
    “code”: 403,
    “message”: “Requests from this referer are blocked.”,
    “status”: “PERMISSION_DENIED”
    }
    }

    [2026-01-08T01:20:28+00:00] Parsed: valid=NULL invalidReason= score=NULL errorMessage=Requests from this referer are blocked.

    #210495

    Nayeem Riddhi
    Moderator

    Hello Lia Dossin,

    Hope you are well. And sorry for the inconvenience. Are you facing issue with the options as I image attached from Downloads > All Packages section?

    Screenshot-from-2026-01-07-07-41-27

    Please kindly check and let me know.

    Thank you and kind regards


    Lia Dossin
    Participant

    First issues I’m having is on the back end.

    The modal windoes for generating a temp link or any promopt that pulls up a modal window this plugin the opacity is set to 0 so I don’t see it.

    `.w3eden .modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(.95) translateY(-20px);
    transition: opacity .25s ease, transform .25s ease;
    }

    I have to manually go into the inspector and put it to 1 in order to see the content.

    I also would like to know if there is a way to avoid the download page and just have a link that will prompt the email catupre and download after email validation. I don’t want to user to go to an additonal page. Most of the downloads are of single files.


    Tahasin
    Moderator

    We have checked the all_packages shortcode(All Downloads) table, and the filter and spinner appear to be working correctly. This issue may be caused by a conflict with the theme or another plugin.

    Could you please try deactivating all plugins except Download Manager to check for a potential conflict?
    Please let us know how it goes.

    Regards


    James Moriarty
    Participant
    This reply has been marked as private.
    #210318

    Tahasin
    Moderator

    – By default, the package count is displayed in all_packages shortcode. That feature is not available for the archive_page add-on. If you’d like to display the total number of packages on the archive page add-on, you can do so by adding custom code.

    – To change the background color of the “Loading…” text, please add the following CSS to your theme’s Additional CSS section:

    .wpdm-loading {
        background: #your_color_code !important;
    }

    – Regarding the scrolling issue, it occurs due asynchronous page load. This will be fixed in an upcoming update.

    – Please note that your previous page view was generated using the all_packages shortcode, which differs from the archive_page_compact view. If needed, you can create and use your own customized template for the compact view. I would suggest you to create a new link template(Downloads > Templates > Create Link Template) according to your need and use it for compact view.

    If you have any further questions, feel free to reach out.
    Regards

    #210301

    Shane O’Neill
    Participant

    Hi,

    Thank you for the reply, I double checked and did not see any settings anywhere to ignore Download Manager, that is a shame and not good for websites with large libraries of downloads.

    I will contact WP Optimize tomorrow and report back what they say. I hope this is an issue that can be resolved by them or you all.

    In the mean time I am thinking of moving my download library folder to the root of the Public_HTML folder and see if it does or does not delete it located there being that is at the root of the site and not under any WP directory. I will also report back on my findings for that.

    Thank you,
    Shane.

Viewing 25 results - 26 through 50 (of 4,470 total)