-
AuthorPosts
-
November 1, 2015 at 3:23 am #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 AnneNovember 1, 2015 at 4:46 pm #528127Hey 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,
ElliottNovember 1, 2015 at 5:01 pm #528134Hello 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
CaroleNovember 2, 2015 at 3:58 pm #528554Hi there,
Still haven’t resolved this problem.
C
November 3, 2015 at 4:13 am #528961Hey!
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,
IsmaelNovember 4, 2015 at 7:49 pm #530383Hello! 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!
November 5, 2015 at 9:11 am #530596Hi,
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 9 years ago by Rikard.
November 5, 2015 at 8:45 pm #531178I 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.
November 7, 2015 at 7:32 am #531752Hi,
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,
RikardNovember 7, 2015 at 3:40 pm #531865Thanks Rikard.
November 9, 2015 at 2:13 am #532294Hi!
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!
YigitNovember 9, 2015 at 2:25 am #532295Hi Yigit,
That’s very kind of you. Thanks so much!! :)
Cheers,
CaroleNovember 9, 2015 at 8:44 am #532410 -
AuthorPosts
- You must be logged in to reply to this topic.