Superfish menu works perfectly fine for Admin role users, on non admin and anon users can see the first level drop down, but nothing passed that.

If a menu goes "top -> second -> third" admin sees all levels, but a non admin sees only "top -> second"

In the actual source code if one views source on the page, the physical links and li tags are being rendered, but superfish is just not showing them when the user tries to interact.

I've checked and done the following:

  • Verified that all affected user roles can see the content types/nodes associated with the menu items (they can)
  • Rebuilt theme,js,css caches (several times)
  • Rebuilt permissions cache (several times)
  • Render Depth is set to -1

Other modules that affect menus installed on this site:

  • Menu - core - 7.28 (obviously)
  • Superfish – 7.x-1.9
  • Menu attributes – 7.x-1.0-rc2+5-dev
  • Menu Block –7.x-2.4
  • Menu CSS Names 7.x-1.0-beta1
  • Menu position 7.x-1.1

Theme is based on the bootstrap-business theme.

Comments

mikeohara’s picture

Issue summary: View changes
mikeohara’s picture

Issue summary: View changes
mikeohara’s picture

Issue summary: View changes
mikeohara’s picture

Solutions from this thread fixed my issue:

https://drupal.org/node/2174473

mikeohara’s picture

Status: Active » Closed (fixed)
trumanru’s picture

Version: 7.x-1.9 » 7.x-2.0
Category: Support request » Bug report
Status: Closed (fixed) » Needs work

I've met same troubles.

Core - 7.43

Menu modules on my site:
Menu attributes (menu_attributes) - 7.x-1.0
Menu Block (menu_block) - 7.x-2.7
Menu Block Export (menu_block_export) - 7.x-2.7
Menu Expanded (menu_expanded) - 7.x-1.x-dev
Popup menu (popup_menu) - 7.x-1.4
Special menu items (special_menu_items) - 7.x-2.0+2-dev

JQuery Update sets version 1.8 of JQuery Library from Local CDN

If I set any easing effect I see the problem.

If I disable easing effects problem disappears.

m.OK’s picture

Same here, but for all roles. Changing jquery version to 1.9 oder 1.10 in jquery update helped and the slide-effects, including easing (with installed plugin) work well than.

LOBsTerr’s picture

Status: Needs work » Closed (outdated)