Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267128
    jonaskaapa
    Participant

    Hi,

    http://www.republicofinnovation.se/wordpress
    PW: NewSite2016

    I want the header menu to be static and the background to be transparent. Things are working well until I use revolution slider on the top of the home page. When scrolling, the menu disappears and don´t get back.

    How do I solve this?

    Regards,
    Sebastian

    #1267181
    Rupok
    Member

    Hi Sebastian,

    It seems you have added the below code that’s causing the issue :

    .x-navbar.x-navbar-fixed-top {
      position: static !important;
    }

    I think it will work without this code.

    Thanks!

    #1267251
    jonaskaapa
    Participant

    Hi,

    Thanks for your quick reply! I removed the code as you said. But without that code the menu is not static on the home page. It´s static on the other pages so thats why I think its strange..

    Regards,
    Sebastian

    #1267509
    Jade
    Moderator

    Hi Sebastian,

    Please add this code in the customizer:

    body .masthead {
        z-index: 9999;
    }
    
    .home .x-navbar-fixed-top {
        position: static;
        z-index: 99999;
    }
  • <script> jQuery(function($){ $("#no-reply-1267128 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>