Forum Replies Created
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
1) yes, you simply need to create a new link template using [icon] [title] and [download_link], if you skip [page_link] tag from link template, detailed page will be off, more details: http://wpdownloadmanager.com/docs/integrated-templates/
2) same as #1, if you skip [download_count] tag from link template, then the download count will be hidden from front-end.
if “downloads” is used as category url slug, you can’t access to page /downloads/ directly or you can create a page with slug “downloads” it just will be used as part or base slug for wpdm category url. If you want to use page “downloads” then you need to change wpdm category url slug to another word
its because , you are using same slug ( “download” ) for page and package base url, please check here http://www.wpdownloadmanager.com/docs/settings/
you can’t use same slug for a page and package or category url base http://www.wpdownloadmanager.com/docs/settings/ .
WPDM use wp’s native jquery, no if any conflict happen with theme, then need to check the theme actually if the theme using jquery from external source.
please send your invoice/order ID and account username to support@wpdownloadmanager.com