I just tried now, it downloaded a pdf Choose Your Own Adventure ...
May I temporarily disable other plugins?
here is the solution http://www.wpdownloadmanager.com/support/topic/cant-add-urls/
are you using premium package add-on?
if you want to block external domain, you can use block hotlink add-on http://www.wpdownloadmanager.com/download/wpdm-block-hotlink/
Yes, need to edit some code in functions.php, find wp_mail($_POST['email'], stripcslashes($eml['subject']), stripcslashes($message), $headers);
, line approx # 1440 ~ 1450. add following line after that:
wp_mail('site-admin@-email-.here', stripcslashes($eml['subject']), stripcslashes($message), $headers);
“how exactly to work both email & password lock” <-- if you apply both, user can download using any of it, they don't have to do both. We are adding Google drive support which causing some delay in update, but I already updated plugin in your installation which fixed individual download issue already. "your attitude is harming me and my business" <-- sorry, but where did you get it. "no real support, no real fixes, nothing" --> what are you talking about?
On new update of plugin and add-on, you will see notices in your wardress plugin page
give me the url you trying with.
please go to Download manager settings page frontend tab and select roles as following image and save settings:
And then to do dashboard. Media will reappear again.
File: /plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php
Code is around line # 453 ~ 457
please download amazon s3 add-on again and update your copy.
the problem is when you copied short-code from here, there also copied an unnecessary html tag <pre>
which is causing the issue, remove the pasted short-code and just write again or use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
# in access you should add role names like “administrator,editor,author,subscriber”
# in template field if you are using default integrate templates, use full file name like link-template-extended.php
, for custom created template use ID only
# keep every field within double quote (“…”)
Then it will work fine.
It is possible to use remote ftp for the creation of a multifiles package, but all files can be downloaded as a single zip, you need to enable individual download, so that user can see the file list at front-end with individual file download button.
use template tag [audio_player] with your page template to show playlist with package for attached files
I’m not seeing it, may you please let me know where exactly you seeing that warning. It only could happen if all files not uploaded properly.
#1. about title, you need to create new link template, more details here http://www.wpdownloadmanager.com/doc/templates/
#2. for media issue, go to download manager settings page front-end setting tab select roles like following image:
and save settings.
nothing to fix there actually, when you use remote URL, wpdm just redirect to that after when you click download. If you want to hide remote location, then we has to use your server memory to cache remote file and download through your server which may cause huge extra load, so we skipped that.
No, you will not lose any package, but all package details page url will be changed, ids will remain same
please give the url from where you trying to download
the issue is with your server, please send those error message to hosting/server support, they can resolve it just in few clicks.
yes, possible in pro only.
ok now, you had to disable “Resumable Downloads” from download manager settings page.