Forum Replies Created
the only reason for such error is zlib is not working fine in your server, please contact support to reinstall zlib.
please send your license key to support@wpdownloadmanager.com
no, add the code at the end of file. you are adding before last }.
its could be a js conflict, please send temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
you can customize that from functions.php .
please send temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
ok now, problem was causing by fcebook plugin. We had to add following code to resolve facebook plugin issue:
function wpdm_fb_ogurl($meta){
$meta['og:url'] = wpdm_canonical_url($meta['og:url']);
return $meta;
}
add_filter('fb_meta_tags','wpdm_fb_ogurl');
that code surely will work, please send ftp access to download-manager dir to support email.
ok, may you please give me the url to check the issue
new package widget should do that by default, you don’t have to do anything there.
if you only want to show the button, you can create a link template only with tag [download_link] and other styling options for the tag you can see here: http://www.wpdownloadmanager.com/docs/integrated-templates/
please send temporary wp-admin login info to support@wpdownloadmanager.com to check your issue.
yes, wpdm pro have search options and widget.
not yet, but wpdm already moving to custom post type, then you will have it.
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');
please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ for that button.
you can create your own link and page template from Download Templates section, full details: http://www.wpdownloadmanager.com/docs/integrated-templates/