[Plugin: Widgets Controller] Not working
-
I installed the plug-in added a widget and edited it. It’s not showing up. When I go back and hit edit on the widget the pages is unchecked.
-
when u active this plugin then u can show widget controller checkbox option below every widget.
but if widget comes from any other plugin & plugin code dose not follow wordpress structure then widget controller not work for this widget.I was trying to use it on the text widget, nothing fancy. It will work on the homepage, 404 and search, but not on pages or categories. It uncheck them if I try to use those. Any ideas? I don’t have any other widget based plug-ins that I’m using besides this one.
It works on every page, and category, but the one i need it on which is my blog.
your wordpress version is greater then 3.0?
please send me your Appearance -> Widgets Screenshot on [email protected]It works great for me on text widgets but not on the “Recent Posts” widget. No matter how many times I click on the check box to display it only on a few pages like my text widgets, it keeps showing up on all pages no matter what I do. I am using WP 3.4.1 and a child theme of Twenty Eleven. As I said, it works great for text widgets but not for Recent Posts. Any help would be appreaciated
I have the same problem, using a child theme of Twenty Eleven, and I only want the categories to show up on the blog posts pages, but it only shows on the testimonials and resources pages.
http://www.kurkerlaw.com
I have tried clearing widget cache.I ended up making a custom sidebar and calling it in on the page I wanted it to show up. It was much easier than messing with a plug in that didn’t work.
Can you direct me to where I begin to create a custom sidebar? I am a Drupal user, and it would be so easy with Drupal to do all these things!
ThanksI’m sorry I know how frustrating the learning curve can be. I think I used this tutorial.
I made a custom sidebar page called sidebar-blog.php and used this function
<aside id=”blog”>
<div id=”sidebar-blog” class=”sidebar”>
<?php dynamic_sidebar( ‘blog’ ); ?>
</div>
</aside>
Then I called it in on the page-bloghome.php page I had created and other pages I wanted it to show up in with this function:
<?php get_sidebar(‘blog’); ?>
I hope this helps.
Thanks, I will try this. Nothing else is working!
i resolve some bug in plugin now its work for “Recent Posts” & ” Calendar”.
tarakpatel18 – thank you so much!
tarakpatel18 – how do we get the fixed version? There was no indication of an update on the plugins page of my website, so I downloaded this plugin again, and it’s still not working.
I really appreciate your time on this!I have installed this plugin and it worked great at first. Now, when I click on widget controller in my sidebar on one of the widgets, I do not get the pages to exclude from. Please let me know what I can do to fix this.
The topic ‘[Plugin: Widgets Controller] Not working’ is closed to new replies.