I think the error is coming from some kind of conflict with another plugin. WPDM enqueues the jQuery so there should be no jquery undefined error. Maybe one of your plugins is removing the jquery added by WPDM.
Hi, We have released a new version 5.0.4 Please install it to fix the issue. Thanks.
1 ) Download in the search result page is working now. WPML plugin was breaking the download link generated by [download_link]
, I have used a custom link template to replace [download_link]
with [download_url]
2 ) By layout, do you mean the link template? If yes, you can define template
in search result shortcode to control the result view.
3 ) The search widget title is visible now.
Please use “Single Column, Extended, PlayList” page template to show single file download option.
No, it is not possible. But you can hide the single file download button even when the option is active. Either use CSS or don’t use [file_list]
in the template.
Please send temporary wp-admin login info in private reply to check the issue.
Please send temporary wp-admin login info in private reply to check the issue.
Check the downloaded file after limit exceeds. It is just a text file with a message.
Directory import doesn’t import the subfolder items. You can only import the file from selected dir. You can attach the main directory to a package, this is an alternative to multiple packages.
Please check now.
Please check now. Working on my test.
Please check now. Activating Bootstrap 3 fixed the issue.
Please check now. I have added a patch there to fix the issue. We have added the patch on our side too for the next update.
Please send temporary wp-admin login info in private reply to check the issue. Also, send me a package link where this issue is present.
Please send temporary wp-admin login info in private reply to check the issue.
Working now. Replaced line no 676 in /download-manager-libs/class.Apply.php
with the following code,
if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){
https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_
We will also add a patch in the next release to fix this issue.
Replace line no 676 in /download-manager-libs/class.Apply.php
with the following code,
if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){
https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_
We will also add a patch in next release to fix this issue.
Replace line no 676 in /download-manager-libs/class.Apply.php
with the following code,
if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){
https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_
We will also add a patch in next release to fix this issue.
Please use template
parameter with the search result shortcode to define link template.
[wpdm_search_result template="link-template-widget"]
Hi,
If you are changing the domain, unlock the key from the old domain. You can do that from your Purchases > Order Details page by clicking the “Generate Key” button.
If you are getting the error without moving the license to another domain then install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
Thanks.
You can modify PDF Stamper settings from Downloads > Settings > PDF Stamper tab.
Replace line no 676 in /download-manager-libs/class.Apply.php
with the following code,
if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){
https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_
We will also add a patch in next release to fix this issue.
Frontend upload is working now.