Main menu issue with Virtuemart

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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 Dec 17, 2013 3:12 pm
Reply with quote
Report this post
Hi, I just installed Instyle 2.5 (demo) + Virtuemart 2 and run a few tests. I found that when you add items to cart, then click on "show cart" (then you land in the Cart), the main menu dropdown is displayed when you mouseover the virtuemart default login form below main menu.

Here is my test website: http://citefitness.com/2014

I notice this is not the case for the demo here http://demo.gavick.com/joomla25/instyle/

Could it be a server-side issue? How to solve this?

I'm using Chrome on Win7

Thank you
User avatar
Fresh Boarder

teitbite
Wed Dec 18, 2013 9:59 am
Reply with quote
Report this post
Hi

Can You plese add a screenshot with the problem. I'm testing it but cart looks exactl like on demo. Maybe I'm not looking in a right place.
User avatar
Moderator

GK User
Wed Dec 18, 2013 4:03 pm
Reply with quote
Report this post
Hi, you can see on these screenshots the position of the cursor. It has not touched first the menu parent items, the submenu apprears when the cursor is about 300px right from the menu. It only happens on the Cart page. Could it be a z-index issue?.

I tested both with Instyle and Magazine template on 2 different computers.

Image

Image
User avatar
Fresh Boarder

teitbite
Thu Dec 19, 2013 2:15 pm
Reply with quote
Report this post
Hi

An issue is in file http://citefitness.com/2014/components/ ... chosen.css line 401, class:

Code: Select all
div[style] {
    overflow: visible !important;
}


should looks like:

Code: Select all
div[style] {
    overflow: visible;
}
User avatar
Moderator

GK User
Thu Dec 19, 2013 4:05 pm
Reply with quote
Report this post
Thank you so much, you're a genius!
User avatar
Fresh Boarder

teitbite
Sat Dec 21, 2013 7:19 pm
Reply with quote
Report this post
Hi

Thank. I'm just glad I could help :)
User avatar
Moderator


cron