Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #750443

    Hi,
    For a new project I’d like to have the logo left, menu below and an extra widget on the right hand side as shown here.
    I’m using a child theme and I tried the following:
    Read the instructions here
    Looked at this tread

    Placed this code in my style.css of my child theme:

    #header .widget {
    height:200px!important;
      right: 0!important;
      top:20px!important;
      padding: 0!important;
      position: absolute!important;
      z-index: 999!important;
    }

    And placed this code in my functions.php of my child theme:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    Could you point me in the right direction so I can make it look like the preview?

    Thanks in advance!

    Regards,

    Steven

    #752317

    Hey Steven,

    Sorry for the late reply!

    It seems like you have figured it out already? :)

    Best regards,
    Yigit

    #752743

    Hi Yigit,

    No prob. I figured it out myself, there was a typo in my CSS (an extra } somewhere) and when I removed that, it worked.
    However, I noticed that it works on the homepage (where there’s another layerslider in the content) but not on the other pages (where’s there no layerslider in the content) I seems that the scripts doesn’t load when I just want to have a slider in the header…..

    Cheers,

    Steven

    • This reply was modified 7 years, 1 month ago by steviger.
    #754651

    Hi,

    It seems like you have figured out that one as well? :) Page where it does not work cannot be found so i checked all pages on your menu it works there.
    Sorry, forums have been super busy. We could not reply to threads in timely manner. However we are working on it :)

    Best regards,
    Yigit

    #754943

    Hi Yigit,

    Instead of the Layer Slider, I used a random image plugin for this. Took me quite a while to figure it out but eventually I got it to work. Indeed I’ve noticed a set-back in response time lately. I hope you guys will soon be back to the old standard ;)

    Good luck!

    Cheers,

    Steven

    #754968

    Hi,

    Glad this is sorted for you. The forum is very busy these day’s and we are sorry for the delayed reply.
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Extra widget area in header using the “Logo left, Menu below”’ is closed to new replies.