alanft
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] repair calledok, well if you are still having problems without the plugin, let me know how you get on once you are back on your feet
Forum: Plugins
In reply to: [Widget Logic] Widget misbehaving on responsive websiteFirst thing to check is that you’ve not got caught out by the difference between is_home and is_front_page
Forum: Plugins
In reply to: [Widget Logic] repair calledHi, I had no idea what this is, but I googled you here http://wpml.org/forums/topic/repair-called/ asking the same question on the WPML forum and there it lists the stuff in your error log which are all about the ‘eval()’d code’.
This means you’ve, likely inadvertently, put in some widget logic which is invalid – the error specifically says ‘unexpected &’. Check the logic in each of your widgets.
Forum: Plugins
In reply to: [Widget Logic] Widget appears on post not in arrayThere’s one thing you could try that’s in the FAQ under “Logic using is_page() doesn’t work”, which explains there’s now a general problem with using is_page ‘outside the loop’ (ie in the sidebar). In brief – try the wp_reset_query fix.
Forum: Plugins
In reply to: [Widget Logic] Brazilian Portuguese translation done but I can't sendi’ve added it to the DEV version if you want to download it and check that it works as expected.
http://wordpress.org/extend/plugins/widget-logic/developers/
Forum: Plugins
In reply to: [Widget Logic] Brazilian Portuguese translation done but I can't sendinvite sent.
Forgot to say, of course, THANK YOU! Very much appreciate your contribution.
Forum: Plugins
In reply to: [Widget Logic] Brazilian Portuguese translation done but I can't sendpost a yousendit sort of link, or are you a dropbox user – i could invite you to a shared folder
Forum: Plugins
In reply to: [Widget Logic] Widget Logic admin panel no longer workingi’ve marked this as resolved, but if you still want to give me access to the backend to see where the problem might lie, let me know.
Forum: Plugins
In reply to: [Widget Logic] Widget Logic admin panel no longer workingyou might like to try the development version of WL
http://wordpress.org/extend/plugins/widget-logic/developers/
as that has a couple of small fixes in it that might break some WP installs ajax behaviour.
Forum: Plugins
In reply to: [Widget Logic] Widget Logic in 14 ways doesn't workNot totally following you. Are you saying that if you add one widget with is_page(X) and another with is_page(Y) style of thing, only one widget shows up?
Forum: Plugins
In reply to: [Widget Logic] Undefined index.., Undefined offset.. warnings with WP_DEBUGthat should do it.
Forum: Plugins
In reply to: [Widget Logic] Undefined index.., Undefined offset.. warnings with WP_DEBUGsorry, of course, must get round to a DEV install with WP_DEBUG turned on myself. hang on…
Forum: Plugins
In reply to: [Widget Logic] Widget Logic admin panel no longer workingsounds like something – Widget Logic it looks like – is breaking the AJAX in the admin backend, which is hard to diagnose and fix via exchanges like this. here’s a possible work round tho…
Deactivate WL – confirm that doing so makes the problem go away
Activate accessibility in the screen options
Reactivate WLit’s clunky but might get you enough control to do what you want.
if you want to give me the keys to the admin backend where I can see this first hand, I might be able to track down the source of the issue.
Forum: Plugins
In reply to: [Widget Logic] Undefined index.., Undefined offset.. warnings with WP_DEBUGi tried another approach with line 233, which is in the DEV now. give it a go, let me know.
great news. i’ll mark this as resolved, but if you don’t mind I’ll still use the details you sent to see why this is needed.