Hi All,
I downloaded Ultimate Fade In slideshow......but it is not working at all for me in Zencart 1.5. I'm new here, and hoping someone can help. I'm also using IE9. I followed the install instructions exactly, yet no joy. Any help greatly appreciated. I have 2 images that are uploaded in the correct images folder and put those into the text below. I'm really looking to have images fade in the center of my home page, and not so much in the header.
jscript_fade.js file
ar fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["images/imageone.jpg", "", ""] //plain image syntax
fadeimages[1]=["images/imagetwo.jpg", "", ""] //plain image syntax
fadeimages[2]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
fadeimages[3]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
fadeimages[4]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
fadeimages[5]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
var fadebgcolor="black"
I uploaded the tpl_header.php (below) to my folder........ includes/templates/YOUR_TEMPLATE/common
<script type="text/javascript" src="fade.js"></script>
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 600, 340, 0, 3000, 0 )
</script>
Thanks
OI