Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #528038

    Hi There,

    I’m working with the latest version of Enfold – this is my third purchase – really love the theme. :)

    What I’d like to do is add two widget areas to the header – one on either side of the logo.

    I’m using menu below, logo centred header. I came across this article http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ – and tried it out – but it adds the area above the logo, not beside it. .

    Any help much appreciated.

    Thanks a lot.
    Carole Anne

    #528127

    Hey cab72!

    You can use CSS to position the widget area wherever you need. Go ahead and add your content to the widget area and take a screenshot highlighting exactly what your trying to do and we’ll give you some CSS to use.

    Best regards,
    Elliott

    #528134

    Hello Elliott,

    Thank you for getting back to me so quickly.

    I’m trying to add contact details to either side of the logo. Although I’d need these to disappear in Iphone/Smartphone view.
    Is it possible to do this?

    I have a screenshot but I’m not sure how to send it to you.

    Kind Regards
    Carole

    #528554

    Hi there,

    Still haven’t resolved this problem.

    C

    #528961

    Hey!

    Please follow the instruction on the documentation then use css to adjust the position of the widgets.

    #header .widget {
      padding-top: 0;
      position: absolute;
      top: 0;
    }

    Best regards,
    Ismael

    #530383

    Hello! I tried to copy and paste the code for placing the header widget at the very bottom of the functions.php file, however, it gave me a 500 error code and I haven’t been able to get it to work. Any thoughts on why this would happen? I haven’t included my link because the error is not still there as I had to fix it to continue working on the site. Thank you!

    #530596

    Hi,

    Not sure what code you are adding where, could you try to post exactly what you’re doing please? In case you are referring to Ismaels last post – that code goes to Quick CSS under Enfold–>General Styling:

    #header .widget {
      padding-top: 0;
      position: absolute;
      top: 0;
    }

    Thanks,
    Rikard

    • This reply was modified 8 years, 5 months ago by Rikard.
    #531178

    I tried to follow the directions here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ for placing the header widget at the very bottom of the functions.php file, however, it gave me a 500 error code and I haven’t been able to get it to work. Haven’t got to the CSS part yet since it wouldn’t let me add to the functions file.

    #531752

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #531865

    Thanks Rikard.

    #532294

    Hi!

    I added the code to Functions.php file of your parent theme (since your child theme did not have one :) ), you can simply create a new widget area called “header” and place the elements you would like to display on header inside that widget area.

    Cheers!
    Yigit

    #532295

    Hi Yigit,

    That’s very kind of you. Thanks so much!! :)

    Cheers,
    Carole

    #532410

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

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