Submenu Disappears On Hover

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Sat May 11, 2013 9:17 pm
Hi there. I am having an issue in Chrome. When user hovers over on a submenu, the menu disappears. This only happens in Chrome.

I saw the same issue in a different post, but the solution was not provided. Refer to the following post: https://www.gavick.com/forums/140/bad-s ... 24494.html

Any ideas how we can fix this?

Thanks so much.
User avatar
Gold Boarder

GK User
Sun May 12, 2013 6:48 am
Could you post an URL to your site, browser version and operating system version?
User avatar
Moderator

GK User
Mon May 13, 2013 9:50 pm
Cyberek wrote:Could you post an URL to your site, browser version and operating system version?

Thanks for you reply. I do not have a site available yet. It's on local machine. You have the same issue on your demo site. You may want to check that.

On the post that I have referenced to, it has a nice screenshot that describes the issue.

Hope this is enough to help me out.

Thanks.
User avatar
Gold Boarder

GK User
Mon May 13, 2013 9:53 pm
I just tested your demo site on Chrome Version 26.0.1410.64 m and the sub menu disappears.
User avatar
Gold Boarder

GK User
Tue May 14, 2013 7:26 am
I will report that as a bug and will write back with method to fix that.
User avatar
Moderator

GK User
Tue May 14, 2013 2:24 pm
Cyberek wrote:I will report that as a bug and will write back with method to fix that.

Great. I look forward to hearing from you.
User avatar
Gold Boarder

GK User
Thu May 16, 2013 3:08 pm
Hi. Any updates on this one?
User avatar
Gold Boarder

GK User
Thu May 16, 2013 3:24 pm
We are working on this strange behavior.
User avatar
Moderator

GK User
Fri May 17, 2013 1:51 pm
Ok, dev team provided us with a workout.
1. Please enable override.css
2. Add to /templates/gk_esport/css/override.css at its end :

Code: Select all
#gkPopupLogin, #gkPopupRegister, #gkPopupCart { top: 150px }
User avatar
Moderator

GK User
Sat May 18, 2013 6:25 am
Cyberek wrote:Ok, dev team provided us with a workout.
1. Please enable override.css
2. Add to /templates/gk_esport/css/override.css at its end :

Code: Select all
#gkPopupLogin, #gkPopupRegister, #gkPopupCart { top: 150px }

Thank you for your solution. It worked, but it slightly damaged the navigation behavior on hover. I tried the following code and everything works now.

Code: Select all
#gkPopupLogin, #gkPopupRegister, #gkPopupCart {margin-top: -70px;}
User avatar
Gold Boarder


cron