Page different in C5 edit mode vs. WWW
PermalinkSometime after I updated C5, I noticed the words "Image Not Found" appearing twice in my header. However, I discovered that this only appears in the general public WWW "version"; when I sign in to my dashboard and edit, this does not appear (see the attachments). I have made several other edits since then and those changes show up correctly in the public WWW "version". This seems to be the only discrepancy and there is no obvious way to change this as "Image Not Found" is not appearing when in C5 edit mode.
One of the attachments shows the WWW version in Firefox, with Inspect Element app showing where this appears in the code; hopefully this helps.
Thanks for any feedback!
<div id="header-wrap">
<header id="header" class="fcontainer">
<div class="sixteen columns">
<img border="0" class="ccm-image-block" alt="Welcome To Saratoga Center For Social Therapy" src="xxxx" width="1000" height="125" />
</div>
<div class="clear"></div>
<div class="eight columns">
Image Not Found.
</div>
<div class="eight columns">
Image Not Found.
</div>
<div class="clear"></div>
you are receiving the image not found message because there is a missing image - giving a 404 error.
http://www.saratogasocialtherapy.com/packages/radius/themes/radius/...
It doesn't look like it appears in the page source (I didn't look very hard) so I'm guessing it must be called in the stylesheet for that theme (did not check).