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'm so happy with this add on. Thanks again... Just one more question about the framework. How do I center the Ultimate Fade in slider?
Much appreciated, Lynn![]()
I am looking at the site which is the link in your signature in a post above this:
The div id is hard coding so you have the find the file to control this:
Look for this: master0
- add: margin:auto;
If you cant find the right .php file...
add this to your stylesheet.css
#master0 {margin:auto;}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
Hi All is there a way of increasing the number of images shown. Also it starts off with a blank black image, I've changed it to white but I'd like to do away with it.
GREAT MOD BY THE WAY I WAS SUPRISED A NUMPTY LIKE ME CAN DO IT![]()
What ever your doing remember to KISS ( Keep It Simple Stupid )
I'm hoping to use Glenn Herbert's Ultimate Fade-in Slideshow to create a page that will display either all products or specified category items.
Apparently niestudio is developing a script based on color box to be able to do this, but in the meantime I'm wondering how difficult it would be to populate the two .js files of Slideshow (jscript_fadeshow_setup.php and fadeshow_defines.php) from the products_description and products tables.
So that for example, all products, all specials, etc could be contained within a slideshow.
Any input or insight greatly appreciated.