I took the demo theme as a clean install and am currently hacking it up. Somewhere I noticed that the superfish menu does not show the arrows on expanded links. When you pause over them they do show the expanded links but they do not fade and they do not have the shadow. All of the information I believe has not been touch from when it was already working.

Since this issue is happening, when I view the site on an iPhone the menu is always expanded and is overlapping content.

So superfish is not working. Any ideas?

Comments

ericsalvi’s picture

Found the issue was due to the fact superfish uses a jquery script and I added a jquery script from another source for a "scroll to top" button to appear once you get to a certain level down the page. I removed my scroll to top and all works well. I hope this helps some people.

baddysonja’s picture

I do not have "scroll to top" module enabled, but I have the module in my sites/all/modules. Could that still be a problem?

I'm using NavBar and when I hover the menu items, the class sfHover does not get added to the li and therefore it all doesn't work correctly. Any ideas?

baddysonja’s picture

I found my error, there was a error in the tb_sirate.js because I had removed the Social Share buttons and therefore the Superfish code wasn't called. Lesson of the day: check your console :)