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.
that will require lots to changes.
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.
please give me your url to check
“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
don’t worry about table name anymore, wpdm already moving to custom post type with upcoming v 2.6
file name is class.pagination.php
please send temporary wp-admin login info to support@wpdownloadmanager.com to check add-on issue.
you will receive reply within 24 hours.
please send to support@wpdownloadmanager.com
Add following css in your theme style to resolve your issues:
.dataTables_paginate { float: none !important; text-align: center !important; width: auto !important; } .modal-backdrop.fade.in { opacity: 0 !important; z-index: -9 !important; }
give me your url to check
wp regular search widget will not work here, but form next update wpdm pro moving to custom post type and then you will be able to use regular search box to search package.