Menu displace after scrolling down

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 17, 2014 11:24 am
Reply with quote
Report this post
Hi,
can you please check this - http://www.gorast.com/eusnov/

Menu is correct when the page loads but after you scroll down, and go back to the top the menu is displaced to the top and left.

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Fri Apr 18, 2014 5:57 pm
Reply with quote
Report this post
Hello,

Your problem is caused by fact that you have moved your menu too up. Please open file js/gk.menu.js and please change line:

Code: Select all
var menupos = jQuery('#gkTopNav').position().top + 80;


to:

Code: Select all
var menupos = jQuery('#gkTopNav').position().top;
User avatar
Administrator

GK User
Fri Apr 18, 2014 10:36 pm
Reply with quote
Report this post
Hi,
nope... no luck. Still displaced.

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Sat Apr 19, 2014 1:57 pm
Reply with quote
Report this post
Please send me a PM message with access data to your website.
User avatar
Administrator

GK User
Sat May 03, 2014 5:00 pm
Reply with quote
Report this post
replaces the code as recommended and did not work. Reached a solution? I went back to the same form as the original ..

My site http://fitness.blog.br/ but with the update date is activated, not to be showing this error ..
User avatar
Fresh Boarder

GK User
Mon May 05, 2014 9:54 am
Reply with quote
Report this post
@Medrado13 - your problem is connected with fact that you have no #gkToolbar element in your page - please open js/gk.menu.js file and please change line:

Code: Select all
jQuery('#gkToolbar').before(menucontent);


to:

Code: Select all
jQuery('#gkLogo').after(menucontent);
User avatar
Administrator


cron