I've been trying to find the issue with this through searching and looking at the coding. The image wont show in the main feature image. The file is uploaded and the source coding shows that the image is uploaded. here is the coding:
Code:
<div class="featuredtop">
<div id="featured">
<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true
});
}
window.addEvent('domready',startGallery);
</script>
<style type="text/css">
.jdGallery .slideInfoZone
{
height: 73px;
}
</style>
<div id="myGallery">
<div class="imageElement">
<h2>Sectional Sofa Set F7615</h2>
F7615 Chocolate Sectional Sofa Set
Chaise: 84" x 34" x 36"H
3-seat sofa: 78" x 34" x 36"H
Cocktail Ottoman 38" x 26" x 20"H </p>
</div>
</div>
</div>
Here is the URL to view the page:
http://www.looprunners.com/
Do you see anything wrong from this? Thanks for your help.