Shahriar

Forum Replies Created

Viewing 25 posts - 12,251 through 12,275 (of 12,510 total)
in reply to: PHP Code in Templates #33696

Shahriar
Moderator

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/

in reply to: Hide Files in List from Certain Roles #33689

Shahriar
Moderator

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]
in reply to: LinkedIn Lock still not working… #33686

Shahriar
Moderator

Please give me temporary wp-admin login info in a private reply, I’ll check.

in reply to: Template and page_template aren't working CSV #33685

Shahriar
Moderator

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

in reply to: Terms before download #33683

Shahriar
Moderator

We are creating an add-on for this and will be released within this month.

in reply to: Issues #33682

Shahriar
Moderator

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.

in reply to: [download_link] doesn't work on detail page #33680

Shahriar
Moderator

ok now. problem was with a css class in page template

in reply to: Downlaod manager breaks Theme #33651

Shahriar
Moderator

no, you will not lose any functionality ๐Ÿ™‚

in reply to: Problem with icon #33650

Shahriar
Moderator

In function.php, line #1517, please remove the line wp_enqueue_style('font-awesome', WPDM_BASE_URL.'font-awesome/css/font-awesome.min.css');

in reply to: What next? #33649

Shahriar
Moderator

Sorry for delayed reply, if you are still having the issue, please give me your order ID in a private reply here.

in reply to: Issues #33648

Shahriar
Moderator

3. Please give me the URL where you seeing the package

in reply to: Theme Issue #33647

Shahriar
Moderator

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.

in reply to: Email2Download does not work (even on your demopage) #33646

Shahriar
Moderator

please use package short-code with a link template

in reply to: Email Notification Add-on not working #33644

Shahriar
Moderator

@eebep, If you are using email notification add-on v1.1.0, you should receive notification, when user request a download with email lock form. However, please give me temporary wp-admin login info to check. Global settings for email notification will be available from v1.2.0

in reply to: Help in setting up the following #33643

Shahriar
Moderator

please give me temporary wp-admin login info and the affected url to check.

in reply to: Multiple File Uploads Breaks Audio Player #33642

Shahriar
Moderator

For multiple files please use <?php echo $file['play_list']; ?>

in reply to: "Live broadcast" rather than playing MP3 file #33641

Shahriar
Moderator

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.

in reply to: Template and page_template aren't working CSV #33640

Shahriar
Moderator

Sorry, not clear. May you please explain your situation little more.

in reply to: [download_link] doesn't work on detail page #33638

Shahriar
Moderator

please give me login info again to check.

in reply to: PHP Code in Templates #33637

Shahriar
Moderator

in page/link template php code will not execute, but if you create custom theme template, you can use php code there.

in reply to: Archive Add On #33636

Shahriar
Moderator

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.

in reply to: Error file path on dropbox #33635

Shahriar
Moderator

Please use a readable file title in admin side which will be shown in front-end.

in reply to: Set price for all packages #33634

Shahriar
Moderator
  1. Access field name is __wpdm_access , but the value should be a serialized array of role name(s)
  2. Same as #1
  3. link template filed name __wpdm_template
  4. Same as #3
  5. update wp_post set post_content = “Description here” where post_type=’wpdmpro’
  6. same as #5

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.

in reply to: Directory Add On Questions #33616

Shahriar
Moderator

you can use only single category slug, then it will show all subcats

in reply to: 4.3 Upgrade #33615

Shahriar
Moderator

Please delete old version, then install new. Deleting old version will not delete old data.

Viewing 25 posts - 12,251 through 12,275 (of 12,510 total)