Tagged: Header Secondary Menu
Hi. How can I add a widget to the Header Secondary Menu?
I have figured out how to add a widget to the main header using the following:
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
But I need the widget to appear in the Header Secondary Menu.
I read on another post if I change ‘ava_after_main_menu’, to ‘avia_meta_header’, then the widget will display in the Header Secondary Menu
But it does not work (nothing displays).
Is there a way to add a widget to the Header Secondary Menu?
Thank you for your help.
Hey monopsony,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Basilis