Welcome To Gahela
About
Quick Tour
Getting Started
Academy
Web Site Builder
Custom Pages
Modules, Apps & Extensions
Users & Registration
Email
SEO - Search Engine Optimzation
Administration Section
Localization
Forms
Framework
Creating A Module
Tools
Maintenance
Web Hosting

Sticky Header

Sticky header module scrolls the header with the page so that it doesn't get hidden when a user scrolls down the page.  The navigation, and core page actions are always available to the user no matter where they are on a page.

Customizing the sticky header:

Most sites have a few headers, to change this you can do one of the following:

1.  By default the sticky header makes the header with the name "Header" sticky.  To make a different header open the builder and change the names of top header, or bottom header to "Header" and it will become the sticky header.

2.  The class used to determine the sticky header can also be set programmatically.  In the builder open the JavaScript tool and enter the following code:

$(function(){ gfw.stickyHeader.header = 'div.gfw-r-top-header'; });

Change the 'div.gfw-r-top-header' to match another header row element.

change-sticky-header-programatically.png