Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #1299525

    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

    #1300218

    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.

    #1300219

    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’ );
    }

    #1300340

    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

    #1300500

    No, there is no widget there.

    #1300561

    Hi,

    Please provide admin info in the private area so we can look into this further.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.