Forum Replies Created
Please give me temporary wp-admin login info in a private reply to check your issue.
- Clone the link template
- Replace
[download_link]with[download_link_popup] - Save as a new template
- Use the new template with your short-code
Or, Please give me temporary wp-admin login info in a private reply, I’ll do that for you.
You will need this add-on http://www.wpdownloadmanager.com/download/wpdm-default-values/
New update for the add-on will be release within next few hours.
We already adjusted the static call issue in last update, please let me know if you still facing any other issue ๐
S3 is working fine in your side. Please give me temporary wp-admin login info in a private reply to check your issue.
Donโt Worry, Everything will be fine, BUT, v4.5.1 require php version 5.3.0 or higher. So, before upgrade please check if your server using proper php version.
Don’t Worry, Everything will be fine, BUT, v4.5.1 require php version 5.3.0 or higher. So, before upgrade please check if your server using proper php version.
However, we are adding some new option with form lock add-on, like start automatic download on for submit and email download link rather than downloading file instantly like email lock.
@Webmaster,
# you can edit email template for email lock from Admin Menu Downloads Subscribers Email Template
# No option to remove token number with liveforms for now
# Email can update email content with form lock from Email Settings with form editor.
# Sorry, No way to combine 2 locks
I’m not seeing any issue around wpdm there, everything looks functional.
Please give me temporary wp-admin login info in a private reply to check your issue.
Sorry for your inconvenience. For now, please open /download-manager/libs/class.Package.php, replace line# 258 if ($package['password'] != '') $lock = 'locked'; with if (isset($package['password']) && $package['password'] != '') $lock = 'locked';. Also updating the file will resolve the issue. And please skip update tab until next update.
Adjusting all those in next update.
We have started with the add-on hopefully updates will be released within January 26 in this order:
- Form Lock Add-ons
- Pro Membership Add-on
- Newsletter Add-on
- …
Email was not sending properly, as you didn’t configure email from Admin Menu Downloads Subscribers Email Template , anyhow I set it up now and should work properly.
Sorry for the trouble, for now please open wpdm-hooks.php, replace add_filter('run_ngg_resource_manager', 'return false;'); with add_filter('run_ngg_resource_manager', '__return_false');
or, please give me temporary wp-admin login info in a private reply, I shall do that for you.
They are not easily changeable yet, if you want to change, need to change it editing code or update wpdmpro.po file.
Not yes, but we are already adding that instant auto download option and email download link option with the add-on and update is coming within this week.
Yes, don’t worry, we already noted it for implementation, next update of the add-on will have option like WordPress regular media manager, then you will be able to use it more comfortably.
WPDM doesn’t have specific option for maxcdn/netdns yet, but we have plan to add it soon.
Thanks ๐
It was because, your theme or any other active plugin generating an unexpected output ( like a space or new line char ), Which is causing trouble with returned file name, anyhow I removed the file from list and reattached again using server file browser and it is working fine. Tested it on package “demo”
Sorry for your inconvenience. From v4.5.0 you will be able to update add-ons directly from Admin Menu Download Settings Updates ( though, the feature is still in beta, we are working on this to make it smother )