• Resolved relaxedguy

    (@relaxedguy)


    Can’t expand widgets to view settings, widgets run fine and widget logic works fine.

    Running JS debug in Chrome I see load-scripts.php throws error:

    Uncaught Error: syntax error, unrecognized expression: #widget-logic-options-adrotate_widgets-%i%.

    Wasn’t sure if it was ad rotate plugin or widget logic. Really don’t want to disable both on my live blog, thought it worked on my staging server.

    https://www.ads-software.com/extend/plugins/widget-logic/

Viewing 10 replies - 16 through 25 (of 25 total)
  • in case there is any confusion, WIdget Logic was updated to 0.55 a week or so ago. this includes the small change suggested to fix the WP3.5 -%i% issue with jquery 1.8

    OK, I get that $.curCSS is deprecated in jQuery 1.8, but can someone explain “%i%” and what changing it to “XXX” does?

    I don’t like to c&p code without some idea what I’m doing, and my knowledge of php is pretty minimal.

    For anyone still checking this the correct change is from %i% to __i__, not XXX

    if you use __i__ that is the new ‘template’ prefix for a widget that is replaced with the ‘instance’ number when it’s properly assigned

    I’ve just updated this in the main WL code.

    Thanks for the fix.
    I have a few sites and the fix works on all but one. The one site no longer has drag and drop functionality – although I can now edit widgets – any ideas what I can try?

    i’m not clear which fix, or do you just mean the latest WL update?

    do you mean that on one site you can edit widgets but not change the order through drag and drop? this sounds like it might have nothing to do with WL, but have you tried ‘Enable accessibility mode’ under screen options in the widgets admin page, that might fix whatever is going on there.

    I edited the code with your latest updates. The plugin is working and opening but still cannot edit limitations on widget. I have no problem with drag and drop functionality.

    i think you must be talking about Widget Logic Visual

    Sorry, I am talking about Widget Logic Visual… I didn’t realize until just now that this is for Widget Logic plugin, which Widget Logic Visual is built upon.

    The code does seem to “almost” work for Widget Logic Visual. I hope someone comes up for a fix for Widget Logic Visual.

    Thanks!

    Thank you 3pepe3 – solved mu issue!

    YES! This worked perfectly for Widget Logic Visual – I didn’t see anyone mention but the widget_logic.php for Visual is line 263

    Thanks!

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Widgets won't expand in admin to display settings’ is closed to new replies.