in wpdm-archive-page.php, after line# 600, add $html = term_description($category, 'wpdmcategory').$html;
It should be ok now 🙂
Sorry to missing that, anyhow downloads are ok now.
if you modified original db structure or code, it will be hard for us to trace.
Probably we should wait a little more to see how many other peoples need this option, as it requires to change a core code.
That will require to build a custom wpdm add-on for buddypress 🙂
Ok, I’ll check and adjusted it with the next update of the plugin, but if you need immediate solution, please give me temporary wp-admin login info in a private reply
Yes, noted, but may you please point me the English api docs
@Beattle, in that case I need to check it in your installation.
@wilsonchua, from next update of the advanced custom field add-on, fields will be searchable.
Please give me temporary wp-admin login info to check your issue.
Yes, it could be bot, but we already used rel='noindex nofollow'
with download link. You also may try contacting hosting support or analyze website visit stats to check from where the traffics are coming.
I’ve identified the issue, It is actually with your theme and visual builder. Need to be fixed from theme, please contact your theme developer.
Sorry for that, I need to check it deactivating other plugins, I ensure your it just will be for few mins.
Sorry, but please check http://www.wpdownloadmanager.com/terms-and-conditions/
@believer, it was because your theme was using old version of font-awesome, I’ve disabling font awesome from download manager and now icons are showing fine in your site.
@albert, find and remove wp_enqueue_style('font-awesome', WPDM_BASE_URL.'font-awesome/css/font-awesome.min.css');
from functions.php
probably any other active plugin causing this issue, please try deactivating other plugins.
Sorry for delay, please give me temporary wp-admin login info in a private reply.
please give me your license key here in a private reply, we shall unlock it for you.
you need to copy data tables wp_posts
and wp_postmeta
to new server or try using wp’s native export feature.
You will not need pro for that, please give me temporary wp-admin login info in a private reply to check
Apply same solution for both link and page template, download count will work fine.
Use following SQL to update all:
update wp_postmeta set meta_value = '' where meta_key = '__wpdm_access'
Remove overflow: hidden from your theme style.css, line# 797 ( https://www.evernote.com/l/AV1PsGwaS_dApIS5nFpfq7iveiOtNKmAmiEB/image.png )