This reply has been marked as private.
Even after purchasing logged in customer I still cannot get the download link.
Please I need help to resolve this.
Hi,
Are you referring to the “WPDM Packages by Category” widget? You can actually serve the download right from the link template using a template with the [download_link]
tag. Change the link template from Widget settings.
Thanks.
No special action is required there, there are 2 template tags:
[download_link] — shows lock options in a modal popup
[download_link_extended] — embed lock options on the page
Docs:
Templates
However, please give me your URL where you are trying it to check.
The plugin doesn’t provide the download link after checkout. Rather it take one back to payment checkout page.
It will also be asking for registration before the download. Even after the resgistration, it doesn’t provide the download link, but takes one back payment checkout page.
When I create an EMail Lock for a package, and the user receives the Download link and clicks on it, it opens a page before the direct link.
How can I remove this page, and let the user directly download the package from his email?
This reply has been marked as private.
This reply has been marked as private.
I’m trying to style the package link display based on whether a user has access to that package. I have set Download Manager to Only Block Download Link when user is not allowed to download, and the projects appear with no download link, as expected. Can an HTML class be set in a link template by checking whether a user has access to a specific package?
Hi! In pro it is easy to set a customized default download link template. Is it likewise possible to set a customized default download page template? I am trying to make a swedish download page, and have already uploaded a lot of packages. I would much appreciate a way of using a customized download page template by default on all packages, instead of going through each package again and manually choosing the customized template.
Hello,
I using the download manager pro and the to [file_list] template, and I need to open a new tab when click to download button of file list. Can you help me please?
Hello,
the e-mail with the download link is generally not sent. I have been looking for many hours for an error. But I cannot find an error!? Or maybe this is related to the fact that I currently have 2 different accounts with you (see my e-mail about this).
SMTP is installed.
Can you please help me?
I will give you access to the website as a private message.
Thanks a lot –
Marc
Hi,
Are you using the free Plugin or Pro? Do you want to download the file after some time, after download and resuming download the file? Generally, download link not expired for free version.
Thanks.
If you are crating one package from an attached directory then moving files around the attached dir won’t affect the download. WPDM will always make the current structure of dir files available for download.
But if you are attaching files to the package then moving files will destroy the download link of the file.
Please clone the template you are using now. You can do it from the Downloads > Templates page. Remove the [download_link]
template tag from the cloned template. That will remove the pacakge download button.
You can follow the link below documentation,
Template Files
by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace [download_link]
with <a href="[download_url]" class="btn btn-primary">Your Text...</a>
in related PHP file.
Thanks.
Hi,
You can change it from Package settings > Link Label

Thanks.
In v3 the download link format was http://website.com/?wpdmdl=nnnn
In v5 the format is now http://website.com/wpdm-package/document-name?wpdmdl=nnnn&refresh=masterkey
However, the v3 format still works. My client wants to use the v3 format in their templates. Is this possible?
If the package-id could be made a template tag I think I could generate the links myself in the template, but I couldn’t find this option in your documentation.
If the frontend style is okay then the link template should be available in Downloads > Templates page. Please send temporary wp-admin login info in private reply so I can check the issue there.
Hi,
Please see, I have created a package called test file, link and gave a featured image. And this is showing in the front end. Because of not showing featured image of your package in front view selecting page template called premium package, I am not sure this is a pre-built template or made template. I have not accessed for editing the template. Now you have to do in the template PHP file, just have to put, [featured_image]
in <div class='row'> <div class='col-md-7'> [featured_image] </div>
it will show the desired featured image. Please, let me know if it works for you.
Thanks.
1 ) Download in the search result page is working now. WPML plugin was breaking the download link generated by [download_link]
, I have used a custom link template to replace [download_link]
with [download_url]
2 ) By layout, do you mean the link template? If yes, you can define template
in search result shortcode to control the result view.
3 ) The search widget title is visible now.
Hello,
You can upload video files via upload > select file. Then you have to choose your page template > video player from package settings. If you want to increase the maximum file upload size, you can follow this link, How to Increase the Maximum File Upload Size in WordPress Download Manager
if then works, let me know.
Thanks.