Home › Forums › CSS › Sticky menu doesn't show dropdown otions › Reply To: Sticky menu doesn't show dropdown otions
May 11, 2016 at 2:02 am
#241488
Participant
For this to work I think one will have to move the navigation outside the header, because the sticky header
is (so called) ‘cloned’ with jQuery javaScript, and so is your menu within the header.
The javaScript in your main-frontend.js (; see FORMAT MAIN HEADER MENU
) is targeting the original menu, which is now hidden, and the cloned menu can’t be targeted that way ( I guess, because it’s not in the DOM ???)
But maybe @senff knows better what’s going on, being the creator of the plugin.