Tagged: x
-
AuthorPosts
-
November 22, 2016 at 12:15 pm #1267128
jonaskaapaParticipantHi,
http://www.republicofinnovation.se/wordpress
PW: NewSite2016I 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,
SebastianNovember 22, 2016 at 12:55 pm #1267181
RupokMemberHi 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!
November 22, 2016 at 2:00 pm #1267251
jonaskaapaParticipantHi,
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,
SebastianNovember 22, 2016 at 6:45 pm #1267509
JadeModeratorHi Sebastian,
Please add this code in the customizer:
body .masthead { z-index: 9999; } .home .x-navbar-fixed-top { position: static; z-index: 99999; } -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1267128 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
