Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #420261

    Hi
    I’m on my 5th install of the Enfold theme and it’s been great. However I’ve been trying to install a widget area to the header as described here http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    I’ve followed the instructions very closely, and had a couple of friendly developers look at what I’ve done and everything looks fine ….except absolutely nothing changes. No widget area nothing.
    Are there some other settings I should be changing? I would greatly appreciate your help.
    Thanks – Raphe

    #420823

    Hey Raphep!

    Did you make sure to add some widgets to the “header” widget area in Dashboard > Appearance > Widgets after doing the customization?

    Send us a link to your page and we’ll take a look. You might need some extra CSS to position it.

    Cheers!
    Elliott

    #420923
    This reply has been marked as private.
    #421355

    Hi!

    Do you mind creating a temporary admin login and posting it here privately please so we can look into it?

    Regards,
    Yigit

    #421720
    This reply has been marked as private.
    #422191

    Hi!

    You had a typo in the functions.php file. It’s displaying now but we are not sure what your trying to do with it. Perhaps something like this.

    #header .widget {
        float: right;
        left: auto;
        line-height: 5px !important;
        position: relative;
        right: -100px;
        top: -10px;
        z-index: 9999;
    }

    Take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    #422240

    Thanks Elliot.
    I just dragged anything in the widget area to see if it worked! I can take it from hear.
    And thanks for helping WANRI

    Regards – Raphe

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add widget area to header’ is closed to new replies.