Tagged: menu
Hallo Kriesi Team!
SITUATION
Das “Enfold Secondary Menu” soll je Menüpunkt auf ein eigens erstelltes “Enfold Main Menu” switchen. Den verschiedenen Main-Menüs sind unterschiedliche Seiten zugeordnet (realisiert mit https://wordpress.org/plugins/ce-wp-menu-per-page/)
FRAGE
Wie könnte nun oben im “Enfold Secondary Menu” die Zugehörigkeit der aktuellen Seite (z.B. durch Farbänderung des Menüpunktes) angezeigt werden?
Vielen Dank für Eure Hilfe!
Viele Grüße
Peter
Hi Peter!
We would be glad to assist if you could forward us a mock up or screenshot of the type of modification you wish to achieve.
In the mock up, please point out which is the secondary menu, which menu is being used to display the membership info and where is the membership menu being displayed.
Best regards,
Arvish
Hi Arvish,
here you will find an explanation for my problem – hope it’ll help.
https://drive.google.com/file/d/0B0TqEFDVcQi8MDVZN1JXdHIxNVU/view?usp=sharing
Best regards,
Peter
Hi!
You can achieve what you are requesting by using conditionals to display different menus or many parts in (theme folder)/includes/helper-main-menu.php
E.g
<?php
if ( is_user_logged_in() ) {
echo 'Welcome, registered user!';
} else {
echo 'Welcome, visitor!';
}
?>
Unfortunately this customisation will take a while to implement and therefore falls outside the scope of our theme support. You can try http://studio.envato.com or http://www.peopleperhour.com for further customization. You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
Arvish