Hi,
Here is the Download Manager Pro changelog https://www.wpdownloadmanager.com/wordpress-download-manager-change-log/ and a blog post about the v5 https://www.wpdownloadmanager.com/say-hello-to-the-digital-asset-manager-for-wordpress-and-wpdm-5-epsilon/
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.
Hi,
You can set the download URL as an audio source. That’s how our [play_list]
tag works.
Here is a short example of how you can set download URL as an audio source.
<audio controls><source src="[download_url]" type="audio/mpeg"></audio>
Best regards.
Hi, Releasing an update soon with the pot template file. Thanks.
Hi,
How are you sending the emails? Try using an SMTP plugin if you aren’t already using one. That usually solves many emails issues. The MailChimp add-on doesn’t handle the email operation, it just collects the user-submitted emails.
Best regards.
Your Blog Designer PRO plugin is creating this issue. It is removing all HTML parts of the template. Everything works fine when it is deactivated.
Please send temporary wp-admin login info in private reply to check the issue.
Hi,
One of your active plugins is breaking the download URL by inserting the double-quotes. Please deactivate all plugins one by one to find out which one is creating this issue.
https://www.evernote.com/l/AUdSIiwX611Ow5N41sRS67VfcJE6TIdedKYB/image.png
Thanks.
Please logout from your Downloads > Settings > Updates tab. And then log in again. That should fix the update issue.
Yes, you need the Default Values add-on. Thanks, Design Serve for the help.
Hi,
Only administrator users are given full access to the file browser. The editor gets partial access to /download-manager-files/username/
directory.
Comment/remove line no 10 in /download-manager/modules/server-file-browser.php
if you want to give full file browser access to selected roles.
$root = current_user_can('manage_options')?$root:UPLOAD_DIR.$current_user->user_login.'/';
Thanks.
Advanced Custom Fields add-on won’t add custom fields with individual files of the package.
In my example, version
is just another custom meta associated with each file. You can reuse the code and replace version
with any other meta name like name
status
whatever you want.
How many fields do you want to add with files meta and what are those? If you want me to take a look there send temporary wp-admin login info in private reply.
App Secret and Access Token are missing in Dropbox add-on settings. Please save those options to use the add-on. Attach the audio files again when the button is back to fix the preview issue. The attached file path should look like the following screenshot.
https://www.evernote.com/l/AUcv6MHQhyRLeKXvb3yRmCEyymF5VHRfwD8B/image.png
So, I guess the issue has been resolved. But do let me know if you haven’t marked this resolved intentionally.
Please use the Default Values add-on https://www.wpdownloadmanager.com/download/wpdm-default-values/
Hi,
To get the update notification you have to log in to your WPDM account from Downloads > Settings > Updates tab. If you are logged into WPDM account you can update the plugin from your Plugins page.
Thanks.
Yes, you can make a copy of the wpdm-my-downloads.php
file and place it in /active-theme/download-manager/
directory. Then add your changes in this new template file. Your custom template will still be there when you update the add-on.
Hi,
Your AutoSocial plugin is creating a JS error on the edit package page. Everything works fine when I deactivated the plugin.
Thanks.
Please send me the CSV file to check the format. Did you follow the format provided in the sample.csv? If you write only filenames under files
column then import looks for files inside /uploads/download-manager-files/
directory. Otherwise, you have to provide the full path.
You can utilize the wpdm_onstart_download
hook which is fired when download starts. I don’t know the exact way of connecting this with elementor. Maybe we can add this feature in next release of Optin Magic ( https://www.wpdownloadmanager.com/download/opt-in-magic/ ) add-on.
Please send temporary wp-admin login info in private reply to check the issue. You can try deactivating other plugins, maybe one of the active plugin modifying the redirect behavior.
I need administrator access to debug the issue. Most probably another plugin interfering with the input name q
which is the search input name in frontend dashboard.
Please find and replace
$('.btn-addtfc').on('click', function(){
with
$(document).on("click", '.btn-addtfc', function(event) {
in /wpdm-file-cart.php
file ( around line 96 ). We will add the patch on our next release.