Please try deactivating other plugins and switching to another theme to find out if this is related to a plugin/theme conflict. If you want I can do the test, Send temporary wp-admin login info in private reply in that case.
Are you using a custom template for edit profile form? Nonce field is missing in the form which is required to validate the save request.
No option yet to open the PDF in a popup. Possible but requires code customization.
Works fine on my test. Here is a sample file.
Moved the PDF list dropdown above the viewer.
Please check my reply here https://www.wpdownloadmanager.com/support/topic/wpdm-doesnt-save-options/
Please send your license key in private reply. I will unlock it from dev site.
Please set logo parameter in you login shortcode logo="your-logo-url"
to fix the issue. Have you set up the dashboard page in WPDM Frontend settings? Send temporary wp-admin login info in private reply if you need help with that.
Are you using File Cart add-on? Please send temporary wp-admin login info in private reply to check the issue.
Go to Downloads Settings Basic and set the following option,
https://www.evernote.com/l/AUfFYvDBUVlI2rKCtNx0rIb6e7AoRcCg_EAB/image.png
Sorry for the delayed reply. There is no option to add a tag to the file. Tag is taxonomy that works on post level. So, it can only be assigned to a package.
Could you please explain the use case? Maybe I can provide another workaround to achieve what you want.
Please send temporary wp-admin login info in private reply to check the issue.
Added the code. Please check now.
Hi,
Pro version provides you the option to use single or multiple files in a package. So, it doesn’t replace the old file automatically. But you can remove the old file by clicking the X
button in files meta box when adding a new file.
Thanks.
Hi,
It is possible to limit the category by defining a parent category in the shortcode. So, if your cat_slug1, cat_slug2 has a parent category then use that parent should as a category parameter value in the shortcode.
Minor customization is required for that. Please add the following parameter in wp_dropdown_categories
function call.
'parent' ► $category,
Check the screenshot for better clarification or send temporary wp-admin login info in private reply, I will do it for you.
https://www.evernote.com/l/AUc6fQfp315IvJDvn5D26funfzki-6IoZRIB/image.png
Thanks.
You can try deactivating other plugins or switching to another theme to find if the issue related to a plugin or theme conflict.
The download is working fine on my side. Could you please check again?
https://www.evernote.com/l/AUcEOHxZROZDf67_E6kOj1zn-vcs_YSXpHkB/image.png
Please send temporary wp-admin and FTP login info in private reply to check the issue.
Get the file from here. I have added the code in line 380 and tested it on my setup.
https://www.dropbox.com/s/10vqc4qmj745394/wpdm-all-downloads.php?dl=0
The search option is available in the data table version of all packages table. Not everything in this template is editable because some parts are controlled by the data table js library.
It is possible to hide the number of packages per page dropdown using custom css. It is also possible to add search placeholder. Create a copy of the wpdm-all-downloads.php template file and place it in /active-theme/download-manager/
directory. Then send temporary wp-admin login info in private reply. I will make the code updates to add these features.
Unlocked your key.
Unlocked.
There is a CSS conflict between autocomplete js and your theme. Everything works fine when I test using another theme. If there are not too many users it is possible to show a dropdown like the user roles by doing some code customization.
The dropdown shows a limited number of custom fields sorted alphabetically. So you filed maybe outside the limit when sorted alphabetically. Try adding a new custom field with a name that starts with a
, it will be shown on top.
Please send temporary wp-admin login info in private reply to check the issue.