Question regarding Nav Scroll Effect

GK User
Fri Apr 17, 2015 9:35 am
Hi, Is it possible to give the menu the same scroll effect as the GavickPro website? I like how it visible while scrolling up and hides while scrolling down.

Whether it is or isn't possible can you point out all files that control the way it currently works.

Thanks
User avatar
Fresh Boarder

GK User
Fri Apr 17, 2015 2:01 pm
Sorry but there is no such functionality built in, you would need to implement in on your own.
User avatar
Moderator

GK User
Fri Apr 17, 2015 6:20 pm
Hi thanks but which files currently control the menu?
User avatar
Fresh Boarder

GK User
Sun Apr 19, 2015 2:03 pm
gk.scripts.js starting from:
Code: Select all
jQuery(document).ready(function() {
   if(jQuery('#gkHeaderNav').length > 0 && !jQuery('#gkHeaderNav').hasClass('active')) {   
User avatar
Moderator


cron