Forum Replies Created
Okay now after selected bootstrap 3 from wpdm ui settings. Bootstrap 4 update for membership plugin is coming soon.
Please give me temporary wp-admin login info in a prviate reply to check.
Hello, looks like some css conflict, please give me temporary wp-admin login info in a private reply to adjust it. Thanks.
Dynamically generated s3 URL is temporary and expires after a certain time, no need to hide it.
No exclude option is available yet. But noted to implement with the next update.
Hi,
Our customization team checking it and they shall adjust it in your side.
No, if you select a file from the media library and attach it with a package, it will not create a copy of the file in download-manager-files dir, file just will be linked from the location where it is now. So, it will not kill your disk space.
The new update is coming with the next week.
@arborvitaeny, we are also adding direct media library file protection with the next update of the plugin, you will be able to protect and share media library files directly without creating package:

Hi,
Sorry for the delays, we didn’t see it as akismet marked it pending, however, please give me temporary wp-admin login info in a private reply to check your issue.
BTW, you also may send temporary wp-admin login info to support[at]wpdownloadmanager.com
Hi,
Stripe and PayPal both are completing other successfully, we are also using them for ourselves at https://www.wpdownloadmanager.com/. Please send me temporary wp-admin login info in a private reply, I shall check and set it up there for you.
The first thumbnail is coming from your theme and 2nd one is from wpdm page template ( Doc: https://www.wpdownloadmanager.com/doc/templates/page-templates/ ), as you know, you can create/edit custom page template from Admin Menu ► Downloads ► Templates ► Page Templates, you need to do the following to remove the 2nd thumbnail:
Hi,
That is not possible as it is now, it will require some minor code customization. Please add the following code before the </body> ( usually in footer.php ):
<script>
jQuery(function($){
$('.inddl.btn').each(function(){
$(this).attr('target','_blank');
});
});
</script>
Awesome, please let me know if you need any other assistance :).
BTW, for the guest order/download page you need to use the shortcode: [wpdmpp_guest_orders]
Hi,
Default login page is restored now. Extremely sorry for your trouble.
Okay, so, users doesn’t require login to download the purchased items?
In that case, need to enable guest checkout and download. Let me know I shall configure that for you.
The shortcode is deprecated, as all of our users are only user [wpdm_frontend] we stopped maintaining [wpdm_package_form], however, if you think, you will need that, we shall recheck it and make it available with the next update.
Please use [wpdm_frontend] instead of that shortcode.
Hi,
WPDM only create a zip when there are multiple files with a package. For the packages with multiple files, you can to use link and page template where you need to use [file_list] tag, but skip using [download_link] tag.
[download_link] tag creates a download link to download the full package, and [file_list] shows download button next to the file name to download individual file when single file download is enabled.
Demo: https://demo.wpdownloadmanager.com/wpdmpro/download/multi-file-package/
Alternatively, you can enable “Cache ZIP file” option, which will keep the zip file created from initial download request of a multi-file package, and serve it for the every other download request without creating new one.

Sorry, that is our fault, please find:
" <i class=\"fa fa-times-circle\" onclick=\"$('#tag_" + tid + "').remove();\"></i>\n" +
and replace it with:
" <i class=\"fa fa-times-circle\" onclick=\"jQuery('#tag_" + tid + "').remove();\"></i>\n" +
Also, adjusted in our side for the next update.
Hi,
Actually, after the limit exceeded, download will not work even if user click on a button.
Hi,
Order completing properly now, also I configured account page https://x32ram.com/account/?udb_page=purchases and customers will be redirected there after they complete their purchase.
Yes, that is with the elementor editor, nothing to do with wpdm.