Viewing 12 replies - 16 through 27 (of 27 total)
  • Thanks Iwdspiderwoman – really saved me a lot of time here! Appreciate you putting in the effort and time to find this solution, and then posting the fix on here. Thank you ??

    Works with 3.5.1.

    iwdspiderwoman we all owe you big time… great fix!

    This worked perfectly! Thank you iwdspiderwoman!

    [email protected]

    (@patrickdfirebranddesignsnet)

    This works ok for me but does kick up a ‘headers already sent’ message (not ideal). It would be nice if the developer would fix these issues, since so many people use this plugin.

    EDIT: This solution fixed the issue I was having with admin sub-menus and widget drag and drop functionality not working but the plugin will not remember settings or even open when you click the edit limitations button on a widget. No good. I’m going to use the widget logic plugin for nerds ha-ha, Visual is not worth this hassle.

    Works with 3.5.1 here too. Thank You very much.
    Why not add the fix to a new plugin update?

    I must of missed something what am i supposed to change the line of code too
    To fix this open widget_logic.php go to line 132
    and change
    if ($number==-1) {$number=”%i%”; $value=””;}
    for this
    ? what I am i supposed to change for this

    Found this on another thread and it worked for me:
    WP3.5 uses jQuery 1.8… and in this version of jQuery it seems that %i% throws an error.

    To fix this open widget_logic.php go to line 132
    and change
    if ($number==-1) {$number=”%i%”; $value=””;}
    for this
    …. And finally open
    wp-content/plugins/widget-logic-visual/js/jquery.nyromodal.js
    and search and replace this:
    $.curCSS(elm,name,true));
    for this:
    $.css(elm,name,true));

    @akivadude
    But this is what is written up there already…
    Where was Your problem?

    You have to subsitute %i% with XXX
    and THEN changes in the .js file

    Thanks iwdspiderwoman.

    I had the same problem; I followed whole instructions and now is working :).

    Thanks iwdspiderwoman.

    Worked Perfectly on 3.5.2 you are my hero!

    iwdspiderwoman fix worked for me until I added a new widget. Now I cannot edit limitations on the new widget. The existing ones are still fine…oops – nevermind – I deactivated and reactivated the plug in and it worked. However, when I added another widget I have to de and re activate again.

    Thanks iwdspiderwoman,

    This worked with WP 3.6.1.

    I did not find the first change on line 132 though, I found it on line 263 – if that helps anyone (just search for it).

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘Widget Logic Visual not working with 3.5’ is closed to new replies.