• After update to 3.6.1 our site’s drop down menus are not working. In Chrome, I am seeing an error in admin-bar.min.css?ver=3.6.1

    Uncaught Type Error: Object [Object object] has no method "on"

    Site https://ds106.us/

    It might be a conflict with the jQuery of the Salutation theme, since another site on this multisite install that uses a different menu system seems fine

    https://assignments.ds106.us/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cogdog

    (@cogdog)

    Never mind, found the issue. The theme (Salutation) was trying to enqueue an older version of jQuery, just commenting out the lines below solved issue. Theme designers, puleeeeeease, let WordPress handle the jQuery

    // jQuery
       wp_deregister_script( 'jquery' );
       wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js', array(), '1.6.2');
      wp_enqueue_script( 'jquery' );

    +100

    Flagging this up for the attention of the Themeforest admins.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘admin-bar.min.css Error in 3.6.1’ is closed to new replies.