• Resolved pixelpauline

    (@pixelpauline)


    I am using Zerif Lite, and just updated to 1.8.2.4 – 14/10/2015.
    After doing so, the Big Header Section is displaying only the button area and not the title when in full screen.
    I would have described it as having disappeared, but when I resize the browser to a width below 750px, the title shows up.

    Here is a link to the current site: https://www.amicicharity.com

    I checked the customizations I have made in the child theme, and the only customizations to the header section were to fix the button spacing (because originally on my site the two buttons were touching instead of being spaced slightly, but I commented out that bit of code and it did not fix the issue.

    Here is a link to an archived version of the site where the header was functioning properly.

    My WordPress version, Theme, and all Plugins are up to date.

    Can anyone help me figure out what I need to do to fix this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Could you please help us debug this problem , by installing our support plugin: https://bit.ly/pirate-parrot and go to Tools -> Themeisle support plugin, click Call Parrot and send us an email at [email protected] with your site and the generated token.

    Thank you,
    Rodica

    Hi,

    I am sorry, I just realised that I shouldn’t post that here, according to the guidelines: https://codex.www.ads-software.com/Forum_Welcome. You don’t need to do that.
    I would need to know what are the changes from your child theme.

    Regards,
    Rodica

    Thread Starter pixelpauline

    (@pixelpauline)

    Here is a link to the full CSS in my child theme: https://pastebin.com/H12rdB0i

    I haven’t changed anything in this code in months, except (as mentioned above) to comment out the button spacing to make sure that wasn’t causing the header title to disappear. So all of this was working with the old version of the theme.

    Actually, that code is currently irrelevant anyway since they’re only using one button in the header at the moment.

    Thanks

    you can add top padding to the body. As much as you want to get the effect you want. Just be sure to set it to 0 in the 767 media query.

    body {
        padding-top: 160px;
    }

    and

    @media (max-width: 767px) {
        body {
            padding-top: 0;
        }
    }

    that should get you by

    Hi,

    As I explained to you on email, you were missing a line in you big_title.php file, from your child theme.

    Best regards,
    Rodica

    Thread Starter pixelpauline

    (@pixelpauline)

    Thanks Rodica
    (and Mr. Case)!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Big Title Section Broken After Update’ is closed to new replies.