Tagged: top menu
Hi,
I have a secondary menu at the top which currently has 2 links on the far right (which is correct). But I’ve been trying to add a link that will go on the far
left (above the logo). So the top menu bar when finished will have a link on the far left and then the links on the far right. Is there a way to do this?
Thx.
Hey waterwalk,
You can try adding a widget to the header area, adding the links, and positioning it from there https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Jordan Shannon
Sorry, a little confused. It says ‘activate header widget area’. Do I just make up one in the widgets area or is there some place that I have to ‘activate’ it in the theme options. Specifically, I have a header area with logo left, menu right and a top bar that already has a phone number on the right. So I’m not sure which of all these options in the documentation is going to work with this. (There are a lot of options listed and I’m not seeing one that really matches what I’m looking for). Thx.
Just more info. I have a child theme and I created a functions.php inside the child theme and placed the code there (below). Do I need to close the the tag at the end or something? I’m not seeing a ‘header widget’ in the widgets are so far.
<?php
//——————————–
// Header widget area
//——————————–
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
Hi,
If you go to the widgets page are you able to see the one you created? If so you can drag a text module into it.
Best regards,
Jordan Shannon
No, there is no widget there.
Hi,
Please provide admin info in the private area so we can look into this further.
Best regards,
Jordan Shannon