Full Screen Header: Text Not Always Appearing

Posted in: Newsmag
Post count: 12

Hi, started noticing a slight issue with my homepage: https://www.boroguide.co.uk/

The title text (parallax header?) on the full screen header isn’t always visible on load. But any adjustment of the screen size seems to jolt it into life and it then does appear.

The issue with it not appearing straight off is that it just leaves the header image with no explanation or down arrow.

What could be causing this?

Post count: 35449

Hi,
maybe I didn’t understand the problem, but for me the full header is look normal https://i.imgur.com/z46c0Xu.jpg
If this is a misunderstanding, please provide some screenshots and some more details.
Thank you!

Post count: 12

Hi Calin, the screenshot is correct – but on that full header image, you should also be able to see the post title, category and meta information (as well as the down arrow).

This shows you what I mean: https://imgur.com/a/hHxMzx2

The text either doesn’t appear (usually desktop) or is very faint (usually mobile).

Could image dimensions be an issue?

Post count: 35449

Hi,
Now I understand about what you say. This problem is happen when you are login and test the website, because it can be a cache problem, also if this is not the case, the text is not displaying because some times the opacity is not changing from 0 to 1;
What you can do is to try a custom css https://i.imgur.com/Zn7OQBm.jpg
Set the css in theme pane> custom code> css and the text will be visible all the time.
body .td-post-template-6 .td-post-header {
opacity: 1!important;
}

Hope it will help you!

Post count: 12

Thank you, that seems to have done it!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.