Menu not loading correctly

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 25, 2014 7:49 pm
Reply with quote
Report this post
I use a multi column menu.

When I wait for the full page to load, then point the mouse at a multi column menu-item, the (classic) menu is fine.

BUT when the mouse is still poining at a muli column menu-item while the page loads, the menu is not showing correctly.

TEST URL: http://rw.0408429181.nl
User avatar
Junior Boarder

teitbite
Fri Nov 28, 2014 10:30 pm
Reply with quote
Report this post
Hi

It does that, becuase the code this is positioning it is not yet loaded. This is normal. The only way to fix it is by making Your website load faster. Try using jotCache, it's the best cache solution I know.
User avatar
Moderator

GK User
Fri Dec 05, 2014 12:33 pm
Reply with quote
Report this post
I really like Gavicks work, the templates look good and are easy to work with.

But I do not think the menu in "Game" template behaves "normal". It is a big bug if you ask me...

Can you provide a "step-by-step" document on how to implement a different menu? And maybe advise on what menu to use?

Thx!
User avatar
Junior Boarder

teitbite
Sun Dec 07, 2014 5:58 pm
Reply with quote
Report this post
Hi

This can be adjusted with css since css works during loading and doesn't have to wait for full page to load as with javascript. Please tell me the url to the page You've made this screen so Ill tell You the css code.
User avatar
Moderator

GK User
Mon Dec 08, 2014 12:41 pm
Reply with quote
Report this post
Hi,

The URL is: http://rw.0408429181.nl/

The site is still in development. Next to menu-item "Contact" I created a "Test 3 Columns" Menu-item.

Thanx!!
User avatar
Junior Boarder

teitbite
Mon Dec 08, 2014 6:16 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkExtraMenu > ul.level0 > li:nth-child(8) > div.childcontent {
width: 662px !important;
}


The "nth-child(8)" is to tell which menu element is that, but You can use class suffixes via GK Extra parameters plugin.
User avatar
Moderator

GK User
Wed Dec 10, 2014 5:16 am
Reply with quote
Report this post
I don't understand what you mean by this: "class suffixes via GK Extra parameters plugin".

But the solution works for me! Thx!!
User avatar
Junior Boarder

teitbite
Thu Dec 11, 2014 12:55 pm
Reply with quote
Report this post
Hi

If You have GK Extra Parameters plugin installed than each menu item will have an extra tab with options where You can add css suffix and than make a css code which will make this columns only if this specific suffix will be used. But if the code I gave You works, than there is no need to do anything.
User avatar
Moderator


cron