Hi Team Kriesi,
i’d like to achieve: Burger menu items on desktop should open sublinks in vertical tab, instead of accordion. Can I make a page (with vertical tabs) and hook into the overlay, or do I have to make a template, or whats the easiest way to achieve this?
Danke.
Hey xxtita,
Thank you for the inquiry.
This option is not available for the burger menu out of the box. You may need to install plugins such as UberMenu, HeroMenu, or QuadMenu to create complex and advanced menu layouts and overlays. Please check the links below for more information:
// https://sevenspark.com/docs/ubermenu-3
// https://heroplugins.com/product/hero-menu/documentation/
// https://quadmenu.com/documentation/
Best regards,
Ismael
Hi!
UPDATE: If you need to make the burger menu overlay full-width, go to the Enfold > Main Menu > Burger Menu/Mobile Menu Styling tab, then adjust the Flyout Width value. Further style adjustments can be made in the Advanced Styling panel. Look for the Main Menu (Icon) element. Hope this helps.
Best regards,
Ismael
Hi Ismael, thanks –
do you have any idea how to implement – quadmenu – instead of enfold into the menu,
or where I can replace something like that?
We can integrate QuadMenu the following way:
<?php if( function_exists( ‘quadmenu’ ) ): ?>
<?php quadmenu(array(‘menu’=> ‘1’, ‘theme’ => ‘default_theme’)); ?>
<?php else: ?>
<nav id=”navigation”>
<?php wp_nav_menu( array( ‘menu’=> ‘1’, ‘theme’ => ‘default_theme’ ) ); ?>
</nav>
<?php endif; ?>
Hi,
Thank you for the update.
You can do the modification in the enfold\includes\helper-main-menu.php. Look for the wp_nav_menu functions in the template. Please contact the plugin developer for additional assistance.
Best regards,
Ismael
Thank you.
Have a pleasant end of the year.
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike