1) Script Title: Ultimate Fade-in slideshow (v2.4)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem:
Hi,
I have recently installed the above script and it seems to work very well most of the time but sometimes when the site loads the following line of code just vanishes which produces an error:
I have not changed anything prior to this happening and if I enter the code again it works fine for a while but then vanishes again.Code:<div id="fadeshow1"></div>
I am using Open Realty and this is the full code I have on my main page for the fadeinslideshow:
Could this be a little bug or something that I would need to talk to the Open Realty creators about.Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script type="text/javascript" src="http://www.mspvillaservices.com/images/banner/fadeslideshow.js"> /*********************************************** * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/ </script><script type="text/javascript"> var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [600, 133], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["http://www.mspvillaservices.com/images/banner/spanish_sun_holidays_msp_01.jpg", "http://www.spanishsunholidays.com", "_new"], ["http://www.mspvillaservices.com/images/banner/spanish_sun_holidays_msp_02.jpg", "http://www.spanishsunholidays.com", "_new"], ["http://www.mspvillaservices.com/images/banner/spanish_sun_holidays_msp_03.jpg", "http://www.spanishsunholidays.com", "_new"], ["http://www.mspvillaservices.com/images/banner/spanish_sun_holidays_msp_04.jpg", "http://www.spanishsunholidays.com", "_new"] //<--no trailing comma after very last image element! ], displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 500, //transition duration (milliseconds) descreveal: "ondemand", togglerid: "" }) </script></p> <div id="fadeshow1"></div>
Cheers



Reply With Quote


Bookmarks