Hi Paul,
Thanks for contacting us.
You need to use the below addon to get custom data using wpdm
Regards
Tanvir
Hello,
The issue could be caused by any conflict or only from your user account.
There could be some conflict issues in your site. In this case, I would suggest running a conflict test. You need to run a basic WordPress conflict test on your site to detect what actually causes the problem. To troubleshoot the issue, please deactivate other plugins except for WPDM. Then check if the issue still persists. If that solves your problem, activate the plugins one by one, and continue checking the issue. In this way, you will be able to detect which one causes the problem. If it doesn’t solve, you can check conflict with theme too.
Regards
Tanvir
Hello Robert,
Thanks for contacting us.
Attach all 3 files with the same package and add custom file title specifying the language. Then in link template, use [file_download_links]
instead of [download_link]
tag and in page template [file_list]
or [file_download_links]
Here is a demo for that:
https://try.wpdownloadmanager.com/download/same-file-with-different-languages/
Regards
Tanvir
You are welcome.
Don’t hesitate to open a new topic if you face another issue.
Regards
Tanvir
Hello,
Thanks for contacting us.
Please provide temporary admin access in a private reply to check the issue further.
Thanks
Hi,
I see the ticket is marked as resolved.
Is this issue fixed for you?
Regards
Tanvir
Hello Christina,
Thanks for providing access.
I have forwarded the issue to the developer team.
Soon you will be updated.
Regards
Tanvir
Hello,
Thanks for contacting us.
Please provide related website url to check the issue further.
Thanks
Tanvir
Hi Matt,
Thanks for the clarification. It is clear to me now.
You can follow the doc below and my suggestion in previous reply. It will not delete the files as those will be kept in child theme.
Regards
Tanvir
Hi Barbera,
Date format can’t be changed currently. Because it is set by plugin not by wordpress default.
Loco translate can be used for translation
Thanks
Hi David,
I tried it by activating plugin and setting a limit 4 for one of the downloads.
check my testing here:
https://www.loom.com/share/62c06b1693994f619cd6b7decef469a7
I found the addon is working properly. Is there any specific procedure to reproduce the issue? I would be able to check it further by following that.
Regards
Tanvir
Hi,
Thanks for contacting us.
For adding translations, you can use the below plugin. With it you will be able to set all translations for the specific plugins.
Regards
Tanvir
Hello Christina,
Please provide temporary admin access in a private reply as well as related page link to check the issue further.
Regards
Tanvir
Hello,
Thanks for contacting us.
If you create the templates in active theme file, then when you update the plugin it will not be deleted.
But if you update the parent theme and custom templates are in it, then it will be deleted.
So it is recommended to keep those in activated child theme
Regards
Tanvir
Hello,
Please provide temporary admin access in a private reply to check the issue further.
I need to check it further to identify the reason.
Regards
Tanvir
Hello,
Thanks for contacting us.
Currently the feature to set random images is not available to wpdm elementor or any other shortcodes of wpdm.
Thanks
Tanvir
Hi,
Please put this code in your active theme functions.php
, it will disable your individual category archives
add_filter( "register_taxonomy_args", function($args, $taxonomy, $object_type){
if($taxonomy === 'wpdmcategory'){
$args['public'] = false;
}
return $args;
}, 10, 3 );
Thanks.
Hello,
I have already forwarded this to the developer team.
Regards
Tanvir