Comments Ivan Arturo Jauregui started the conversationDecember 15, 2018 at 12:11amHello how can I disable the "stick navigation bar" of the template.<div class="collapse navbar-collapse navbar-ex1-collapse" id="navbar-muziq">Thanks for the support. 857Jelly repliedDecember 17, 2018 at 11:02amHello,Please go to main.js and find this code: a(window).bind("scroll", function() { a("body.overflowed").length < 1 && (a(window).scrollTop() >= 85 ? a("#jHeader").addClass("overflow") : a("#jHeader").removeClass("overflow")), a(window).scrollTop() >= a(".jIntro").height() / 2 ? a("#jHeader").addClass("fixed") : a("#jHeader").removeClass("fixed") })Comment it and it should disable Stick Navigation Menu. If this won't work please send us FTP access to your website as a private message.Best Regards,Jelly Team Sign in to reply ...
Hello
how can I disable the "stick navigation bar" of the template.
<div class="collapse navbar-collapse navbar-ex1-collapse" id="navbar-muziq">
Thanks for the support.
Hello,
Please go to main.js and find this code:
Comment it and it should disable Stick Navigation Menu. If this won't work please send us FTP access to your website as a private message.
Best Regards,
Jelly Team