I figured that there are too many of these out there all with different information so this should help.
So if you have any questions please post them here.
To download click below:
Ultimate Fade-In Slidehow
Hope this helps.
I figured that there are too many of these out there all with different information so this should help.
So if you have any questions please post them here.
To download click below:
Ultimate Fade-In Slidehow
Hope this helps.
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
Great idea, putting this into Zen Cart-ready form with ZC-specific instructions. But I note that the mod description says v2.4, while the actual js file is v1.5.1. The current slideshow files, preparation and installation are very different from this version.
Sorry about that. I took the information directly from the creator. I will update and resubmit
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
Hi There,
I've tried installing this variation (in installation) versus Franks #5. i've been having a bear of a time to put it mildly. The instructions indicate that
<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>
needs to be placed in tpl_header.php but I'd like this in the main body of the home page. Do I insert this into html_header.php? Or elsewhere? Also as you can see I currently have the code in tpl_header.php and the site is showing the space for the fade slide but there is no slide. I have:
1. uploaded jscript_fade.js into my_template/jscript folder. I've also uploaded images into the my_template/images folder. I've renamed the images in the jscript as well. All help would be greatly greatly appreciated.
Lynn
All_Business template
http://visitmonolake.org/zencart/
Yeah I got it working. I realized that images go in zencart/images/ folder not my template folder. And I put the <script code from above into define main page as is and voila! Yes. thank you for putting this install together. The other means of installing it didn't work. Thanks again~!![]()
NP.... Glad you got it working.
I was going to suggest the locations of everything because i had that issue before! :)
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
I have installed ultimate_fadein_slidehow_v2-4 today. Taken me ages but I now have it working in Firefox and IE8 but not in IE9. It aligns the images over to the right.
I didnt add this scrip (below) to tpl_header.php as advised as I wanted it in my main page. Instead I added it to define_main_page.php
<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, 480, 386, 0, 3000, 0 )
</script>
I then wanted to center align it so added <center> to begining and </center> to end as below
<script type="text/javascript" src="fade.js"></script>
<center><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 480, 386, 0, 3000, 0 )
</script></center>
Can anyone help identify the problem with the images not aligning in the center in IE9 please?
http://www.towerhousedolls.co.uk/demo/
Last edited by Pookiehair; 24 Oct 2011 at 07:11 PM. Reason: made a mistake
Hello All,
Im just adding the slideshow to my site now, and wish to add links from each of the images, to another URL.
So the first image shows and I want customers to be able click on the image, which takes them to a new URL.
Can somebody please advise what I need to add here please
![]()
Hi Does anyone know if this works with v1.5.0
Bookmarks