Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1106679
    milanabo31
    Participant

    I, I’ve got a weird issue on my website. I’m using Uber Menu and the menu is fixed (as I want it to be) on every pages except for the first page.

    Can you help me with it ?

    Thanks 🙂

    #1106682
    milanabo31
    Participant
    This reply has been marked as private.
    #1106691
    Rupok
    Member

    Hi there,

    Thanks for writing in! I didn’t quite get you. Would you clarify what you exactly trying to achieve and which code you are using for that? I can see it’s fixed on your given URL and not on others. Do you want the opposite?

    Cheers!

    #1106708
    milanabo31
    Participant

    Sorry if I’m not clear, I actually want the header on the given URL to have the same behavior as the header on the other pages.

    Thanks for your quick reply 🙂

    #1106730
    Rad
    Moderator

    Hi there,

    Your home page has one-page navigation (but not really set up as one-page navigation) and by default, it has fixed positioning. While other pages use standard menu positioning. If you wish to apply global fixed positioning, then you should go to Admin > Appearance > Customizer > Header > Navbar Position and choose Fixed Top.

    Hope this helps 🙂

    #1106741
    milanabo31
    Participant

    That’s weird because I already checked the One-Page Navigation and I see it as Deactivated in both Cornerstone and the WordPress panel.
    From what I understand, the navbar on the other pages is static, and I’d like to make the navbar on my homepage static too. The answer you gave me is to make the navbar on the other pages behave like the one on the home page, while I actually want to achieve the contrary.

    Thanks 🙂

    #1106924
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit global CSS in the Customizer.

    
    .home .x-navbar.x-navbar-fixed-top {
        position:absolute;
        width:100%;
    }
    

    Hope that helps.

    #1107099
    milanabo31
    Participant

    That definitely helped, thanks a lot!

    #1107227
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1106679 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>