alanft
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Incompatibility with theme(zenko appears to be paid for, so you should also ask them for support.)
Forum: Plugins
In reply to: [Widget Logic] Incompatibility with themeSee what happens if you change the “Load logic” point?
If that doesn’t help, use the ‘export options’ button to save out all your WL code to a file for safe keeping, then see what happens if you remove all the WL from your widgets.
Forum: Plugins
In reply to: [Widget Logic] Incompatibility with themeyou’re OK on one of the default “twenty…” themes? It’s just activating your own that it freaks out?
definitely not seeing any issues with 3.8 and “twenty fourteen” theme. sorry, not sure what to suggest next for troubleshooting.
try using the ‘export options’ to save out your various WL and then blanking your WL codes widget by widget. it might just be some code that no longer works – a function that you are using that’s changed subtly.
Forum: Plugins
In reply to: [Widget Logic] Error with WordPress 3.8no waste of time at all! I needed to get it tested against 3.8 of course. glad all is well
see if changing the ‘load logic’ trigger from the default does anything. (see installation and screenshot tabs)
Forum: Plugins
In reply to: [Widget Logic] Error with WordPress 3.8no wait, the unexplained behaviour is now clear to me, and it’s to do with the behaviour of a custom widget and not with widget logic. I’ll persist with a few stronger tests, but on the face of it, all is well so far.
Sorry, I don’t have any general troubleshooting steps beyond some basic ‘turn it off and back on’ style suggestions. save out your widget logic code with ‘export options’ button and clear out your widget logic one at a time until it goes. alternatively deactivate actual widget plugins one by one to find where the problem lies. and so on.
Forum: Plugins
In reply to: [Widget Logic] Error with WordPress 3.8i’ve done a very quick install of 3.8 on a dev site, added widget-logic and put in some simple code on one widget and I’ve not yet seen the error you describe BUT it’s not behaving exactly as I would expect from the off, so i’m still investigating the possibility something is wrong.
Forum: Plugins
In reply to: [Widget Logic] Show a widget on all child category of some parent categoryoh i definitely approve of widget logic by path! Will put in a link to it somewhere
Forum: Plugins
In reply to: [Widget Logic] Error with WordPress 3.8oh dear that implies that something quite basic has changed in widget controls in 3.8
i’ll take a look this weekend.
Forum: Plugins
In reply to: [Widget Logic] Undefined index.., Undefined offset.. warnings with WP_DEBUGok. will do. and update ‘works with too’ why not
Forum: Plugins
In reply to: [Widget Logic] Widget Logic Issuescheck out the “Logic using is_page() doesn’t work” bit of FAQ to see if that helps
Forum: Plugins
In reply to: [Widget Logic] different widgets for different usersHere’s the kit of code you’ll need
http://codex.wordpress.org/Function_Reference/get_currentuserinfo
Forum: Plugins
In reply to: [Widget Logic] How can I add two excluding conditional tagstry changing the “or” || to an “and” &&
Forum: Plugins
In reply to: [Widget Logic] Widget on posts within a certain categoryare you sure there’s an in_product_category function? There’s is_… but not in_… that I can see here under functions…