2016-04-08, 17:48:15
Hello,
I have a question on the mutlilevel navigation. Is it possible to have the parent page button also on the menu on the left side?
Like so (e.g. Btn 4):
Btn 4 should be selected in the left menu when I click on Btn 4 in the main menu. Btn 4 in the main menu should also stay highlighted/selected when the sub items are clicked.
For that I am using
which works great.
Thank you for your help and have a good day,
Stefan
I have a question on the mutlilevel navigation. Is it possible to have the parent page button also on the menu on the left side?
Like so (e.g. Btn 4):
Code:
Top level menu:
+---------------------------------------+
| Btn 1 | Btn 2 | Btn 3 | Btn 4 | Btn 5 |
+-----------------------+ Sub 1 +-------+
| Sub 2 |
| Sub 3 |
+-------+
Left side menu
+-------+
| Btn 4 |
| Sub 1 |
| Sub 2 |
| Sub 3 |
| Sub 4 |
+-------+
Btn 4 should be selected in the left menu when I click on Btn 4 in the main menu. Btn 4 in the main menu should also stay highlighted/selected when the sub items are clicked.
For that I am using
PHP Code:
<?php get_i18n_navigation(return_page_slug(),0,99, I18N_SHOW_MENU); ?>
which works great.
Thank you for your help and have a good day,
Stefan