Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23234

    I use Gecka Submenu to add a “Automatically Populate with Child Pages” option to menu items. However the option has disappeared when using this theme. I assume it’s because of the mega menu php class.

    Is it possible/easy to just disable the whole mega menu class (I don’t need it), or is there a fix that doesn’t require disabling it?

    Thanks

    #119028

    1) In header.php delete following code:

    'walker' => new avia_responsive_mega_menu()

    2) In functions.php delete

    require_once( 'includes/helper-responsive-megamenu.php' ); 		// holds the walker for the responsive mega menu

    This will disable the mega menu class.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Mega Menu Conflicts with Gecka Submenu’ is closed to new replies.