Active
Project:
Nexus Theme
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
15 Sep 2014 at 09:24 UTC
Updated:
25 Nov 2014 at 23:47 UTC
Jump to comment: Most recent
Comments
Comment #1
quagmire commentedI'm experiencing this same issue. I only see that the menu item has a drop-down on that specific main nav landing page.
Comment #2
Jedd Casella commentedI'm currently researching this issue. It's super annoying. I'll post up my solution, if I find one.
Comment #3
Jedd Casella commentedI managed to solve this by analysing the difference in js files between the 7.x-1.3 and the 7.x-2.x-dev.
I added these lines to js/custom.js
I then copied superfish.js to my themes js folder and added this line to nexus.info
scripts[] = js/superfish.jsYou only need this line if you want the >> symbols that signify the menu item is droppable. Otherwise it's not needed.
You are now able to theme the dropdown menu as you please.
Hope this helps someone or at least points them in the right direction.
Cheers,