I’m setting up a Magento Store and I’m using the HelloWired theme.
There’s a slider included with the theme called HelloSlide, which basically crossfades between two images.
For some reason, it seems like both images are transitioning to eachother at the same time. This causes no image to show.
Here’s what the markup, which was included in the template looks like:
<div id="slider">
<div class="panel"><img src="http://50.63.156.40/media/helloslide/01.jpg" alt="Flowing Rock" />
<div class="panel"><img src="http://50.63.156.40/media/helloslide/02.jpg" alt="Other" />
<div id="controls"> </div>
</div>
I would say its because the panel divs is not closed after the images:
should be changed to: