Forum Replies Created
Hi,
License doesn’t work in that way, using license option you only can control usage limit. However, we are already working on such a feature.
Hi,
As you are using wpdm pro, you can create your own template the way you want from Admin Menu Downloads Templates Page Templates Tab.
You can create a new template or clone an existing template and removed [thumb_WxH] tag and save as a new template.
Docs:
Hi.
May you please give me your site URL to check and temporary wp-admin login info in a private reply to check.
Hi,
Please check the following post for solution:
Hi,
v4.7.6 shouldn’t have those issues, please give me temporary wp-admin login info in a private reply to check it in your installation.
Hi,
Please use pro forum ( https://www.wpdownloadmanager.com/support/forum/download-manager-pro/ ) for pro plugin support :).
Please follow the steps to upgrade:
1. Deactivate and Delete old version
2. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/purchases/
3. Install and activate the latest version
4. Done! ( The process will not harm your old data/settings )
From next update, you will be able to use the automatic upgrade as usual.
Hi,
For per member access control, you will need the following add-on:
Hi,
Give me your site login info and wpdownloadmanager.com login info in a private reply to check.
Please deactivate from the network and activate from sub-site. And if you still see any issue, please let me know and send me a temporary wp-admin login info in a private reply.
Now, you can manage your translations from here:
https://translate.wordpress.org/projects/wp-plugins/download-manager
Yes, we recently added the option to customize columns.
Hi,
Please give me temporary wp-admin login info in a private reply to check your issue.
Hi,
That is a dynamically generated message, if you want to change it and use another different message, you may use action hook wpdm_file_not_found. Ex:
add_action("wpdm_file_not_found", function($package){
wpdm_download_data('file-not-found.txt', __( "Your custom message here..." , "download-manager" ));
die();
});
You need to add the code at the buttom for your active theme’s functions.php
Please give me temporary wp-admin login info in a private reply to check your issue.
Hi,
The short-code is used there is:
[wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cols="2"]
Hi,
Sorry, that is not possible. But alternatively, you can handle that using only a single package, in that case, you need to attach the root dir to a package and create a page template with template tag [file_list_extended], or give me temporary wp-admin login info in a private reply, I shall set up a sample for you.
Hi,
Sorry, support is little slow due to the weekend. However, checking your post right now.
Hi,
Mp3 preview is working fine now.
https://www.evernote.com/l/AV3zhmhVYIdII4a0BabaL1q-hMUHTuKAB78B/image.png
Hi,
Yes, that is possible. Any user who is creating/editing a package can control access from “Allow Access” option with package settings. To block all visitor access, she/he needs to remove “All Visitors” from “Allow Access” option and select other roles and need to select other user roles she/he wants to allow.
https://www.evernote.com/l/AV1oP6IPjRdPoYYs6KZtJMN-S1ZKVJFVsSEB/image.png
You can allow any user to manage (create/edit/delete) packages from front-end without going to admin side. You need to use short-code [wpdm_frontend]. Doc:
https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_frontend-add-remove-author-dashboard-menus/
Yes, that is possible but will require some javascript/css/html customization, if you need we can do that for you, in that case, please give me temporary wp-admin login info in a private reply.