Tagged: top menu
-
AuthorPosts
-
May 11, 2021 at 3:50 am #1299510
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.
May 11, 2021 at 5:11 am #1299525Hey 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 ShannonMay 14, 2021 at 3:47 am #1300218Sorry, 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.
May 14, 2021 at 3:59 am #1300219Just 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’ );
}May 14, 2021 at 3:24 pm #1300340Hi,
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 ShannonMay 15, 2021 at 7:06 pm #1300500No, there is no widget there.
May 16, 2021 at 4:34 pm #1300561Hi,
Please provide admin info in the private area so we can look into this further.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
