Bainternet
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Category Template] Doesn't worksure help with what?? I’ve just tested it on a fresh install with Twentyfourteen and it works just fine.
Forum: Plugins
In reply to: [In category Order] Not working in widgetIts not meant to work on widgets.
Forum: Plugins
In reply to: [User Specific Content] Block Post/Page Title1. Nope, read the support threads about it.
2. Not without some major custom coding.
Forum: Plugins
In reply to: [User Specific Content] Shortcodes broken on my siteAlso did you go to the settings panel and saved your options after you updated?
Forum: Plugins
In reply to: [User Specific Content] shortcode and 4.0Are you using some kind of cache on your site?
Forum: Plugins
In reply to: [User Specific Content] User-name shortcode not workingJust tested it and it works fine. can you help me replicate?
Forum: Plugins
In reply to: [User Specific Content] Shortcodes broken on my siteWhats the whole shortcode you are using??
Forum: Plugins
In reply to: [ShortCodes UI] WPML CompatibilityNope WPML is not compatible.
Forum: Plugins
In reply to: [Simple lyteload] Duration of FadeInIts not meant to work out of the box on any other content but post_content.
So next Nextgen Gallery is not something it works on.as for the bug i can’t replicate any other details?
Forum: Plugins
In reply to: [Social Comments] TabsAnytime you get stacked instead of tabs it means you have a JavaScript Error on that page, which is the case in the page you linked.
Basically it has nothing to do with this plugin and you should try to fix it, Once you do, the tabbed comments should work just fine for you.
Forum: Plugins
In reply to: [Social Comments] WordPress Comments DuplicatedUse the contact form on my site.
Forum: Plugins
In reply to: [User Specific Content] Multiple user roles.This is how: Multiple roles per user WordPress plugin.
Forum: Plugins
In reply to: [Social Comments] Shortcodes for pagesNope but it works on the
comments_templatefilter hook so here is a simple shortcode for you.<?php function comments_template_sh_handler(){ ob_start(); comments_template(); return ob_get_clean() ; } add_shortcode( 'comments_template', 'comments_template_sh_handler' );Forum: Plugins
In reply to: [Simple lyteload] Centered images no longer centeredIts probably something in your theme`s CSS
Forum: Plugins
In reply to: [Simple Instant Search] Does not work please update to 3.8.1 wordpressI don’t really understand what is the issue