End of Support for Joomla 3 - Forum closed
[SOLVED] Menu entries organized on two levels
I am using the Life template with a menu that has multilevel entries (two levels). The Top Level entries are only "separator" elements to organize the second level entries in groups. The second level entries link to individual Joomla articles. After selecting any menu element/article the menu only highlights the parent menu element instead of the child element. So it is hard to see which menu entry has been selected. The attachment shows an example with the mobile offcanvas menu. But the same issue applies to the standard topmenu.
Any possibility to change this behaviour in the Life template?
Any possibility to change this behaviour in the Life template?
by wberger
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Menu entries organized on two levels
Posted 6 years 1 month ago #21784
Im Customizer > Advanced > Offcanvas [more] können sie die aktive Menufarbe einstellen
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Mein Problem ist nicht generell das Einstellen der Farbe, sondern dass immer nur die erste Menüebene ein Highlight erhält. Zur Erkläung siehe angehängtes Bild mit dem Offcanvas Menü (
www.cvjm-gerstetten.de
). Wie man sieht ist das Menü zweistufig.
Klicke ich auf den im Bild umkreisten Eintrag 1 in der Unterebene, lädt die richtige Seite (Artikel), das Highlight erhält aber wie man sehen kann der übergeordnete Eintrag -> Markierung 2.
Klicke ich auf den im Bild umkreisten Eintrag 1 in der Unterebene, lädt die richtige Seite (Artikel), das Highlight erhält aber wie man sehen kann der übergeordnete Eintrag -> Markierung 2.
by wberger
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Menu entries organized on two levels
Posted 6 years 1 month ago #21805
Hallo,
die "aktive" Menufarbe können sie ausschließlich in der css/custom.css ändern.
Fügen sie folgenden CSS code in ihre custom.css ein
Bitte zuvor den Browser cache löschen und die Komprimierung deaktivieren.
www.joomlaplates.de/support/dokumentation/custom-css-erstellen
die "aktive" Menufarbe können sie ausschließlich in der css/custom.css ändern.
Fügen sie folgenden CSS code in ihre custom.css ein
#offcanvas li li.uk-active a {color:#ff0000}
Bitte zuvor den Browser cache löschen und die Komprimierung deaktivieren.
www.joomlaplates.de/support/dokumentation/custom-css-erstellen
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Super, vielen Dank. Genau das wars. Und fürs normale Menü genauso:
Code:
#menu-outer li li.uk-active a {color:#FFFFFF}
by wberger
Please Log in or Create an account to join the conversation.
Replied by wberger on topic [SOLVED] Menu entries organized on two levels
Posted 6 years 1 month ago #21809
Problem solved.
by wberger
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates