Forum Replies Created
if you apply any lock option play will not work, so, if you need playlist too, also need to attach those files with post using Attach Media Button
I actually I didn’t change anything outside of wpdm, but nothing in code, however it is just the caching plugin.
I just tested with a default setup there and got everything working probably your activate theme or any plugin causing the javascript conflict.
@trouille2, please update to v4.2, that should resolve any such issue.
for fix the look, go to download manager settings, activate bootstrap and save settings.
Just tested individual there , got it working fine:

But remove the short-code from package content. That is not right place
Actually, we have lots of lazy download add-on user, most of them use this add-on to show a intermediary page before download where they place some ads. But please suggest me how I can improve it so that I meets your expectation :), my team certainly will add your suggestion with next update of the add-on if they find it interesting.
You can use this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ for package duplicate feature. Thanks for your idea, if it was originally your suggestion, certainly you can get a gift copy, if you know it is not possible to distribute free for everyone where lots of paid hours spent on developing.
Yes, support & update access is valid for 1 year after purchase.
that file size is only 23 KB, it shouldn’t cause any such issue, however if you want to remove that open wpdm-functions.php , remove or comment out line # 4471 , BTW, please update to v4.2 first.
I just tried now, it downloaded a pdf Choose Your Own Adventure ...
here is the solution http://www.wpdownloadmanager.com/support/topic/cant-add-urls/
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
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.