Mega Menu
Mega Menu; You can turn your classic menu to a Modern Mega Menu!.. Just you need to activate Elegant Mega Addons plugin. It’ll ready to use. Do you want to see a Mega Menu demo? Just head up and look our demo site menu in the header section… Change with your default menu by below:
<?php $defaults = array( 'theme_location' => 'primary', 'menu' => '', 'container' => 'div', 'container_class' => 'menu-container', 'container_id' => '', 'menu_class' => 'vcmpmega', 'menu_id' => '', 'echo' => true, 'fallback_cb' => '', 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '', 'items_wrap' => '<div class="menu"><ul id="%1$s" class="%2$s">%3$s</ul></div>', 'depth' => 0, 'walker' => '' ); wp_nav_menu( $defaults ); ?>