When troubleshooting coding problems it’s best to first Validate the code that is there to see what is going on.
https://validator.w3.or/ is your friend for this.
Using it shows there are many problem to dealt with. Three repeating errors I see are:
Problems with characters: NU?
It’s fine to use these type characters in text but not in URLs or other type coding.
Rename any images or files or ask your Hoster about this. There are ways at the server level to overcome this problem.
—
Outdated Code
<script type=
<style type=
These are no longer used and although most times will be a Warning notice, they turn into an Error notice when used like this:
<script type=”cf7ec43bf052b9ffb0a0897d-text/javascript”
You can remove all instances of ‘type=’ using this Plugin:
Type Attribute Warnings Removal By Sumit Malviya
—
Incorrect Code
<span><h1 class=”hero-title”>
As H level tags cannot be placed in a <span> tag, all instances have to be recoded
—
And I still haven’t got to your stated problem because I don’t know what to look for. On the Home page, I think you’re talking about images not showing above the H.W.U. image/link but not sure. Can you describe the steps to take to see the problem?