Hi Stephanie,
Please 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.
Please use following CSS to change button hover style,
.w3eden a.btn:hover, .w3eden a.btn:hover { border: 1px solid #ef3d24 !important; color: #ef3d24 !important; border-radius: 0px; background: transparent; box-shadow: none; }
Use custom link/page template to add icon. Replace the [download_link]
with the following code,
<a href="[download_url]" class="btn btn-primary"><i class="fas fa-download"></i>[link_label]</a>
Unlocked your key. It should work on your new domain now. Please make sure you are using the latest version 4.9.8 of Download Manager Pro.
You have to use a custom link/page template to open the file in a new tab. Clone the current template and replace the [download_link]
with the following code,
<a href="[download_url]" target="_blank" class="btn btn-primary">[link_label]</a>
There is no such built-in feature available. But we can implement it for you as a custom upgrade service. You can also check available 3rd party options like this one https://wordpress.org/plugins/loggedin/
Please send temporary wp-admin login info in private reply to add the following patch,
Temporary user doesn’t have access to the plugin editor, so couldn’t add the patch there.
Please add the following code after line 777 in /download-manager/libs/class/Apply.php
. Single file download in a password locked package should work after that.
$_data['downloadurl'] .= '&ind='.$_POST['wpdmfile'];
You can’t delete your theme js files. Because without those your theme won’t work properly. There is no error in the console so I couldn’t find the exact origin of the issue. But the theme breaks the ajax submission of contact form 7. Please ask your theme dev to check why CF7 ajax submission is failing. Fixing this will also fix the form lock.
Hi Gary,
Please 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.
If you are facing trouble with auto-update, logout, and then login again from your Downloads > Settings > Updates tab. That should fix the issue.
Thanks.
Yes, Download Manager follows all standard translation rules. So, it is compatible with WPML and other translation plugins.
You have to replace the wpdm_login_url
function in wpdm-functions.php
file with the updated code.
Or
Create a new function with a new name with this custom code and then use a custom template for wpdm-login-form.php
. Call this new function from the new template. This way is better because it is update-proof.
Hi, How did you create custom templates? Updating plugin doesn’t delete the custom templates if you use the template editor.
Yes, you can show the publish date. Please check the shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
[wpdm_all_packages items_per_page="10" jstable=0 cols="page_link,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Publish Date|Download::155px"]
It is recommended to use the pagination for performance reason. Showing all files will reduce performance.
Please send temporary wp-admin login info in private reply to check the issue. Did you try to download after publishing the package?
Please send me the order id. I will deactivate the auto-renewal. Thanks.
Downloads are working fine on my test. Tested some random packages. Could you please send me the specific package url if still facing this issue.
Please send temporary wp-admin login info in private reply to check the issue.
Sorry for the delayed reply.
Your live server should maintain the same directory structure of the staging server. Otherwise, WPDM can’t find the file. This is required when you attach files from a custom directory instead of using the default /uploads/download-manager-files/
directory.
Please send the FTP login info to check your directory structure and run some tests.
You can use support@wpdownloadmanager.com for temp admin or use one of your address. Just send me the username, password and login URL.
In multisite setup, each subsite has it’s own /uploads/download-manager-files/
directory. Could you please check if you subsite /uploads/download-manager-files/
directory contains the attached file. Maybe the file is available only in main /uploads/download-manager-files/
Copying the files from the main /uploads/download-manager-files/
to subsite /uploads/download-manager-files/
will fix the issue for old packages.
And for new packages, the file will be uploaded the subsite directory automatically.
Not possible yet to open the PDF in a popup. But you can use a custom link template to open the details page is a new tab. Clone your current link template and replace [download_link]
with the following code,
<a href="[download_url]" class="btn btn-success" target="_blank">[link_label]</a>
To debug the issue I need FTP login info. Do other emails ( i.e. signup notification ) work on your site?
Please check my reply above. It’s on the 2nd page of this topic.