Silver
11-24-2013, 11:03 PM
1) Script Title: :: Ultimate Fade-in slideshow (v2.4)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I have the above script on my website. I added just one line and I broke the thing. I have no idea what I did but here is the code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [953, 389], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://mygiftsite.com/Images-Slideshow/Christmas_2013.jpg", "http://mygiftsite.com/Religious-Figurines-Religious-Statues.htm"],
["http://mygiftsite.com/Images-Slideshow/Cabin-Birdhouse.jpg", "http://mygiftsite.com/Bird-Houses-Victorian-Bird-Houses-Country-Bird-Houses.htm"],
["http://mygiftsite.com/Images-Slideshow/Thanksgiving_2013.jpg", "http://mygiftsite.com/Thanksgiving-Decorations.htm"],
["http://mygiftsite.com/Images-Slideshow/CinnamonCandle.jpg", "http://mygiftsite.com/Scented-Candles-Scented-Jar-Candles.htm"],
["http://mygiftsite.com/Images-Slideshow/CuckooClock.jpg", "http://mygiftsite.com/Cuckoo-Clocks-Black-Forest-Cuckoo-Clocks.htm"],
["http://mygiftsite.com/Images-Slideshow/PalmTree.jpg", "http://mygiftsite.com/Silk-Plants-Silk-Trees-Silk-Flowers.htm"],
["http://mygiftsite.com/Images-Slideshow/Christmas_2013.jpg", "http://mygiftsite.com/Religious-Figurines-Religious-Statues.htm"],
["http://mygiftsite.com/Images-Slideshow/SageBathSet.jpg", "http://mygiftsite.com/Bath-Accessory-Bath-Accessories-Discount-Bath-Accessories01.htm"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:9000, cycles:0, wraparound:false} ,
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "no",
togglerid: ""
})
</script>
I added the Christmas_2013.jpg and the whole thing isn't showing up. I don't get it???
The address of my site is mygiftsite.com
Thanks in advance for correcting my screw up.
Silver
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I have the above script on my website. I added just one line and I broke the thing. I have no idea what I did but here is the code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [953, 389], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://mygiftsite.com/Images-Slideshow/Christmas_2013.jpg", "http://mygiftsite.com/Religious-Figurines-Religious-Statues.htm"],
["http://mygiftsite.com/Images-Slideshow/Cabin-Birdhouse.jpg", "http://mygiftsite.com/Bird-Houses-Victorian-Bird-Houses-Country-Bird-Houses.htm"],
["http://mygiftsite.com/Images-Slideshow/Thanksgiving_2013.jpg", "http://mygiftsite.com/Thanksgiving-Decorations.htm"],
["http://mygiftsite.com/Images-Slideshow/CinnamonCandle.jpg", "http://mygiftsite.com/Scented-Candles-Scented-Jar-Candles.htm"],
["http://mygiftsite.com/Images-Slideshow/CuckooClock.jpg", "http://mygiftsite.com/Cuckoo-Clocks-Black-Forest-Cuckoo-Clocks.htm"],
["http://mygiftsite.com/Images-Slideshow/PalmTree.jpg", "http://mygiftsite.com/Silk-Plants-Silk-Trees-Silk-Flowers.htm"],
["http://mygiftsite.com/Images-Slideshow/Christmas_2013.jpg", "http://mygiftsite.com/Religious-Figurines-Religious-Statues.htm"],
["http://mygiftsite.com/Images-Slideshow/SageBathSet.jpg", "http://mygiftsite.com/Bath-Accessory-Bath-Accessories-Discount-Bath-Accessories01.htm"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:9000, cycles:0, wraparound:false} ,
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "no",
togglerid: ""
})
</script>
I added the Christmas_2013.jpg and the whole thing isn't showing up. I don't get it???
The address of my site is mygiftsite.com
Thanks in advance for correcting my screw up.
Silver