If absolutely nothing is showing up, it's probably because the required file fadeslideshow.js is missing. Put it in the same folder as the page. If you don't have a copy, get one from the demo page.
However, here (see highlighted and red):
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [750, 450], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://www.ttcollectiblegifts.com/shanmu_bowls_cover.jpg", "", "http://www.ttcollectiblegifts.com/shanmu.html", ""],
["http://www.ttcollectiblegifts.com/cottage_garden_cover.jpg", "", "http://www.ttcollectiblegifts.com/cottagegarden.html", ""],
["http://www.ttcollectiblegifts.com/baby_gifts_cover.jpg"],
["", "http://www.ttcollectiblegifts.com/baby.html", "", ""] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false, randomize:true},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 1500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
there's no image specified. That should only result in a blank spot or broken image token in the place of one of the slides.
If fadeslideshow.js really is missing, fix that first.
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks