Tagged: menu
I just purchased Enfold V 2.01. The V 1.9 release description says:
Version 1.9 makes sure that everything works with the new released WordPress 3.6, adds a lot of smaller improvements and removes some minor bugs. WordPress 3.6 improves the Menu interface and with Enfold we went a step further and now allow you to display conditional menu items (based on user status like logged in or logged out, based on the page you are currently viewing etc)
This feature can be activated by adding the add_theme_support(‘avia_conditionals_for_mega_menu’); flag to the top of your functions.php file
Does this flag need to be added to V 2.01 to activate the Conditional Menu feature? Thanks, Mike.
Hi,
Yes, just edit functions.php and find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_conditionals_for_mega_menu');
Condition logic option will be enabled on the Appearance > Menus panel.
Regards,
Ismael
Thanks Ismael,
I really appreciate the response and your taking the time to add a screen shot!
Mike