Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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)

    #979745

    Hey elvirais,

    Please post a link to the site in question and try to explain exactly what you are looking to achieve.

    Best regards,
    Rikard

    #979770

    Hi,

    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)

    #979952

    Hi,

    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,
    Rikard

    #980023

    Well 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.

    #980406

    Hi,

    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,
    Rikard

    #985350

    I’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?

    #985386

    Hi,

    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,
    Vinay

    #985503

    Hi, thanks for all the info! I’ll experiment with this :)

    #985532

    Hi,

    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

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