Announcement

Collapse
No announcement yet.

Slide up header functionality

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slide up header functionality

    Is the functionality of the header sliding up as the page scrolls up and then popping back down once it's off the page meant to work like that? I'd like to see it either stop at the top of the menu or leave just a little black bar or something and not pop down. It's kind of annoying to have the whole page and then have a quarter of the page covered up at the top once you've scrolled down that much. OR just turn that off. It had a "Top" arrow that appears, so that should be enough IMO.

    #2
    You will need to comment out the sticky header code in the scripts.js file, should look something like this:

    // ---- On scroll, fix the header to the top ---- //
    if (document.location.protocol !== 'https:' && $(window).innerWidth() > 768) {
    $('#js-header').stuck();
    };

    Comment


      #3
      Thanks! I'll look into that.

      Comment

      Working...
      X