Archived topic
Home page changed
15 replies · Started by Nanette on November 11, 2019
The header image of my homepage is now in the background of the page. I don't know how this happened. How can I change it back to just the featured image header? I checked the Page hero elements and that is the same as it was. I don't know how to fix this.
Hi there,
There some weird issues going on there.
The page hero somehow wraps around the HTML for the entire site:
https://www.screencast.com/t/QgezWYRRe
Can you try disabling all plugins except GP Premium to eliminate any conflicts?
Let me know :)
All is deactivated but GP but it still looks like that. Should I delete the featured image? Then upload it again while everything is deactivated?
Can you make sure there are no syntax errors in the page hero content?
We would really need to find the source of the issue here.
How do I find that out? BTW, I did remove the feature image then refreshed and put it back up and it continues to do the same. So how do I make sure of syntax errors?
You can use this site to check your HTML:
https://validator.w3.org/#validate_by_input
How o I grab the page hero content? From element?
I grabbed it from the page. Is that correct?
Yes you can grab it directly from the page hero content in the element.
Can you please also copy and paste the full HTML here, highlight it and click the code button in the editor?
<h1>We Light Your World</h1>
<p><a class="button" href="tel:509-393-3778">Don't lose contact. Call us today!</a></p
I took out those codes and saved them then put them back one line at a time. It is definitely this code that is causing the issue:
<p><a class="button" href="tel:509-393-3778">Don't lose contact. Call us today!</a></p
Looks like you are missing > at the very end?
Have you tried using the HTML validator service I linked above?
It should tell you that.
AHHHH. So right. Now it is working and I have a headache! Thanks so much!!
It would be good to use the HTML checker service I linked above first.
Might save you the headache.
I will from now on!