elle34
03-15-2011, 11:44 AM
1) Script Title: Ultimate Fade in Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow_dev.htm
3) Describe problem: Please help:confused:
I installed this DD script 4 - 5 years ago on my website. Anytime the images stopped working in safari or firefox I would head back to DD and update some code. Now it's been a while and the pics dont show up in any browsers.
My problem is this. The previous versions of the script was so much more straightforward and I'm having trouble transitioning everything appropriately and it keeps messing up my site. This should be a simple fix so it is frustrating me, because the code looks similar, but the image listing formats are less intuitive, and it was unnecessary to change these elements in name only.
I want all the same settings, none of the additional features that were added. I just want it to show up in current browsers. Please help me.
here is what I had in various places, which used to work...
<script type="text/javascript">
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["(CGIVAR)images_path(/CGIVAR)/site/clouddog211.jpg","",""]
fadeimages[1]=["(CGIVAR)images_path(/CGIVAR)/site/splash.jpg", "http://www.roversallover.com/store/new.html",""]
fadeimages[2]=["(CGIVAR)images_path(/CGIVAR)/site/splash_hardy.jpg", "http://www.roversallover.com/store/cat/ed_hardy_dog.html",""]
fadeimages[3]=["(CGIVAR)images_path(/CGIVAR)/site/clouddog211.jpg","",""]
fadeimages[4]=["(CGIVAR)images_path(/CGIVAR)/site/redhydrant211.jpg", "http://www.roversallover.com/store/cat/accessories.html",""]
fadeimages[5]=["(CGIVAR)images_path(/CGIVAR)/site/splash_hardy.jpg", "http://www.roversallover.com/store/cat/ed_hardy_dog.html",""]
var fadeimages2=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages2[0]=["(CGIVAR)images_path(/CGIVAR)/site/rover_forum8.jpg", "http://www.roversallover.com/store/forum",""]
fadeimages2[1]=["(CGIVAR)images_path(/CGIVAR)/site/Grass_shiping75.jpg","http://www.roversallover.com/store/splash.html",""]
fadeimages2[2]=["(CGIVAR)images_path(/CGIVAR)/site/Grass_shiping7flat4.jpg","http://www.roversallover.com/store/specials.html",""]
var fadebgcolor="white"
////NO need to edit dynamic script beyond here/////////////
And the places that recall the slideshows:
ex. SLIDESHOW2:
<tr>
<td width="180" height="196"><script type="text/javascript">
//new fadeshow(fadeimages2, slideshow_width="180", slideshow_height="196", borderwidth=0, delay="10000", pause="1")
new fadeshow(fadeimages2, 180, 196, 0, 8000, 1)
new fadeshow(fadeimages21, 180, 196, 0, 8000, 1)
new fadeshow(fadeimages22, 180, 196, 0, 8000, 1)
new fadeshow(fadeimages23, 180, 196, 0, 8000, 1)
</script> </a></td>
</tr>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow_dev.htm
3) Describe problem: Please help:confused:
I installed this DD script 4 - 5 years ago on my website. Anytime the images stopped working in safari or firefox I would head back to DD and update some code. Now it's been a while and the pics dont show up in any browsers.
My problem is this. The previous versions of the script was so much more straightforward and I'm having trouble transitioning everything appropriately and it keeps messing up my site. This should be a simple fix so it is frustrating me, because the code looks similar, but the image listing formats are less intuitive, and it was unnecessary to change these elements in name only.
I want all the same settings, none of the additional features that were added. I just want it to show up in current browsers. Please help me.
here is what I had in various places, which used to work...
<script type="text/javascript">
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["(CGIVAR)images_path(/CGIVAR)/site/clouddog211.jpg","",""]
fadeimages[1]=["(CGIVAR)images_path(/CGIVAR)/site/splash.jpg", "http://www.roversallover.com/store/new.html",""]
fadeimages[2]=["(CGIVAR)images_path(/CGIVAR)/site/splash_hardy.jpg", "http://www.roversallover.com/store/cat/ed_hardy_dog.html",""]
fadeimages[3]=["(CGIVAR)images_path(/CGIVAR)/site/clouddog211.jpg","",""]
fadeimages[4]=["(CGIVAR)images_path(/CGIVAR)/site/redhydrant211.jpg", "http://www.roversallover.com/store/cat/accessories.html",""]
fadeimages[5]=["(CGIVAR)images_path(/CGIVAR)/site/splash_hardy.jpg", "http://www.roversallover.com/store/cat/ed_hardy_dog.html",""]
var fadeimages2=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages2[0]=["(CGIVAR)images_path(/CGIVAR)/site/rover_forum8.jpg", "http://www.roversallover.com/store/forum",""]
fadeimages2[1]=["(CGIVAR)images_path(/CGIVAR)/site/Grass_shiping75.jpg","http://www.roversallover.com/store/splash.html",""]
fadeimages2[2]=["(CGIVAR)images_path(/CGIVAR)/site/Grass_shiping7flat4.jpg","http://www.roversallover.com/store/specials.html",""]
var fadebgcolor="white"
////NO need to edit dynamic script beyond here/////////////
And the places that recall the slideshows:
ex. SLIDESHOW2:
<tr>
<td width="180" height="196"><script type="text/javascript">
//new fadeshow(fadeimages2, slideshow_width="180", slideshow_height="196", borderwidth=0, delay="10000", pause="1")
new fadeshow(fadeimages2, 180, 196, 0, 8000, 1)
new fadeshow(fadeimages21, 180, 196, 0, 8000, 1)
new fadeshow(fadeimages22, 180, 196, 0, 8000, 1)
new fadeshow(fadeimages23, 180, 196, 0, 8000, 1)
</script> </a></td>
</tr>