Menu sometimes missed one column

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
Sat Apr 25, 2015 12:05 pm
Reply with quote
Report this post
Hello. I have very strange problem with my menu.
Sometimes, because in menu is 3 column, the 3rd column in every menu level is missed.
Where is the problem and how to fix?
URL is: http://goo.gl/rixN0d
User avatar
Senior Boarder

teitbite
Sun Apr 26, 2015 6:23 pm
Reply with quote
Report this post
Hi

Try edit file /js/gk.menu.js and change line:

Code: Select all
jQuery(window).load(function() {


to

Code: Select all
jQuery(window).ready(function() {
User avatar
Moderator


cron