I have added the styles in your active theme’s style.css file. You can adjust the color there.
Let me know if you keep getting these warning even after updating Download Manager.
Please download the latest version of Download Manager core plugin from here https://www.wpdownloadmanager.com/user-dashboard/purchases/
Deactivate and delete current installation and then install the latest one. Your data and settings will still be there.
To get automatic updates in future connect your WPDM to update server from Downloads Settings Update tab. After successful login, you can update plugins right from there.
Yes, you can use custom template for the category page. Template file name is taxonomy-wpdmcategory.php
Please check this doc https://www.wpdownloadmanager.com/doc/template-files/
It is also possible to use a custom template tag to show categories without links. Use wpdm_before_fetch_template
hook to add custom tags. https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
We will add a patch to fix this in next version. The code above will fix this for now.
Please try now. Send me your license key, if still getting the invalid key warning.
It is not possible to remove links. This template tag uses core WordPress function which returns linked list of categories.
Hi, Unlocked your key. You can use it in your new domain now.
From the sidebar category shortcode remove the category that you used in the page shortcode. That should fix it.
The solution is the pagination with jstable=0. And it will work on any page except homepage for now. We will fix this to work on the homepage too. After that you don;t have to worry about the total number of files.
Hi,
You can add following code at the bottom of /download-manager/download-manager.php
file to fix this issue.
error_reporting(0);
Are you using the latest version 4.7.1 of Download Manager? If not installing this version should fix this too.
Thanks.
Please try following shortcode, it should sort packages by create date.
[wpdm-all-packages items_per_page=10 jstable=1 order_by="modified" order="DESC"]
Send temporary wp-admin login info in private reply if it doesn’t work.
Do you mean package? Yes, it is possible.
If you meant folder/directory then it is possible too. You need File Manager add-on for that.
All Downloads table uses a template file, so it is possible to customize it. But search result doesn’t have template support.
You can do this using Advanced Custom Fields add-on and a custom link/page template.
Here are the steps to link Developer name with URL,
1 ) Create 1 text custom fields and another URL custom field. Set name and URL in respective fields when creating the package.
2 ) In your custom template use this format to add link to the text <a href="[acf_ACF_url]">[acf_ACF_Text]</a>
Please ask your server support in enable ImageMagick. This template tag requires ImageMagick to work properly.
Your workaround is great. No other way yet to mark current category.
Hi,
I have tried to send email through SMTP. Installed Sendinblue SMTP plugin and email went successfully. The issue is your default WP email not working as I mentioned before. So, you have to fix your WP Email or use SMTP to send the email.
https://www.evernote.com/l/AUdy1_9gccNBk55MSASee4s0WP5jGWfNh0gB/image.png
I have temporarily connected my Sendinblue API key there, you can run your test.
Thanks.
Moving /download-manager-files
dir under subsite upload dir makes the plugin better in the long run because WordPress itself uses separate upload dir for each sub-site. This approach makes files more manageable as they live in separate disk space. That’s why we moved to this direction.
You just have to copy the /download-manager-files
dir to each sub-sites upload dir. Or if you can easily separate your sub-site files from main /download-manager-files
dir just distribute each sub-sites file in their own /download-manager-files
to save server space.
If it is not possible for you to move /download-manager-files
dir to each sub-site but want to use latest WPDM then install following copy to use main /download-manager-files
dir as you Download Manager files dir like old versions.
https://www.dropbox.com/s/xyrfqe89txtxn5f/download-manager-v.4.7.1.zip?dl=0
We might add this dir selection as an option in next version.
Thanks.
Yes, you are right. We will fix this in next update.
The limit is related to the implementation of [wpdm_search_result]
shortcode. As it does not support pagination it only brings first 1o matches.