Forum Replies Created
if you are using nextgen gallery, 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');
it may happen if your theme using external jquery library, anyhow update 3.3.8, then send a temporary wp-admin login info to support@wpdownloadmanager.com .
as it was previously work, and as suddenly stopped working, it could be caused by any plugin you recently installed, anyhow I need to check it there to be confirm, please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue.
you can hide toolbar with sorting from wpdm settings page.
Pro version has extended template options. So here you can build template as per your need, to add a separator line, edit the link template you using there, add <hr/> at bottom. More details about templating options http://www.wpdownloadmanager.com/docs/integrated-templates/
@macmorre, please give me your invoice ID or send your license key to support@wpdownloadmanager.com
please send temporary wp-admin login info to support@wpdownloadmanager.com, i need to check this.
Hi,
actually you can’t remove anything from there manually, but if prevent any page from indexing you can use robot.txt
please send login info to support@wpdownloadmanager.com to check
please use copy to pro add-on ( http://www.wpdownloadmanager.com/download/copy-to-pro/ ) to import file from free to pro
please update, then send temporary wp-admin login info to support@wpdownloadmanager.com, I’ll check this.
remove line 74 and 75 from hooks.php at download-manager to disable login/reg from wpdm pro.
yes, looks like js issue, But I need the url to check the issue.
anyone facing the problem please send temporary wp-admin login info to support@wpdownloadmanager.com
1) possible
2) yes, please add following code at the end of functions.php:
function wpmp_package_cats($vars){
$categories = maybe_unserialize(get_option("_fm_categories"));
$cats = @maybe_unserialize($package['category']);
foreach($cats as $cat){
$clinks[] = "<a href='".wpdm_category_url($cat)."' rel="nofollow">$categories[$cat][title]</a>";
}
$vars['the_categories'] = implode(", ", $clinks);
return $vars;
}
add_filter('wdm_before_fetch_template',"wpmp_package_cats");
now you can use [the_categories] tag with link or page template to show categories associated with a package
If you are using NextGen gallery, 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');
you don’t have to re-post in same day. We are replying in timely manner. wpdmo page shouldn’t be visible anymore except you use a page with same slug as wpdm package or category base. Explain little more how you reaching to that page.
support always answer in time on relevant questions.if you still facing any such issue, send an email to support@wpdownloadmanager.com with login info and your site url where you facing the issue.
sorry, actually previous and text text is in .js/jquery.dataTables.js, any to change the text, please open wpdm-all-downloads.php
replace ( line# 142 ~ 145 ) :
var dtable = jQuery('#wpdmmydls').dataTable( {
"sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p ",
"sPaginationType": "bootstrap"
} );
with:
var dtable = jQuery('#wpdmmydls').dataTable( {
"sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p ",
"sPaginationType": "bootstrap",
"oLanguage": {
"oPaginate": {
"sFirst": "First page", // This is the link to the first page
"sPrevious": "Previous page", // This is the link to the previous page
"sNext": "Next page", // This is the link to the next page
"sLast": "Last page" // This is the link to the last page
}
}
} );
and for this: http://demo.wpdownloadmanager.com/wpdmpro/
you will need wpdm directory add-on ( http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ).
any improvement suggestion will be highly appreciated.
templating instructions are here http://www.wpdownloadmanager.com/docs/integrated-templates/
anyhow you can use any icon there from icon list or you can upload custom icon as per your need.
[thumb_WxH] will crop thumbnail to match exact size, if original image is smaller then thumb W and H then, result will be blurry. But “shortcode which displays the individual sizes of the images” not clear.
“GD Library Error: imagecreatetruecolor does not exist – please contact your webhost and ask them to install the GD library”
means you need to activate GD Library in your server.
please give me your url where you seeing this