Hello,
I’m redesigning and working on the downloads area.
I can link the categories to a template using taxonomy-wpdmcategory.php in my child theme but how can I do it for the tags ?
exemple cat : https://www.sosvirus.net/en/downloads/office-software/
exemple tag : https://www.sosvirus.net/en/tag/32-bit/
exemple single : https://www.sosvirus.net/en/download/usbfix/
Thanks for reply ๐
-
This topic was modified 5 years, 1 month ago by
SosVirus.
Hello, Nothing changed in the template
Thanks for your order at [#sitename#].
Your Order ID: [#orderid#]
You can download your purchased item(s) from the following link:
[#order_url#]
Best Regards,
Sales Team
<b>[#sitename#]</b>
<div id=”gtx-trans” style=”position: absolute; left: -4px; top: 62px;”>
<div class=”gtx-trans-icon”></div>
</div>
I tried it shortcode [wpdm_search_result init=1 template="link-template-default" cols=1],
but after the searching layout is not good. https://downloadfreepatterns.com/
This reply has been marked as private.
Hi,
For #1, You can check, this https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/ for All-items
tab
For #2, You can also check the above link for updating the package, you have also access there.
For #3, and for disabling the first email, please adjust the code from download-manager\libs\class.Apply.php
in line number 337
if(get_option('__wpdm_disable_new_package_email') == 0 && wpdm_query_var('status') !== 'auto-draft')
and please back up the file for the next update.
Thanks.
Hi,
I have enabled the pdf stamper, http://bbv.32d.myftpupload.com/download/3-23-2020-2, the link is working fine, the download link working too. please check.
Thanks.
Hi,
Are you talking about the loading SVG file? Like when you lock your packages, it shows when pressing the download link.
Hi,
Yes, it is possible, if you are using WPDM PRO, you can do it from Downloads > Templates > link-templates/page-templates
, you can clone
them or create a new one. and thus you can edit them or use in your own package settingspage-templates/link-templates
.
Furthermore,
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 edit them as your own requirements.
Thanks.
I think the plugin is great and has tons of functionality, but my clients needs are simple. Right now the downloads of pdf manuals on the site happens just with a click on a link. I need this download manager to do the same thing, except using the email lock. So click the text link, the email lock modal pops up, and voila. Ie, no download button, no download page, no stats, just a download link that pops up the modal. Is this possible or did I waste my money here?
Hi,
Please give your related page link for checking. Before that you can also try from Downloads > Settings > User Interface
enabling/disabling styles/scripts. Please check.
Thanks.
On a mobile device I’m unable to see the link to download – its off to the right of the screen
Customers have to rotate the screen 90deg – not intuitive
Hi,
If you are using free, I think it doesn’t cost you for the plugin. For implementing [audio_player]
tag 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. Then you can put the tag where you want to place that.
Thanks.
This reply has been marked as private.
This reply has been marked as private.
Hi,
Please give your page link for checking. if you are trying to change the popup download link after submitting the correct password, Download
label, you need to edit it from download-manager\libs\class.PackageLocks.php
in line number 59
<?php _e('Download','download-manager'); ?>
. you need to back up that file in your local PC for the next update.
Thanks
On all downloads page, I just use packages block using wpdm Gutenberg plugin ( https://www.wpdownloadmanager.com/download/gutenberg-blocks/ ), if you go to edit page, you will see that. And created the following link template to use with the grid view on all downloads page:

And for package details page, I’ve edited your page template, replaced [file_list]
with [file_list_extended]
:

As they are PDF, activate ImageMagick on your server, you will see the preview of the first page of the PDF files.
So, automatic switching available, but you can achieve that using some javascript and HTML, add 2 buttons and use both [file_list] ( list view ) and [file_list_extended] ( grid view ), and show/hide them with button click as list and grid view switching. You need to do that editing the page template.
This reply has been marked as private.
This reply has been marked as private.
After payment (testing with paypal) I did not receive an email and just get taken to this page
https://d.pr/free/i/VQrP8n
Which makes no sense without the email – as the customer cannot see their ID or order number to register.
How do I a) make sure the email with the information gets through and b) take them to a page that just simply downloads the files without asking them for information they do not yet have
Please help – I have spent DAYS trying to make your software work and am still fighting it!
This reply has been marked as private.
Hi
Please could you send me a link to any help article about how to set the links for my packages as
“add to cart” rather than just “buy now” or “download” one by one as people may want to buy more than one package. Thanks
This reply has been marked as private.
Yes I’ve checked. All the additional preview images for the packages is missing, Before it was not and working fine.
The same packages I’ve on my live site. e.g you can find the difference between below links.
1-http://staging.frebers.com/download/sunset-landscape-vector
2-https://www.frebers.com/download/sunset-landscape-vector
Now additional preview is missing for every package but if you see in the inspect element you can see the path of the additional preview images.
Please go to package details page in edit mode then inspect the additional preview image meta box.
-
This reply was modified 5 years, 1 month ago by
Frebers.
Hi,
somehow I missed it,
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" target="_blank">[link_label]</a>
in related php file.
Thanks.
This reply has been marked as private.