Add following code at the end of your theme’s functions.php
function add_custom_template_tag($vars){ if(function_exists("kk_star_ratings")) $vars['kk_star_ratings'] = kk_star_ratings($vars['ID']); return $vars; } add_filter('wdm_before_fetch_template', 'add_custom_template_tag');
Now you can use [kk_star_ratings]
in link or page template to show the star rating.
Docs: http://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
All Download Table can only block download link for now, you need to use short-code like this
[wpdm_packages template="link-template-panel" order_by="post_title" order="asc" paging="asc" items_per_page="10" title="" desc="" cols=3 colsphone=1 colspad=3]
Please give me temporary wp-admin login info in a private reply, I’ll check.
If templates with those template ID exists, then it should work fine, please give me temporary wp-admin login info and the csv file, I’ll check
We are creating an add-on for this and will be released within this month.
hide everything option only will work for category and package short-codes, category pages like http://mixinnzicht.nl/wpdm-category/stoepposters/ actually part of theme.
ok now. problem was with a css class in page template
no, you will not lose any functionality ๐
In function.php, line #1517, please remove the line wp_enqueue_style('font-awesome', WPDM_BASE_URL.'font-awesome/css/font-awesome.min.css');
Sorry for delayed reply, if you are still having the issue, please give me your order ID in a private reply here.
3. Please give me the URL where you seeing the package
You may try disabling bootstrap css from download manager settings, we specifically don’t have any IE specific support, also IE9 is a very outdated browser.
please use package short-code with a link template
please give me temporary wp-admin login info and the affected url to check.
For multiple files please use <?php echo $file['play_list']; ?>
please give me temporary wp-admin login info and ftp access to download manager dir in a private reply, I’ll check skip option with the player in details.
Sorry, not clear. May you please explain your situation little more.
please give me login info again to check.
in page/link template php code will not execute, but if you create custom theme template, you can use php code there.
Now it set active class when selected and the button looks different then normal ( active state ), however you can change the text color using css, please give me your URL to suggest you proper css change.
Please use a readable file title in admin side which will be shown in front-end.
__wpdm_access
, but the value should be a serialized array of role name(s)__wpdm_template
For #1 ~ #4, use SQL:
insert into wp_postmeta (post_id, meta_key, meta_value) select ID, 'Field_Name', 'Field_Value' from wp_posts where post_type = 'wpdmpro';
However next update of default value add-on will have bulk update feature, which is coming within this month.
you can use only single category slug, then it will show all subcats
Please delete old version, then install new. Deleting old version will not delete old data.