Menu structure

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
Tue Jun 03, 2014 8:14 pm
Reply with quote
Report this post
menu.jpg
My menu does not display the same as the quickstart template..How do i get the same structure?
User avatar
Senior Boarder

teitbite
Wed Jun 04, 2014 3:14 pm
Reply with quote
Report this post
Hi

I think You mean the columns inside submenus. Right ? Please take a look into this thread: https://www.gavick.com/documentation/ge ... s-in-menu/
User avatar
Moderator

GK User
Sat Jun 14, 2014 6:31 pm
Reply with quote
Report this post
menu.jpg

Followed the instructions but now i do NOT get 2 columns...Am i doing something wrong...
User avatar
Senior Boarder

teitbite
Mon Jun 16, 2014 1:45 pm
Reply with quote
Report this post
Hi

Please tell me an url to Your site.
User avatar
Moderator

GK User
Mon Jun 16, 2014 6:09 pm
Reply with quote
Report this post
Hi the URL is vepvoetbal.nl
User avatar
Senior Boarder

teitbite
Tue Jun 17, 2014 4:23 pm
Reply with quote
Report this post
Hi

Looks like one of the extention is in conflict with menu script. Lets try to workaround it. Add this code to override.css and make sure override is enabled in template settings:

Code: Select all
.gkMenu > ul li:nth-child(2) div.childcontent-inner { width: 600px; }
User avatar
Moderator

GK User
Thu Jun 19, 2014 7:46 pm
Reply with quote
Report this post
Thx that worked...However could you tell me what is the conflicting extension...In NEWS template i do have a correct menu structure...When switching to NEWS2 it does not work...
User avatar
Senior Boarder

teitbite
Sat Jun 21, 2014 1:33 pm
Reply with quote
Report this post
Hi

It's hard to tell. You will need to unpublish extention after extention and each time check the site. The last one unpublished before this starts to work correctly will be to blame.
User avatar
Moderator

GK User
Tue Jun 24, 2014 8:47 am
Reply with quote
Report this post
Hi,
Have depublished all modules on veptalentjes.nl. Menu not showing correctly on NEWS_2....When switching to NEWS template menu works as designed....Please tell me what is wrong?
Please have a look at veptalentjes.nl
User avatar
Senior Boarder

teitbite
Thu Jun 26, 2014 5:59 pm
Reply with quote
Report this post
Hi

I can still see a lot of javascript files loaded on the site, so it's like unpublishing didn't made a difference in this case. Lets just use a fast workaround and try add this code to override.css (override needs to be enabled in template settings).

Code: Select all
.gkMenu > ul li.last div.childcontent-inner { width: 600px; }
User avatar
Moderator


cron