Forum Replies Created
yes, you need to use short-code [wpdm_frontend] for front-end ui .
I need to check that in your installation, please send temporary wp-admin login info to support@wpdownloadmanager.com
1. ok with v4.0.5
2. now you can use custom field tag in link and page template like [custom_field_name]
please ask your server/hosting support to enable “open_basedir” support
looking good, you may try this http://www.wpdownloadmanager.com/download/wpdm-image-button/ , also here are http://www.wpdownloadmanager.com/downloads/add-ons/ some other free add-on could be nice for your need.
now wpdm pro using features image as main preview image, if your theme intentionally remove featured image support from theme you may not see that.
for single license renew its same price $45, for business & dev license renew, price is 60% of original price.
@visualale, don’t worry, we will take care of that :), you can upgrade the plugin, then support team will update the add-on for you.
<a href="[download_link]"> is wrong, as [download_link] will generate complete link, but [download_url] can generate directly download url to public packages. got me?
actually they should be listed under subscriber menu, please try deactivate and re-activating the plugin
please send temporary wp-admin login info to support@wpdownloadmanager.com
lots of things are change in wpdm pro v4, as it have moved to csutom post type. v4 docs are here http://newlook.wpdownloadmanager.com/docsfor/download-manager-pro/ , but there is nothing much about category now, as it is using custom taxonomy and same usage as regular post category.
@JoanneH,
here it is:

@cbenson583, thanks
need to check it in your installation, please send a temporary wp-admin login info to support@wpdownloadmanager.com
sorry, you can’t change page template globally, need to page template editing specific page, but another way is edit the file /plugins/download-manager/templates/page-template-1col-ex-autdio.php or create a page template single-wpdmpro.php in your theme dir, but if you want to add download link in archive page you need to create custom archive page template archive-wpdmcategory.php in your theme dir, anyhow those are related to theme development.
may you please give me your order ID to search your and account link.
rename the file taxonomy-wpdmcategory.php
wpdm pro embed page info in detailed page using the_content hook, but if your mega menu use the hook improperly, only then such issue may happen, in that case actually need to edit the menu plugin code to fix the issue
yes, it was for v3.3.8, but update v4 coming soon, then we will publish it again
no global way, it just works like wp pages, but you can also do that editing theme, like create a page template single-wpdmpro.php for wpdm pro post type.
please add following code at the end of download-manager.php, that will resolve the conflict with nextgen gallery:
function wpdm_skip_ngg_resource_manager($r){
return false;
}
add_filter('run_ngg_resource_manager', 'wpdm_skip_ngg_resource_manager');