Menu Failure In Wimble Template Main Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Failure In Wimble Template Main Menu

Koh Tao Ozone Co. Ltd.

Koh Tao Ozone Co. Ltd.

Helix Framework 2 years ago

Hi,

Again this has been asked before and has not been fixed in recent template updates and has been discussed by many.

Your main menu is not showing subcategories at all in the desktop mode. Only showing in the mobile menus. Completly useless and not been fixed yet.

There has been javascript custom code to add to the template and css custom to be added to the template, given in past forum posts older than over the last year ...But nothing works in the most recent versions of any or the past

Regards Peter

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114718

Hi,

as 1-st step change menu type for item "Demo Content" do NOT use separator, use URL menu type with "#" as link.

In Template Options > Custom Code > Custom CSS paste:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:hover .sp-megamenu-parent .sp-dropdown {
  display: block;}

this should help, if not share access

0
Koh Tao Ozone Co. Ltd.
Koh Tao Ozone Co. Ltd.
Accepted Answer
2 years ago #114781

Still not functioning. I removed the javascript I had used after testing and it had failed.... still just changing the css you sent but still nothing.

Can you fix this problem that is in the base of this menu/template?

0
Koh Tao Ozone Co. Ltd.
Koh Tao Ozone Co. Ltd.
Accepted Answer
2 years ago #114782

access attached:

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114795

Thanks - checking.

BTW

You have good speed hosting :) works very fast here in EU.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114800

Check now, clear browser cache and to be sure use two different browsers

and use incognito mode in your Firefox & Chrome browser

0
Koh Tao Ozone Co. Ltd.
Koh Tao Ozone Co. Ltd.
Accepted Answer
2 years ago #114809

Thankyou , Now it is working. Can you please explain what was causing this. We need to know this incase we have to use this template again or rebuilds or other reasons. Why have many others before have had this issue?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115214

After all as you could see I used those lines:

.sp-megamenu-parent li.sp-menu-item.sp-has-child:hover .sp-megamenu-parent .sp-dropdown,
#sp-menu .sp-menu-item.sp-has-child:hover > .sp-megamenu-parent .sp-dropdown {display: block;}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner, 
#sp-menu  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
overflow: visible; }

but the 2nd part of code do the job, somehow overflow by default was set to hidden mode.

0