Forum Replies Created
Hi,
Download the following file:
https://www.dropbox.com/s/v5muljpri6m5he2/wpdm-start-download.php?dl=1
And replace the existing one inside download-manager folder with it.
Then, add the following code at the end of your active theme’s functions.php:
add_filter('wpdm_downloadable_post_status', function($status, $package){
$status[] = 'draft';
$status[] = 'pending';
return $status;
}, 10, 2);
-
This reply was modified 5 years, 1 month ago by
Shahjada.
Hi,
Sorry for the confusion, please check the shortcode docs. There is a parameter named logo, where you can set a logo URL.
Ex: logo='http://brads15.sg-host.com/wp-content/uploads/2021/02/Smooth42_logo.png'
If you don’t use the logo parameter it takes the site icon ( favicon )
In the case of elementor module, please set logo URL here:

Archive page okay now, date filter will be available from the next update
It looks like it is an issue with your theme, I’ve changed the theme and it worked fine. Memory limit 128M is more than fine, even if there are 1000s files on a single page. We have tested it again now.
Yes, if you want to modify the menus ( add/remove ), you may use:
https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_user_dashboard_menu/
To change template files, please follow:
The template files are in /download-manager/tpls/user-dashboard/ and /download-manager/tpls/wpdm-dashboard.php
WPDM alone doesn’t take that much memory, unless you are using [wpdm_all_downloads] shortcode and you have 100s of packages. In that case, you need use jstable=0 parameter with the shortcode, or user table builder with Gutenberg add-on https://www.wpdownloadmanager.com/download/gutenberg-blocks/. However, please send me temporary wp-admin login info in a private reply, I shall check it in detail.
Hi,
Please reset the cache and download stats from wpdm settings ► privacy tab, and if you are not using the latest version, please update your copy, that should resolve any memory issue.
From the next update, you will be able to use the automatic upgrade as usual.
Hi,
It is because you are using a version old version of wpdm pro, please update your copy, that will resolve the issue. Follow the steps to upgrade:
1. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
2. Install and activate the latest version
3. Done!
From the next update, you will be able to use the automatic upgrade as usual.
Hi,
We have adjusted it and released a new update today, please update your copy.
Hi,
PDF stamper will stamp attached files from the media library from now on.
We are adding a filter hook there with the next update of the plugin to manipulate status.
Yes, please use the following css:
.wpdmap-filter-sidebar .wpdmap-card-filter:nth-child(2){
display: none;
}
Hi,
Checking and updating the add-on soon.
Need network admin access to update the plugin.
#1. Yes, possible to use email lock there and redirect to youtube after entering the email.
#2. Redirect isn’t recorded in the stat, only downloads.
The category filter is functional now, we are working on the date filter, a new update will be available soon.
Hi,
If you want to disable email lock or any other lock option ( ex: captcha lock ) for the logeed-in user, you can do that from here:
