GK Extra Menu in Black and White template

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Mon Nov 26, 2012 11:25 am
Using Black & White template with Joomla 2.5.

Issue is that the menu does not work correctly.

All the drop down menus show when I hover over the menu item however I cannot hover over a sub menu which means I cannot select the menu item.

As soon as I attempt to move the cursor over a sub menu the menu closes.
User avatar
Fresh Boarder

GK User
Mon Nov 26, 2012 12:30 pm
Hi

Please show us your website.
I cannot reproduce this problem.
It must be from your side.
User avatar
Platinum Boarder

GK User
Mon Nov 26, 2012 12:45 pm
http://www.morgenster.co.za/betasite2/jupgrade/

Not sure if this helps but it does seem to work occasionally. I am on Windows 8 Pro 64bit and have tried Google Chrome & Firefox.

Currently the only change I have made to the template after uploading it was to change the font size to 14px instead of 16px. The issue was there before I made the changes.

I have taken over the site from someone else who was using this template the existing beta site is Joomla 1.5.26 where it works fine.

Here is the current beta working in Joomla 1.5.
http://www.morgenster.co.za/betasite/
User avatar
Fresh Boarder

GK User
Mon Nov 26, 2012 1:57 pm
On ../css/menu.css try changing this fragment:

Code: Select all
#gkMenu ul.level0 div.childcontent div.childcontent {
  margin-top: -20px;
  border: 1px solid #908c7a;
  margin-left: 165px;
}


to

Code: Select all
#gkMenu ul.level0 div.childcontent div.childcontent {
  margin-top: -33px;
  border: 1px solid #908c7a;
  margin-left: 155px;
}


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Nov 26, 2012 2:13 pm
Thanks for the help. Made left margin 150 with above changes and working perfectly.
User avatar
Fresh Boarder


cron