Hi, I need to show a different menu based on logged/non-logged users and eventually also on logged user’s role. Unfortunately in Enfold the hook ‘wp_nav_menu() ‘ is not present so I cannot use the variety of menu plugins that relies on that, neither I can add a script to the header to filter users by their capabilities. Any idea on how to achieve this or do you know of any plugin that does it in compliance with Enfold?
OK, I’ve found a way out using Conditional Logic……hope it will work also with custom roles and not just with the wp default ones.