Hi Tahasin,
We are implementing a login or register function to view some of the files. This does not work as intended when you link directly to the file itself using ?wpdmdl or the direct link shortcode. As a permission denied txt file is downloaded, which bypasses any login or register ability by the user. So we are forced to link to the Package URL.
All packages only have one file attached. We want reduce the amount of clicks user needs to do when trying to view our files. We want to eliminate the need for user then click Download button on the package URL if there is only one file. Can the Package URL display (if PDF) or download the file on the package url page if there is only one file?
This reply has been marked as private.
Hello, I installed wpdm-pdf-viewer_3.2.1 with Download Manager Pro 6.7.7. The plugins are installed and active.
I want to display PDF viewer on download individual package page.
But the shortcode [doc_preview] is displayed in plain text in elementor and not showing any pdf view.
Other shortcodes like [doc_preview id=”{{post_id}}”] or [doc_preview id=”123″] are not working either, on any page, not working.
But shortcode like [wpdm_package id="{{post_id}}" template="link-template-panel"] is working OK.
I don’t know what to do, please help ! 🙂
Do you want to display the folders like this? Here is the link: https://try.wpdownloadmanager.com/
Hello,
We’re using the Form Lock addon, and the download form has been synced with HubSpot to collect user data.
Everything is working fine, except for one thing: the form submission doesn’t include the name or link of the requested file, so we can’t tell which download the user is interested in.
Since we use a single Contact Form 7 form for all download packages, is it possible to dynamically populate a hidden field with the package title (based on the clicked download link) and send that to HubSpot?
Thanks in advance!
Thank you!
We fixed that and have one more issue.
For some reason, the system is sending an email with s link to download the file even though that option is turned off in the Email Lock Options for both documents. In addition, the link in the email doesn’t work.
How do we: 1.) Get the link to work if we want to use that functionality, and 2.) stop the email from being sent altogether?
Thanks again for all your help with this!
Hello,
We tried to implement this and it works on the first link, but it does not work for the second link. See this page:
https://dev.imperativelogistics.com/latest-news/recent-news/supply-chain-updates-april-22-2025-newsletter-alternate/
You can see in the video below that the first link works (at about 24 seconds in the video) but the second link only shows a “Thank You” message, the file doesn’t download (at about 55 seconds in the video)
https://www.awesomescreenshot.com/video/40519677?key=6b65416fbbd3f1ae538e63507c5ad3e9
Can you please confirm what is going wrong?
This reply has been marked as private.
Hello David Fletcher,
Hope you are well. If you are using free version of download manager, you can edit file and change the Page Template from Package Settings and for shortcode usage you can use link template like here [wpdm_package id="package-id-here" template="template-id"], for more details you can check the doc here, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_package-single-package-embed-short-code/. Please kindly check.
Thank you and kind regards
For Test Link issue that not coming for lock option, you may copied the direct download link for that package, now for solving this issue you can create a new link template and apply that template with this shortcode, [wpdm_package id="package-id-here" template="template-id"], thus your require may be fulfill. Please kindly check.
Thank you and kind regards
This reply has been marked as private.
This reply has been marked as private.
I have tried for checking how did you have set Test Link , I couldn’t able to check that, it was loading for edit page. However, can you please let me know How did you have set the Test link download button , you have copied the shortcode or generated download link URL, please elaborate on it and kindly let me know.
Thank you and kind regards
I was doing some site maintenance today and discovered that several of my short code download links are broken (generate “404” redirects). I have made no changes other than regular updates to WordPress (currently on Ver 6.8.1) and the WP Download Manager (currently on Ver 6.7.7). I have gone back to the Settings and tried toggling various options on and off but the problem persists.
Please advise as soon as possible. Thanks.
Ok, on looking same page coming, please kindly let me know, How did you have set the Test link download button? Please kindly check.
Thank you and kind regards
How did you have set the Test link download button? Please kindly check and let me know.
Thank you and kind regards
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Could you please share the direct download link to that file from PCloud in a private message?
This reply has been marked as private.
I have cloned the Default link template and modified to add [description] shortcode below the package title. In template preview it is showing correctly but in the Table view on the Front end description is still missing. Here is my modified code:
[wpdm_all_packages thumb=1 items_per_page="50" jstable=1 template="emc_resources_table" order_by="publish_date" order="DESC" cols="title,file_count,download_count|publish_date|download_link" colheads="Title|Date|Download::155px"]
Below is the actual page link – https://emcentre.com/our-resources-2025/
It’s name link-template-deafult, you can find it from Downloads > Templates > Link Templates, please kindly check.
Thank you and kind regards
Hello,
With the above shortcode I got the answer for my 2nd query, but still not able to get the answer for 1st query. I tried to modify the code as below to show the description of the each package below title but to no avail:
[wpdm_all_packages thumb=1 items_per_page="50" jstable=1 order_by="publish_date" order="DESC" cols="title,desc,file_count,download_count|publish_date|download_link" colheads="Title|Date|Download::155px"]
Hello, Currently i am using following shortcode to display Table view of all Packages.
[wpdm_all_packages thumb=1 items_per_page="50" jstable=1 order_by="publish_date" order="DESC" cols="title,file_count,download_count|publish_date|download_link" colheads="Title|Date|Download::155px"]
Now i want to modify this shortcode to make following changes.
1) How to show each package descriptions below its Title in Table view as currently only the Title is visible with its Meta info like number of files, count of downloads, etc. I want to display description of the package below every title of the package. How to do that ?
2) I have two categories of the Packages as “Publications” and “Case Studies”. In Table view I want to only show “Publications” category packages and hide the others related to “Case Studies”. How to filter this using shortcode ?