1. Oliver
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Wednesday, 10 February 2016
  5.  Subscribe via email
Hello Ciaran,
I have a little problem with the menu on Artisan template.

I use 3 levels in this menu. The main level, a submenue and a sub-submenu.
If I click on the main menu the submenu opens - fine.
But if I click on a submenu that has NO sub-submenu items, all items in this main menu open.

Maybe its a bit confusing so I try to show.
That is the catalogue part of our current menu:

----------------------------------------
Unser Produktkatalog.....................<= MAIN Level
...Bestellung aufgeben ?................<= SUB menu - clicking here, alle menu items open
...Übersicht Produktkategorien.......<= SUB menu - clicking here, alle menu items open
...Waschbecken..............................<= SUB menu - clicking here, ONLY the 4 SUB sub menu items of this point open
......Waschbecken / Gengafloor.......<= SUB SUB menu
......Waschbecken / Steinputz .........<= SUB SUB menu
......Waschbecken / Steinzeug.........<= SUB SUB menu
......Waschbecken / Raku................<= SUB SUB menu
...Garnschalen................................<= SUB menu - clicking here, alle menu items open
...Schalen........................................<= SUB menu - clicking here, ONLY the 2 SUB sub menu items of this point open
......Schalen / Raku.........................<= SUB SUB menu
......Schalen / Steinzeug..................<= SUB SUB menu
----------------------------------------
What can I do that the menu items open correctly?

You can check the current problem here: http://test.keramikatelier-schoening.de

Thanks in advance

Oliver
Accepted Answer Pending Moderation
0
Votes
Undo
HI Oliver

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Oliver

Adding the following to the Custom CSS field of your templates parameters appears to have resolved the issue...


.hornav li.active ul {
display: none;
}
.hornav li.active > ul {
display: block;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Awesome Ciaran - works as excepcted :)

Thanks once again for a quick and capable support !

Oliver
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Great!

Thank you for the update.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!