please send a temporary wp-admin login info to support@wpdownloadmanager.com
use [download_count] template tag in link template you using for the widget
sorry, no such option, but you can restrict access per package.
it could be a problem with your server, but please clear /plugins/download-manager/cache/ dir and try again to be more sure
Hello Chris, sorry for the delay. please mail to customize@wpdownloadmanager.com about it.
I see your license key mapped with domain emdcustomersection.kontron.com . Did you move the plugin to another domain?
actually wpdm pro don’t have its own commenting option, but here is an alternative solution:
1) disable regular wp-comment on that page
2) Use facebook comment plugin from here https://developers.facebook.com/docs/reference/plugins/comments/ ( clear “URL to comment on” value before generate code )
3) embed the code in page template
@maya33gmailcom, enable others css files too
please mail to customize@wpdownloadmanager.com for cost estimation
yes, possible. it will require some customization in code.
in free version short-code will work in side page or post content only. But wpdm pro short-codes work everywhere.
if you are using premium package then please don’t update to 3.3.3.rc as new version of premium package add-on coming soon
please mail to customize@wpdownloadmanager.com
yes, it will require customization
actually the code will be a bit lengthy and not possible to show example here
# that will require some customization actually and not easy to explain the code here
# yes,but it is not a bug, but if you want to change we can customize that
# actually file name is showing there, anyhow i changed it to file title now in your site
please mail to support@wpdownloadmanager.com for estimation
# looks like widgets are working fine.
# search is as it now, is not a bug, but if you want to change we can customize that
# “strange code displayed in the audio_player” not clear
please mail to support@wpdownloadmanager.com to discuss details
please activate css files from wp-admin Downloads Settgins Front-end css tab
your site is fixed now. please take a backup of the theme.
you can use same keys for new site, keys are unlocked now
To add description:
1) please open “wpdm-archive-page.php”
2) find and replacce:
$ndata = $wpdb->get_results("select * from {$wpdb->prefix}ahm_files where title like '%$src%' limit $start, $item_per_page",ARRAY_A);
with:
$ndata = $wpdb->get_results("select * from {$wpdb->prefix}ahm_files where title like '%$src%' or description like '%$src%' limit $start, $item_per_page",ARRAY_A);
that will require some customization. Don’t have the plan to implement that yet. But as we do custom upgrades, you can use our service personally to add that feature.