Events - GkMenu on first scroll

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Sat Jan 31, 2015 8:50 pm
Hello,

I need to make the menu appear after the first scroll. Is this possible?
Do I have to change something on gk.menu.js file to activate animation as soon as the pages starts scrolling down?

Thanks in advance
Gabriel
User avatar
Junior Boarder

GK User
Mon Feb 02, 2015 1:32 am
I don't know if this is the best method to solve my problem, but it works:
I changed gk.scripts.js file at two points:
Code: Select all
Line 95
currentPosition >= jQuery('#gkHeader').outerHeight()/50 &&
Line 102
currentPosition < jQuery('#gkHeader').outerHeight()/50 &&

As you can see, I just use "50" instead of the default value.
If someone have a better Idea, please let me know.
Bye
User avatar
Junior Boarder


cron