This section describes how to add extra functionalities to a menu and how to activate the Secondary and Call To Action Menu.
Megamenu
A MegaMenu is a menu featuring a large dropdown area where submenus are stored in convenient columns. There are examples of this in our main demo site. The Megamenu layout is only available for horizontal menus. To create this layout, go to Appearance → Menu. You only need to create a menu with one or more sub-levels: the second-level menu item will be the column title, while the third-level menu items become the menu links. Click the Megamenu option in the first level menu item, screenshot .
Megamenu titles and parent menu items cannot be active links
Megamenu titles and parent menu items cannot be active links, these are textual containers for the submenu items. You cannot have active links since, in mobile views, they are clicked to open the submenu, and the active link would fail if combined.
Megamenu Premium Plugins suggestions
If you need extra features for your Megamenu (different from the ones you see in our demos), you can evaluate using a dedicated extra plugin. These are our suggestions based on feedback from Uncode users:
- Groovy Menu: Highly customizable mega menu WP plugin from Grooni authors Crane theme. You’ll get a kick out of navigation as you can set any kind of a menu on website. Read More...
- QuadMenu: Quadmenu is a WordPress menu designed for both regular users and developers. The idea was to bring to the world a plugin designed to be included from scratch in your theme projects. Read More...
Badges on Menu
From Uncode 2.4.0, it's also possible to add badges to your menus. To activate the option, please insert this code in your Child Theme functions.php file. After that, you'll find in every menu item the fields Badge (where to insert the text of your badge) and Badge Color (where to insert the hexadecimal value of the color of the tup badge). Please note that since this adds two new fields for each menu item in the WordPress Menu Editor, it is suggested to have another Max Vars value in the presence of menus with many menu items.
/********************** * * Activate badges in menu * @return bool * **********************/ add_filter( 'uncode_activate_menu_badges', '__return_true' );
Comments
0 comments
Article is closed for comments.