alanft
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Widget Logic admin panel no longer workingis that the drop down arrow to the right edge of the widget title that expands the widget to show the controls? try enabling accessibility (under “screen options”).
Forum: Plugins
In reply to: [Widget Logic] Undefined index.., Undefined offset.. warnings with WP_DEBUGthanks! i’ll pop those in the dev version asap.
(just mailed you)
i don’t know really. i was imagining they might be placed like widgets, in some admin back end. not sure – just grasping at straws really, thinking how they might have anything to do with WLs code
Yes some access would help – ideally including FTP /full read access to your widgets and theme
Are you able to check if the problem persists with a neutral or default theme?
Forum: Plugins
In reply to: [Widget Logic] Make Social Icon biggerHi this is the 2nd thread you’ve started that’s ended up in the Widget Logic plugin support area. I might be missing something but my suspicion is that your queries should be going against another plugin.
i think you will have to go to code canyon, as their plugin is not free, so it’s very hard for me to troubleshoot the problem from the WL end of things.
are the slideshows widgets in some sense? as otherwise I’m not sure where the WL code could be overlapping with the codecanyon plugin’s functions
Forum: Plugins
In reply to: [Widget Logic] Getting Date with FormatYou could do this with WL – ideally by using the widget_content filter on an existing widget. But there are PHP widgets out there that you can place in sidebars and widgetised-footers that you can put in the specific code you want – and that would be way easier I think.
Forum: Plugins
In reply to: [Widget Logic] it, well, disappears…that’s quite a bit of code!
however I can see from library/widgets.php that the theme or theme creator puts in a lot of custom code for widgets, in a way that overlaps with how Widget Logic works. (A very immodest guess would be it builds on WL’s code, though doing much more impressive things than I’ve ever been bothered with of course!).
so it’ll take me a while to work out just where the clash is – it’s much larger than my modest plugin, sorry.
i have another suggestion, as a possible workaround – try ‘Enable accessibility mode’ under screen options on the appearance/widgets admin page. It might be just the ‘ajax’ saving of code that breaks, and the old fashioned “submit form” still works
Forum: Plugins
In reply to: [Widget Logic] it, well, disappears…anyway you like. if it’s private send me a ‘yousendit’ style link to me by email on [thanks for sending!]
Forum: Plugins
In reply to: [Widget Logic] Multiple conditions don't workis_page doesn’t take multiple parameters like that you have to pass it an array to do multiple values
http://codex.wordpress.org/Function_Reference/is_page#Examples
Forum: Plugins
In reply to: [Widget Logic] it, well, disappears…rather than give me full access is there anyway you can send me a copy of the theme?
Forum: Plugins
In reply to: [Widget Logic] it, well, disappears…if you can make it available to me, I’m willing to look it over for you
Forum: Plugins
In reply to: [Widget Logic] Filtering Custom Taxonomiesit probably is, but it might be complicated, and I have no experience of using custom taxonomies. However a google gives me this page/post a few times
http://wordpress.org/support/topic/custom-taxonomies-conditional-tags?replies=13#post-1110167
You could add a version of that function to your functions.php, and use it in some widget logic. You’d have to change widget logic ‘load point’ to at least after the theme (and hence functions.php) is loaded.
Forum: Plugins
In reply to: [Widget Logic] it, well, disappears…a general good test (which I’m sure I used to mention in the FAQ…) would be to try temporarily switching to another theme and see if the issue persists. if it doesn’t the issue does lie somewhere in the theme. which gives me somewhere to start
Forum: Plugins
In reply to: [Widget Logic] it, well, disappears…nope, still not seeing it. so there’s something unusual/specific going on with your site. which if you were feeling able to give me access to, I could try poking around on. Obviously I wouldn’t do this if I were you – but if you were able to set up a blank blog on the same set up that showed the same issue you could give me access to that, and I could do something.