Images not loading

Permalink 1 user found helpful
http://www.federalmerchants.com/

The images aren't even timing out. I haven't done any editing this morning and I logged on to nothing but loading images. How should I fix this?

I cleared my browser's cookies hoping that would be the fix but no luck.
I checked that the picture was still present in the file manager.

Anything would be helpful!

lnjblue
 
hutman replied on at Permalink Reply
hutman
Have you tried clearing the cache in your C5 Dashboard? It would appear that these images somehow got cached as 0x0 pixels so the images are "loading" but they aren't showing up because they are cached with no dimensions.
lnjblue replied on at Permalink Reply
lnjblue
I just cleared C5's cache and it completed. I refreshed the homepage and the image is still loading.
hutman replied on at Permalink Best Answer Reply
hutman
If you look at the source of your page the page cuts off after

<div id="footer-wrap">
       <div id="footer">
         <div class="left">


Which would indicate that you have a PHP error somewhere inside that block. Fixing that should fix the page.
lnjblue replied on at Permalink Reply
lnjblue
I'm new to editing the site. Would this footer be located in a block/stack?
hutman replied on at Permalink Reply
hutman
Unfortunately that's something that we can't tell you without access to the files of the site.
lnjblue replied on at Permalink Reply
lnjblue
I found it! Thank you!