Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author canyonthemes

    (@canyonthemes)

    Hello Vito Martin,
    Thank you so much for using our theme Quality Constructions. As per your question, this features is not available on the theme. This is the part of the customization.Soon we will update this feature in our theme.

    Regards
    Canyon Themes

    Theme Author canyonthemes

    (@canyonthemes)

    This topic was already discussed in our forum please visit this link https://www.canyonthemes.com/supports/topic/disable-sticky-menu

    Regards
    Canyon Themes

    • This reply was modified 7 years, 8 months ago by canyonthemes.
    Theme Author canyonthemes

    (@canyonthemes)

    Thank you,

    • This reply was modified 7 years, 8 months ago by canyonthemes.
    Thread Starter Vito Martin

    (@vitomartin_com)

    We want to disable it because the behaviour when you scroll-down the screen, is like a bug… ??

    Theme Author canyonthemes

    (@canyonthemes)

    Hello Vito Martin,

    Please remove following jquery script from main.js to “unfix” the top header menu.

    $(document).scroll(function(e){
    var scrollTop = $(document).scrollTop();
    if(scrollTop > $(‘header nav’).height()){
    //console.log(scrollTop);
    $(‘header nav’).addClass(‘navbar-fixed-top’);
    }
    else {
    $(‘header nav’).removeClass(‘navbar-fixed-top’);
    }
    });

    Regards
    Canyon Themes

    Thread Starter Vito Martin

    (@vitomartin_com)

    Excellent my friend, thank you very very much!!! That will help more people to love this theme!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to “unfix” the top header menu’ is closed to new replies.