Menu Issue 2nd and 3rd Level

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
Sat Jun 06, 2015 5:09 pm
Reply with quote
Report this post
Case: Setup menu with childmenu.
Menu
menu1
childmenu 1
childmenu 2
childmenu 3
childmenu 4
menu2
childmenu 1
childmenu 2
menu3

When you first hover the menu it is working fine. But... after you hover any childmenu from menu 2 then you are not able to hover childmenu 2, or childmenu 3, from the menu1. It only allow you to hover and select childmenu from menu 2 only.

Need to be able to solve this issue... Check the products menu http://www.mpsat.com/devolo

Thanks in advance
User avatar
Junior Boarder

teitbite
Sun Jun 07, 2015 7:29 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Mon Jun 08, 2015 6:36 pm
Reply with quote
Report this post
Hi

I've send question to programmers and I'm sure the will ask for FTP access. Can You please send it to as well ?
User avatar
Moderator

GK User
Tue Jun 09, 2015 4:27 pm
Reply with quote
Report this post
Exactly I am having the same problem with this template, Is that a mistake I have bought this service ???? definitely I am going to write on this things on my blog....
User avatar
Fresh Boarder

teitbite
Tue Jun 09, 2015 4:38 pm
Reply with quote
Report this post
Hi

Please try replace file /js/gk.menu.js with the one attached.
User avatar
Moderator

GK User
Wed Jun 10, 2015 6:27 am
Reply with quote
Report this post
Thank you for you help.

I did the replacement and it is working on three of the browsers that I have already check.

So far so good.

Thank you again for your support.
User avatar
Junior Boarder

GK User
Wed Jun 10, 2015 12:25 pm
Reply with quote
Report this post
Yes its working after replacing the JS file, thanks....
User avatar
Fresh Boarder

teitbite
Thu Jun 11, 2015 10:27 am
Reply with quote
Report this post
Hi

Great. I'll let programmers know that it's working so they will include it in packages.
User avatar
Moderator

GK User
Fri Jun 12, 2015 1:52 pm
Reply with quote
Report this post
Hi There

I have the same problem, where the rollover on the child items doesn't remain active.

I have added the gk_menu.js and still no change.

http://islandstyle.co.za/ > The menu to look at is: Online Store > Beach Thongs / Slops > child items.

Thanks
Andre
User avatar
Fresh Boarder

teitbite
Sun Jun 14, 2015 8:28 pm
Reply with quote
Report this post
Hi

I do not think "Beach Thongs / Slops" has a submenu activated. Please look at the HTML for this part:

Can You please help me so I'll be able to see this problem ?
User avatar
Moderator

GK User
Tue Jun 23, 2015 3:14 pm
Reply with quote
Report this post
Hi There

I have just activated the sub menu, I had to deactivate because it didnt work.
The third level menu item in the attachment you are unable to click on it.

Thanks
Andre
User avatar
Fresh Boarder

teitbite
Fri Jun 26, 2015 10:52 am
Reply with quote
Report this post
Hi

Please edit: http://islandstyle.co.za/templates/gk_s ... u/menu.css line 89 and change class:

Code: Select all
.gkMenu .childcontent {
    pointer-events: none;
    z-index: 1000 !important;
}


to:

Code: Select all
.gkMenu .childcontent {
    z-index: 1000 !important;
}
User avatar
Moderator