Submenues disappear when hovering

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
Thu Jul 30, 2015 5:28 am
Reply with quote
Report this post
I'm working on a test upgrade to Joomla 3.4, using the GavickPro Storebox template. I've found that when I hover over a menu item that has a submenu, and try to go to anywhere in that second menu, as soon as I cross the threshold of the submenu, it disappears. I found one support thread through the Gavick support forum for the same issue in one of their other template and they supplied the fix of adding
Code: Select all
#gkPopupLogin, #gkPopupRegister, #gkPopupCart {top: 150px;}
to the CSS override file, and enabling CSS override. I did this, but it had no effect.
The test site is here: [url]temp2.neartisangallery.com[/url]

A primary example would be in the top menu, Media/Print>Videos. If you try to go into the sub-menu that appears when hovering on Videos, the whole menu closes and you can select any of the items.
User avatar
Fresh Boarder

teitbite
Thu Jul 30, 2015 2:09 pm
Reply with quote
Report this post
Hi

Please edit http://temp2.neartisangallery.com/templ ... u/menu.css and around line 200 remove this code:

Code: Select all
.gkMenu .childcontent {
    pointer-events: none;
}
User avatar
Moderator

GK User
Thu Jul 30, 2015 6:43 pm
Reply with quote
Report this post
That worked, thank you.
User avatar
Fresh Boarder


cron