Okay
  Public Ticket #1822223
stick navigation bar
Closed

Comments

  • Ivan Arturo Jauregui started the conversation

    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.

  •  840
    Jelly replied

    Hello,

    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