I gave this a try but it still does not display the categories. When I go to create a new package, there are checkboxes on the right side to select what category to put the package in, but I don’t see anything beyond that. I am looking for it so be displayed in list packages table on the Author Dashboard (using the frontend shortcode).
I have also noticed that when I click on the settings option on the left side, the page is empty except for the “Save Settings” button. It is like this on your demo page as well: https://try.wpdownloadmanager.com/frontend-uploader/?adb_page=seller-dashboard
Last thing, I am looking to modify the list of lock options, I do not need the LinkedIn share lock, the Tweet lock, the Google +1 lock, thhe Twitter follow lock or the Facebook like lock. Is there anyway to remove these? I tried using the hide sections parameter for the lock options.
Thanks again for the help.
I have the option selected in settings, but nothing the form does not show, no error, in the front end. Is there something I need to do to get this showing up?
Hello,
In the shortcod, at front-end, you may not need all the details options, in such case, you may use this parameter to hide sections/meta boxes you don’t need. You can hide settings, images, categories, and tags sections.
Also it is possible to display what category the package belongs to. You can use [categories] template tag in page or link template.
Link Template
Regards
Tanvir
Thank you for trying to help.
This is great for an end user who wants to see all downloads that are available.
As the owner of the business I want to see a list of my packages and how many people downloaded them
Package 1 6 downloads
Package 2 15 downloads
My original question right at the top said when i looked at my packages I got different answers as to how many people had downloaded it.
Here is the link to how the report shows:
https://duediligencesa.co.za/?template_preview=03wxU1dw4pbeFo6U7VWK8lfLuJuwzyw-riEXFadfToynFyYq5AoyIQYikARalPhhOd2Ucj9nYerPvnAd6ym5FMPnFYm_HZ0u0GNaWxiiMJ4&_type=link&_tplnonce=42fd9dac93
Now I need all the other packages below.
I feel this should be in the reports, but as I mentioned I am trying to understand why I am seeing two different figures for one package.
Appreciate your time.
<!– WPDM Link Template: James Download Count –>
<div class=”wpdm-link-tpl link-btn [color]” data-durl=”[download_url]” >
<div class=”media”>
<div class=”pull-left”>[icon]</div>
<div class=”media-body”><strong class=”ptitle”>[title] <span class=”label label-default” style=”font-weight: 400;”>[download_count] [txt=downloads]</span> <span class=”label label-default” style=”font-weight: 400;”></span>
</div>
</div>
</div>
<div style=”clear: both”></div>
This is the file but it shows 1 download only.
Hello KA PETERSSEN,
According to doc, Keep dir structure, means, a file from /src/Packages/views/link-templates
dir should go to /{active-theme}/download-manager/link-templates
dir. And as you are using the free version of WPDM, you can use a link template like this, [wpdm_package id="package-id-here" template="link-template-id"]
. I hope you have understood now. please let me know
Thank you again and regards
Hi
I have created the folder sytem:
/public_html/wp-content/themes/DDSA-child/download-manager/views/link-templates
Within there is a file called Reports2023.php.
Should I not be able to see this file in the list of templates now? On the website under templates?
Hello KA PETERSSEN,
If you are using the free version, you can use the template tag [download_count]
in your link-templates/page-templates from here this directory, download-manager\src\Package\views
. And for keeping back-up the files, you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/. please check and let me know
Thank you again and regards
Hi Nayeem,
Thank you for the following of my request.
I don’t think I’ll try a plugin for SMTP issues, because:
– I have several contact or information request forms on my site and they work very well
– I have a subscription system for my newsletter with double optin and it works very well
– Sending links from WPDM works very well too.
You can try this here by yourself : https://agence-digitaline.fr/creation-de-site-web/gestion-franchises/ (at the end of the page)
I can go either Sendinblue, or by my SMTP directly, the result is the same, everything works well in all cases.
It’s just alerts to inform me that a download has just taken place with WPDM that does not work. maybe a triggering issue ?
So if we can’t find a solution, I’ll have to try another system to make my files available.
I’ll give you one more day to see if we can sort this out. beyond this day, I will find another solution. Maybe with Ninja forms or WPforms or Gravity… It will be easier. It’s just unfortunate because WPDM offers cool stats and templates.
THANKS
FRED
This reply has been marked as private.
Hello,
Thank you for your response.
1. The email lock form button label and download button link label is different, the default email lock form button label is “Submit”, user can change it using the following code:
add_filter("wpdm_email_lock_form_button_label", function($label, $package) { return "Download Now"; }, 10, 2);
2. Well, wpdm_tag
is only for tags is wpdm_category
is only for categories, to filter by both, you may try using wpdm_packages
shortcode instead.
[wpdm_packages] – WP_Query in a shortcode for download manager packages
Regards
Hello KA PETERSSEN,
Hope you are well. The options both are responsible for showing the download count, you can check both of them. You can also use the [download_count]
template tag too in your related page or link for showing the download count. I hope you have understood. please check and let me know
Thank you and regards
Hello,
We have wpdm dropbox addon that is free.
Dropbox Explorer
It uses dropbox link to create the download link in your site. FIle kept in dropbox.
So there is no way to access the file from your website. You need to arrange files from your dropbox account.
Regards
Tanvir
The Single Column with Doc Preview is not displaying consistently on our end.
Please see link for the video: https://drive.google.com/file/d/1niGruWZA3by7kVaCOHruP_Kv46SEtSwQ/view?usp=sharing
00:00:07 – 00:00:11 The preview doesn’t load the PDF
00:00:35 – 00:00:38 The preview doesn’t load the 2019 Annual Report PDF
00:00:49 – 00:00:54 2021 Annual Report PDF doesn’t load, but the download button shows that PDF is attached
00:01:01 – 00:01:08 Annual Reports 2020 and 2021 not loading
00:01:09 – Annual Report 2021 eventually loads
As you’ll notice, the PDF won’t consistently load/preview. It takes a couple page load or refreshes for it to finally display. We can’t hand the website to our client with our site at this state, so assistance would be very appreciated.
Best Regards,
FBC
Hello Tobias Schulte,
I have checked the issue without logging in for the download link, https://www.aimline-audio.com/product-details/panc-software-2/, and found that it is working as expected. Can you please elaborate more on your issue? please check and let me know
Thank you and regards
This reply has been marked as private.
I will update this thread,
I cannot use default value plugin as my WPDM plugin is too old to support it, but i presume as i paid for the plugin yearly, i would still have support. I know i’m not using the latest version of the plugin but my old server stop in a week and i’m seeking for help.
My main purpose is not to ask for any new wpdm code or addon, but basically to understand how it work
something simple : update wp_postmeta set meta_value = replace(meta_value, 'ns37xxxxx.ip-213-32-0.eu/folder1', 'ns30yyyyy.ip-149-202-85.eu/folder2') WHERE meta_key = '__wpdm_files';
exact SQL request right?
Result : On Phpmyadmin, the field is perfectly replaced by the new “folder2” with new server URL but on the Website, under the WPDM plugin downloads setting, the field “attached files” gets empty!
Another something simple : Export database, edit database with notepad++, replace old download server link with new server link on the 7500 lines concerned, then re-import SQL database
Same… all links were replaced under phpMyAdmin correctly, but “attached file” field on wpdm got empty again…
3rd simple example? doing same but replacing just “ns37xxxxx” by “ns30yyyyy” without any – or . or / or special characters
works great, attached file got updated under phpmyadmin AND wpdm “attached files” badly i need to change the full url…
why???
Is there some joint tables that are linked to wpdm_files that i need to change too?
I’m out of ideas badly, and really need for support. i don’t see myself changing 1 by 1 all the 7500 different wpdm links.
Thanks in advance.
Renz
This reply has been marked as private.
Hello Jeff Young,
Hope you are well. For the column/row spacing, and button size/spacing, you can adjust the shortcode parameter and can also customize the related link-template. And for the other options, you can use CSS or can take our customization services from here too, https://www.wpdownloadmanager.com/download/custom-upgrade-service/. I hope you have understood. please check and let me know
Thank you and regards
You can unlink it from live site and then use it in staging site. Doc: https://www.wpdownloadmanager.com/doc/settings/license/
Hello
Hope you are well. Can you please check this add-on examples and demos
WPDM Directory Add-on
Hope you are well. For #, For changing link label, please check the package settings option as I image attached,

For more details, you may check this doc,
Package Settings
Hello Jane Haselden..
Hope you are well. For #1, For changing link label, please check the package settings option as I image attached,

For more details, you may check this doc,
Package Settings
Hi,
Sorry for the confusion, file cart is actually bypass all lock option. There is an additional option with file cart is just to send the download link to an email address but it is not a mandatory option like email lock.
Hi Shahjada thanks for the help and the shortcode. It will help for sure.
I have another question for you, We have our theme and our composer but we would like to know how you realize the first section of your home page right under your search input. We see that there are 4 link with the folder icon and, if I click on one of that, it opens a category page. Our goal is to create something similar (with multile page before the download list) so I was trying to check if there was a shortcode or it’s all code from the composer. If there isn’t a shortcode we will create everythnig by ourselves but I appreciate if you will solve my doubt before.
Thanks for the time
Best regards
Mattia