• Had plugin installed then upgraded to WP 3.5. an error on the js code inhibits the opening of accordions, “help” and “screen options” tabs, “select all” features and so on in the admin backend. I cant open the media section in a post or page. menu flyouts arent working. I cant click quick edit and the preview button isnt working right.

    Using item inspector in chrome reveals an error (Uncaught TypeError: Cannot read property ‘length’ of undefined).

    Have to disable for now.

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

Viewing 1 replies (of 1 total)
  • Issue is that smart-slideshow-widget.php calls for an outdated jQuery-ui script, which conflicts with changes made in WP 3.5. The plug-in should instead use the jQuery scripts that are included with WordPress.

    So replace

    (around line: 413)
    wp_enqueue_script('jQuery-UI-Effects', WP_PLUGIN_URL . '/smart-slideshow-widget/js/jquery-ui.min.js');

    with

    wp_enqueue_script('jquery-effects-core');

    At least with the other plug-ins I’m running with the Smart Slideshow Widget, the above edit fixed the Widget Page, Media Library, and Add Media issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Broken pretty much all js in WP3.5’ is closed to new replies.