Always show masthead hamburger menu on page #3902
-
Is there a way I can make it so that, on a certain page, the masthead defaults to the hamburger menu, instead of showing each navigation link? I can add
to the page to disable the links, but I'd like them collapsed in the hamburger menu instead. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I FINALLY GOT IT WORKING! My solution consisted of: In
In
In
(You'll need to rebuild Then, in the page I know my solution is really hacky, but I'm not a web developer, so I don't know a better way. It works, at least!! |
Beta Was this translation helpful? Give feedback.
I FINALLY GOT IT WORKING! My solution consisted of:
In
masthead.html
, adding this somewhere on the page:In
default.html
, editing theinclude_cached masthead.html
to:In
jquery.greedy-navigation.js
, adding this to thecheck()
function: