Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Joleen!

    Thanks for the review, and the bug report!

    Well, obviously, that is caused by the jQuery lib used on AJAX cache clearing upon widget changes been saved.

    Here’s a workaround for you (a temporary fix):

    Go to plugins, find this plugin, and click edit,

    Assuming you are editing the main file, scroll to line 124 where you find this code:

    add_action('admin_enqueue_scripts', 'yiw_admin_widgets_jquery');

    Comment it out, and save the plugin – here’s how to comment it out:

    add double slashes before the action hook:
    //add_action('admin_enqueue_scripts', 'yiw_admin_widgets_jquery');

    If it worked, and you wanted to clear cache to see changes take action, then use the cache clearing link.

    And, let us know how it goes for you.

    Hello Joleen!

    As of 2.2, AJAX jQuery is no longer used for clearing cache.

    I encourage you to update your copy to 2.2

    Samuel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working and interferes with widget UI and sidebar’ is closed to new replies.