[Resolved] mobile menu – scratching my head

Home Forums Support [Resolved] mobile menu – scratching my head

Home Forums Support mobile menu – scratching my head

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #660267
    sparkle

    hi again helpful gpp peeps,

    i have enabled menu plus on my site and i would like to hide our standard double nav use a single simplified navigation for mobile users. i created the new menu and assigned it to the slideout menu in the theme location and made the adjustments to Customize > Layout > Slideout Navigation but the slideout menu does not appear on mobile. what did i miss?

    here are what my settings look like. https://imgur.com/a/Ins8Cly

    these are the helpful support docs i used to get me this far….
    https://docs.generatepress.com/article/activating-slide-out-navigation/
    https://docs.generatepress.com/article/mobile-navigation/

    ps. i also cleared the cache

    #660445
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can hide the secondary navigation on mobile like this:

    @media (max-width: 768px) {
        #secondary-navigation {
            display: none;
        }
    }

    The main navigation is opening the slideout navigation on mobile for me.

    Let me know ๐Ÿ™‚

    #661198
    sparkle

    ok. i got it. i think i was having an epic mobile browser cacheing issue on top of everything else. lol. thanks, tom!

    #661294
    Tom
    Lead Developer
    Lead Developer

    No problem! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.