Easy Slider Gallery has stopped working with Greek Yogurt Theme

Permalink
Hello,

We are using Concrete 5 on our client's website and they brought to our attention that their gallery has stopped working. It is Easy Slider 1.0. The theme installed is Greek Yogurt and the Concrete 5 version is 5.5.1. I am attaching an image to show the empty gallery. I'm just wondering if there is something with the image file names. The gallery appears to be working (when looking at the code) but no images are showing up. The image name showing in the browser does not match up with the file names that appear in the File Manager. I have tried clearing the cache to the website and it did nothing. Thank you for your help.

1 Attachment

 
mnakalay replied on at Permalink Reply
mnakalay
The name of the file you see in your screenshot is a (probably resized) copy of the original file pulled from the cache, hence the weird file name. Totally Normal.

You need to check in the console if you have any 404 error for those files.
PDIuserr replied on at Permalink Reply
There are no 404 errors in the console.
mnakalay replied on at Permalink Reply
mnakalay
It might be a totally different problem. Maybe a css issue.
Do you have a live website we to have a look at? It'd be easier.
PDIuserr replied on at Permalink Reply
Here's the URL:

http://bit.ly/1kQWPad

Thank you for your help!
mnakalay replied on at Permalink Best Answer Reply
mnakalay
It was indeed a css problem.
Around line 126 you have
#center-content-inner li
{
   position:relative;
   float:left;
   margin:10px 0px;
   padding:0px;
   width:100%;
}

The last line width: 100%; needs to be deleted or if you want replaced with width: auto;
PDIuserr replied on at Permalink Reply
Thank you for figuring this out. It's just weird that this would stop working all of a sudden. Cheers!