Shahriar

Forum Replies Created

Viewing 25 posts - 12,251 through 12,275 (of 12,513 total)
Sep 4, 2015 at 12:35 pm
#33705
Moderator
Shahriar
Staff OP

Linkedin showing properly now

Sep 4, 2015 at 11:37 am
#33702
Moderator
Shahriar
Staff OP

you need enable individual download to show play button

Sep 4, 2015 at 9:33 am
#33699
Moderator
Shahriar
Staff OP

please give me temporary wp-admin login info in a private reply to check.

Sep 4, 2015 at 9:18 am
#33696
Moderator
Shahriar
Staff OP

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/

Sep 4, 2015 at 7:50 am
#33689
Moderator
Shahriar
Staff OP

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]
Sep 4, 2015 at 6:40 am
#33686
Moderator
Shahriar
Staff OP

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

Sep 4, 2015 at 6:32 am
#33685
Moderator
Shahriar
Staff OP

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

Sep 4, 2015 at 6:16 am
#33683
Moderator
Shahriar
Staff OP

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

Sep 4, 2015 at 6:12 am
#33682
Moderator
Shahriar
Staff OP

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.

Sep 4, 2015 at 5:59 am
#33680
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 5:49 pm
#33651
Moderator
Shahriar
Staff OP

no, you will not lose any functionality 🙂

Sep 3, 2015 at 5:48 pm
#33650
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 5:45 pm
#33649
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 5:41 pm
#33648
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 5:39 pm
#33647
Moderator
Shahriar
Staff OP

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.

Sep 3, 2015 at 5:33 pm
#33646
Moderator
Shahriar
Staff OP

please use package short-code with a link template

Sep 3, 2015 at 5:27 pm
#33644
Moderator
Shahriar
Staff OP

@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

Sep 3, 2015 at 5:07 pm
#33643
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 5:04 pm
#33642
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 5:03 pm
#33641
Moderator
Shahriar
Staff OP

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.

Sep 3, 2015 at 5:00 pm
#33640
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 4:47 pm
#33638
Moderator
Shahriar
Staff OP

please give me login info again to check.

Sep 3, 2015 at 4:23 pm
#33637
Moderator
Shahriar
Staff OP

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

Sep 3, 2015 at 4:22 pm
#33636
Moderator
Shahriar
Staff OP

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.

Sep 3, 2015 at 4:21 pm
#33635
Moderator
Shahriar
Staff OP

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

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