Plugin / Widget Logic

WPChef

Frequently Asked Questions (FAQ)

Switch to the default theme. If the problem goes away, your theme may be interfering with the WP conditional tags or how widgets work Try the wp_reset_query option. If your theme performs custom queries before calling the dynamic sidebar this might help. Try a different ‘Load logic’ point. Most wordpress conditional tags only work ‘after query variables set’, but some plugins may require evaluation earlier or later. The ‘Evaluate widget logic more than once’ option may be needed if you have to use an early ‘Load logic’ point.
You have a PHP syntax error in one of your widget’s Widget Logic fields. Review them for errors. You might find it easiest to check by using ‘Export options’ and reading the code there (Though be aware that single and double quotes are escaped with multiple backslash characters.) If you are having trouble finding the syntax error, a simple troubleshooting method is to use ‘Export options’ to keep a copy and then blank each Widget Logic field in turn until the problem goes. Once you’ve identified the problematic code, you can restore the rest with ‘Import options’.
This is often, not always, fixed by trying the different ‘Load Logic’ options. The ‘after query variables set’ option looks like it might be a better default, try it.
Since v .50 the widget logic code runs such that when dynamic_sidebar is called in a theme’s code it will ‘return false’ if no widgets are present. In such cases many themes are coded to put in some default sidebar text in place of widgets, which is what you are seeing. Your options, if you want this default sidebar content gone, are to either edit the theme, or as a work around, add an empty text widget (no title, no content) to the end of the sidebar’s widget list.
There is some confusion between the Main Page and the front page. If you want a widget on your ‘front page’ whether that is a static page or a set of posts, use is_front_page(). If it is a page using is_page(x) does not work. If your ‘front page’ is a page and not a series of posts, you can still use is_home() to get widgets on that main posts page (as defined in Admin > Settings > Reading).
I believe this is fixed in 5.7.0. Let me know if that is not the case. If your theme calls the sidebar after the loop you should find that the wp_reset_query option fixes things. This problem is explained on the is_page codex page.
Take care with your conditional tags. There is both an in_category and is_category tag. One is used to tell if the ‘current’ post is IN a category, and the other is used to tell if the page showing IS for that category (same goes for tags etc). What you want is the case when: (this page IS category X) OR (this is a single post AND this post is IN category X) which in proper PHP is: is_category(X) || (is_single() && in_category(X))
Have a go at it yourself first. Check out the ‘Writing Logic Code’ section under Other Notes.
This is sort of deliberate. I originally wrote it to be as flexible as possible with the thought of writing a drag’n’drop UI at some point. I never got round to it, because (I’m lazy and) I couldn’t make it both look nice and let you fall back to ‘pure code’ (for the possibilities harder to cater for in a UI). The plugin Widget Context presents a nice UI and has a neat ‘URL matching’ function too.
It might be that your theme performs custom queries before calling the sidebar. Try the wp_reset_query option. Alternatively you may have not defined your logic tightly enough. For example when the sidebar is being processed, in_category(‘cheese’) will be true if the last post on an archive page is in the ‘cheese’ category. Tighten up your definitions with PHPs ‘logical AND’ &&, for example: is_single() && in_category('cheese')

Ratings

4.5
179 reviews

Rating breakdown

Details Information

Version

5.10.4

First Released

18 Sep, 2010

Total Downloads

2,486,388

Wordpress Version

3.0 or higher

Tested up to:

5.2.4

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.