[Resolved] Primary navigation still visible on mobile devices

Home Forums Support [Resolved] Primary navigation still visible on mobile devices

Home Forums Support Primary navigation still visible on mobile devices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #658651
    Engelbrecht

    Hi GP team,

    I have disabled Primary Navigation for x page and on desktop its gone. However, on mobile devices it shows up again with a mobile navigation. Isnt that a bug? How can i disable it on those pages where i selected disable prim nav without affecting all pages?

    #658807
    David
    Staff
    Customer Support

    Hi there,

    are you using the mobile header?
    Is it possible to get access to the site and the page in question so we can provide a fix.

    #659384
    Engelbrecht

    Hi David,

    yes i am. I would love to, but since i cant make my reply private we need another communication channel. Which do you prefer?

    #659569
    David
    Staff
    Customer Support

    You can send the login via the Account Issue form here: https://generatepress.com/contact/

    Can you add a URL to this topic in the form 🙂

    #659928
    Engelbrecht

    You should have it by now.

    #660589
    Leo
    Staff
    Customer Support

    Currently mobile header doesn’t inherit the setting from disable element metabox.

    We are looking to add a separate option for this.

    For now you can use this CSS:

    @media (max-width: 768px) {
        .page-id-1007 #mobile-header {
            display: none !important;
        }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.