In the comments section of How to center logo in header with widget area on either side in Genesis, a user asked:
Any way to make the left widget a custom menu widget? When I do this, I can not seem to be able to get the menu to display inline-block or to have the sub menus dropdown. I am trying this on Enterprise Pro theme. It is doing what I want but the left custom menu widget is just in a list display. Thanks in advance for your assistance. (I can send you a link to the development site.)
Like in the previous tutorial we shall register a Header Left widget area, display it before .title-area inside the header, an inline logo to its right and the built-in Header Right widget area to its right in Enterprise Pro.
Screenshot:
Screencast:
The key to getting a menu in a custom widget area inside the header appearing properly is to add the filters for setting genesis-nav-menu
class to ul and wrap the header navigation menu in its own nav tags with markup API followed by removing these filters after the widget area has been displayed.
Step 1
Edit Enterprise Pro's functions.php.
a) Comment out or delete
To view the full content, please sign up for the membership.
Already a member? Log in below or here.