Hi, the post was from 2012
, now it is 2021
, no such issue with the plugin now.
The update is coming tomorrow.
No worry, we have changed the notification style, it will be clearly visible from the next update.
Download link after purchase is okay now, it was expiring immediately as the expiration period for the orders was 0, which can be controlled from wpdm premium package settings.
Download link from google drive is a public link, please use amazon s3 for expirable temporary download link:
We have fixed the issue and updated archive page add-on, please update your copy.
Sorry, actually no such option available, but it can be done using the following code:
Okay now, there are some memory limit conflicts with [file_list_extended]
template tag. I used [file_list]
instead and that resolved the issue.
Please exclude cart, login, signup, user dashboard page from cache.
We are coming with an alternative way to track the user download limit.
You are right, the bs3 password reset template has a small bug, we shall adjust it with the next update.
Hi,
That will depend on the breadcrumb feature with your theme or other plugin generating the breadcrumb, please give me an URL to check.
Don’t use the wpdm shortcode inside package description.
BTW, I just checked https://lfvbayern.de/download/nr-4-dezember-2020, but I’m not seeing any content on the description, where are the contents coming from?
There is no /server-file-browser.php
in download-manager/admin dir, please send me temporary wp-admin login info in a private reply to chenck.
Hi,
The reset password is working fine now, changed UI option to bs4 from wpdm settings.
Please send me temporary wp-admin login info in a private reply to check your issue and set it up there for you.
Hi,
UI color can be changed from Admin Menu ► Download ► Settings ► User Interface.
If you use title="Any Text"
, it always will show Any Text
as the title.
Please send me the file to test from my setup.
We have fixed the issue and updated the plugin. Working fine now. Also added new options to change default avatars, welcome messages, and some other options to improve your experience.
Hi,
In the latest version of amazon s3 add-on we have updated sdk and which requires php 7.2.5 or upper, please update your php version to 7.4, that will resolve the issue.
Updated code:
add_filter("wpdm_blocked_file_types", function ($file_types){
$index = array_search('svg', $file_types);
if($index !== false) unset($file_types[$index]);
return $file_types;
});
Please add it at the end of your active theme’s functions.php