Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178490
    salilou
    Participant

    Hello,

    I use one page navigation on my front site and there is something wrong.
    My setup ist like that:
    Full-width slider (revolution slider)
    Ubermenu (the issue appears with normal menu too)
    band 1
    band 2
    band 3
    band 4, all build with cornerstone

    The problem is: if I scroll down from the top of the page and the menu comes near to the top of the wind, the site content kind of jumps above. It seems to me it jumps the height of the menu and it appears at this moment, when the on page navigation stops scrolling an nests on the window top.

    I send you the url with the next message so you can test it.

    Thank you!

    #1178494
    salilou
    Participant
    This reply has been marked as private.
    #1179014
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    X’s One-page navigation isn’t supported by Ubermenu. Please switch to standard menu and I’ll check again.

    Or please provide your login credentials as well.

    Thanks!

    #1179411
    salilou
    Participant

    Ok I have deactivated ubermenu plugin

    #1179691
    Rad
    Moderator

    Hi there,

    Do you have custom code related to this? It looks like there are multiple js scrolling attached to it. You have to click multiple times to for it to scroll properly. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks!

    #1181411
    salilou
    Participant
    This reply has been marked as private.
    #1181412
    salilou
    Participant
    This reply has been marked as private.
    #1181440
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > CSS in the Customizer.

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 70px;
    }
    

    Hope that helps.

    #1181674
    salilou
    Participant

    Yes that helps – thank you.
    Was it my mistake?

    #1181715
    salilou
    Participant

    The problem now is, that if I jump to one of the sections, set in menus for one page navigation, the above area of the section is covered by the navbar. I tried to insert a gap element but this is a dirty workaround.
    Thank you!

    #1181754
    Joao
    Moderator

    Glad to hear it,

    Let us know if you need further help,

    Joao

    #1181802
    Rahul
    Moderator

    Hey There,

    Thanks for writing back!

    What you would like to accomplish? You want Navbar to hide while scrolling?

    Can we have some more details about it? It will help us to provide a working solution.

    Thanks for understanding!

    #1182888
    salilou
    Participant

    I solved it by myself.
    It was the issue that the nabber covered the section start
    I use Ubermenu and found a solution in this forum with JS
    Thanks! X Theme rocks 🙂

    #1182904
    Christopher
    Moderator

    Glad to hear that you could fix it.

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