-
AuthorPosts
-
December 18, 2024 at 9:54 am #1473885
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.
-
This topic was modified 10 months, 3 weeks ago by
xxtita.
December 19, 2024 at 5:27 am #1473977Hey 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,
IsmaelDecember 19, 2024 at 6:36 am #1473988Hi!
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,
IsmaelDecember 23, 2024 at 10:10 am #1474170Hi 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; ?>December 23, 2024 at 12:41 pm #1474179Hi,
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,
IsmaelDecember 23, 2024 at 4:30 pm #1474185Thank you.
Have a pleasant end of the year.December 24, 2024 at 1:32 pm #1474231Hi,
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 -
This topic was modified 10 months, 3 weeks ago by
-
AuthorPosts
- The topic ‘Overlay menu on desktop with vertical tabs instead of accordion’ is closed to new replies.
