Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sticky menu doesn't show dropdown otions Reply To: Sticky menu doesn't show dropdown otions

#241488
Atelierbram
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.