I'm maintaining a site which uses the Plus 1 module. I upgraded from version 6.x-2.6 to version 6.x-2.7 and
some drop down menus stopped working, reverting to 6.x-2.6 fixed the problem. Someone else used Firebug to diagnose the problem:-

Looking at it in Firebug, there's an error in line 9 of jquery.plus1.js:
jQuery('.' + Drupal.settings.plus1.widget_class, context).each(function () {
The error is given as "Drupal.settings.plus1 is undefined".

If you want to see the site with the error it's:- http://globaloptimists.isbd.net, the correctly working menus can be seen at http://www.globaloptimists.org/ (the menus in question are on the opening page).

Comments

Alex Andrascu’s picture

up