Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.
    overlay menu vertical tabs

    View post on imgur.com

    • This topic was modified 1 month ago by xxtita.
    #1473977

    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

    #1473988

    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

    #1474170

    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; ?>

    #1474179

    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

    #1474185

    Thank you.
    Have a pleasant end of the year.

    #1474231

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Overlay menu on desktop with vertical tabs instead of accordion’ is closed to new replies.