-
Search Results
-
I’m using the following shortcode:
[wpdm_all_packages categories='NPC Minutes' orderby='date' order='desc' cols="page_link|categories|publish_date|download_link" colheads="Title|Category|Date Published|Download"]
and I thought that the table would have a toolbar with search/filter box, and the columns be sortable as per the documentation and the demo here.
However I have a table with no toolbar and not sortable. Is this because I’m using only using the free version of the plugin?
Thanks!
Hello,
Problems after plugin update-Version 7.2.3:1.After updating “Download Manager”, the Package Info fields stopped displaying (disappeared). How can I fix this? I’ve marked it in the screenshot.
link: Package Info disappeared
Screenshot: Package Info disappeared2. When trying to log into the admin panel, it redirects me to a link
Screenshot: redirectSettings- Frontend Access-Front-end Settings
Login Page: Login
Register Page: Sing Up
Screenshot: SettingsAfter changing the setting, I can enter the admin panel again
Login Page: NONE SELECTED
Register Page: Sing Up3. Page Templates – Image Gallery does not display photos
Screenshot: Image Gallery4. The settings are missing: Misc Settings
Screenshot: Misc Settings
Screenshot System Info: System Info5. How to add a payment method. I use BTCPay (cryptocurrency payment processor) and WooPayments by Woo
6. How to import categories from WooCommerce without additional plugins?
Kind Regards
I am now on 7.2.2 – i have noticied today when creating a new download that the download locks seem to be broken. Here are the issues i noticed, which i cannot fully solve unless i remove all locks
1. Normally I have some custom content for “must agree with terms”. This shows, but when accepted nothing happens, no download.
2. I have a number of passwords we issue, as we use the Password Lock on some downloads. The password field is not presenting itself like it used to do, so i have to turn this off for now (in fact all locks are turned off)
3. Sometimes I request a users email address to email them the download link. When this is activate the popup shows requesting email address, but i cannot enter or type into the field, it simply closes.I have a lot of downloads, so its hard to go through each on to turn off the locks. Also, i am not comfortable to do this.
The problem could be somewhere else, but do you see this on your systems? I am on WordPress 6.28 , maybe i need to update this?
Dave
Topic: Invalid File Type (*.zip)!
Hello,
I have a download package—if there is one file in it, I can download it. When I add two files to the package and then try to download it via the link, I get the following message:
Invalid File Type (*.zip)!
What am I doing wrong?
Thank you
Hi
After plugins update a lot of stuff has broken but I have been able to work around here and there. This one is tricky though.
So before the update I had all the tags (Advanced Custom Fields) set and worked well, but it is not showing the data from any[wpdm_all_packages thumb="" login=1 items_per_page="10" jstable=1 order_by="date" order="DESC" cols="acf_datos_propietario|acf_datos_finca|title|acf_datos_vencimiento|download_link" colheads="Usuari|Titular|Document|Vencimient|Descàrrega"]
Front end image https://www.dropbox.com/scl/fi/z4fi0uazl6wmft29vvd8z/Screenshot-2026-02-04-at-8.11.55-AM.png?rlkey=1zoesf96jrbd13ova1jbfupcs&dl=0
This is not working anymore even though if I call the php it works
if (is_user_logged_in()) {
$test_post_id = 19365;
$acf_propietario = get_post_meta($test_post_id, ‘__wpdm_acf_datos_propietario’, true);
$acf_vencimiento = get_post_meta($test_post_id, ‘__wpdm_acf_datos_vencimiento’, true);
custom_logger(“ACF Test – Propietario: ” . $acf_propietario . ” | Vencimiento: ” . $acf_vencimiento);2026-02-04 12:48:17 – ACF Test – Propietario: ENSCAT | Vencimiento: 2026-04-04
Setup
Downloader Manager Pro Versión 7.2.1
WPDM – Advanced Custom Fields Versión 3.0.0
WPDM – Extended Short-codes Versión 4.0.0Wordpress 6.9
I want to prevent URLs from being shared.
Set the download link validity period to 30 minutes.
Have the URL change each time.
Be able to tell if it has been downloaded.We recently updated our WPDM plugin to version 7.2.1, and this has caused the content of the version column to disappear.
The column header is still visible though, and the table still sorts correctly based on version data.We are using the following shortcode:
[wpdm_all_packages login=0 thumb=1 items_per_page="5" categories="ams" jstable=0 order_by="version" order="DESC" cols="page_link|version|publish_date|package_size|download_link" colheads="Title::25|Version::15|Publish Date::15|Size::15|Download::30"]Image:

Is this a bug, or intended behavior?
If intended, what shortcode should be used to make it show the version data again?Hello,
When using the file cart add-on, I can add a file to my cart from an externally linked URL, but when I download the ZIP file, the externally linked URLS do not download. Is there a fix to this, or do the files need to be hosted on the same server? Thank you
Topic: Filter by Category
I have a page that uses wpdm_all_packages
[wpdm_all_packages login=0 items_per_page="20" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::125px"]
this would load all packages. I use to be able to pass a value for wpdmc within my url https://www.mydomain.com/?wpdmc=case-studies to narrow the results by category but sorting by category doesnt seem to work anymore?
Also clicking a category within the results table doesnt seem to narrow the search down either. URL looks like https://www.mydomain.com/?tax%5Bwpdmcategory%5D=case-studies
Please advise how to filter all packages by specific category by passing vars within urls