-
AuthorPosts
-
June 29, 2018 at 7:28 pm #979447
I’d like to set the header custom height to larger than the theme interface allows, what’s the best way to do this?
(As an aside maybe it makes more sense to let people fill in the number rather than choosing from a large popup)
July 1, 2018 at 9:29 am #979745Hey elvirais,
Please post a link to the site in question and try to explain exactly what you are looking to achieve.
Best regards,
RikardJuly 1, 2018 at 10:07 am #979770Hi,
site url in private content. The client wanted a header image much taller than 300px. To make do i basically disabled most of the header and used a big image and submenu inside the pages. However, this gets frustrating because there is a blog too and adding this by hand for every post is a bad solution.
As a workaround inside single.php i’m adding some html code so a header image and menu show up, but it’s not perfect (link to single blogpost also in private)
July 2, 2018 at 7:13 am #979952Hi,
Thanks for that. The image in the header on the single page looks nice on my end, what exactly do you want to change about it?
Best regards,
RikardJuly 2, 2018 at 9:32 am #980023Well in the single blogpost, the header is shown next to the sidebar. Whereas in the main page, the sidebar only starts below the header. That’s what we would prefer.
July 3, 2018 at 6:54 am #980406Hi,
Thanks for the feedback, I think I know what you are looking to achieve now. Where in single.php are you adding the slider? It looks to be inside the main container now, did you try it just after get_header();?
Best regards,
RikardJuly 14, 2018 at 1:04 am #985350I’ve tried just after that, but then the layout gets messed up. Regardless, I’d say that the more elegant solution is to make the header bigger than 300px, that would solve all my problems without creating more down the road with this. Any tips on where to change that?
July 14, 2018 at 5:09 am #985386Hi,
Modifications to the php files may be lost during the theme update.
If you like to try an alternate method please perform the below steps:
1. Remove all modification/codes added to achieve this header style.
2. Remove the header background image from Enfold > General Styling > Logo area if any added.
3. Create a header widget area.
4. Add the header background as a widget image from WordPress > Appearance > Widget > Header > Image Widget.
5. Add your logo image.
6. Copy and paste the below CSS to your child theme styles.css file.
https://pastebin.com/raw/9t8SWwCB
7. Lastly, go to Enfold > Header > Header Behavior > Select Let logo and menu position adapt to browser window.Best regards,
VinayJuly 14, 2018 at 9:13 pm #985503Hi, thanks for all the info! I’ll experiment with this :)
July 15, 2018 at 1:48 am #985532Hi,
You are most welcome :)
We will keep this ticket open in case you need any assistance please feel free to reach out to us.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.