X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Code for fading pictures in welcome page (https://forum.x-cart.com/showthread.php?t=36533)

antonywalsh 01-04-2008 07:24 PM

Code for fading pictures in welcome page
 
Does any one have some simple code to be about to do a fading slideshow on the main page that I can enter in a static page.

Many thanks

carpeperdiem 01-05-2008 05:34 AM

Re: Code for fading pictures in welcome page
 
I've always liked http://www.jeroenwijering.com/?item=JW_Image_Rotator

antonywalsh 01-05-2008 05:53 AM

Re: Code for fading pictures in welcome page
 
Sorry maybe I did not explain right, I just want a series of 3 or 4 pictures that fade from 1 to another, not a customer controlled slideshow.

Thanks

PhilJ 01-05-2008 06:12 AM

Re: Code for fading pictures in welcome page
 
1 Attachment(s)
Here's one which uses jquery (see attached), can't quite remember where I found it...

PhilJ 01-05-2008 06:40 AM

Re: Code for fading pictures in welcome page
 
Another one - http://medienfreunde.com/lab/innerfade/

balinor 01-05-2008 07:34 AM

Re: Code for fading pictures in welcome page
 
I use this one a lot (the second image is optional):

http://dynamicdrive.com/dynamicindex14/fadeinslideshow.htm

antonywalsh 01-05-2008 08:49 AM

Re: Code for fading pictures in welcome page
 
I hate to ask this and probably know the answer, is it a case of just cut and paste in the code. I have done this and it has come up with error, error, error.

Does this code have to be modified to be able to work? more than just the filenames of the images to be displayed?

antonywalsh 01-05-2008 09:05 AM

Re: Code for fading pictures in welcome page
 
This is the error that I am getting displayed.

Error: Smarty error: [in ./pages/US/welcome.html line 34]: syntax error: unrecognized tag: this.pausecheck=pause this.mouseovercheck=0 this.delay=delay this.degree=10 //initial opacity degree (10%) this.curimageindex=0 this.nextimageindex=1 fadearray[fadearray.length]=this this.slideshowid=fadearray.length-1 this.canvasbase="canvas"+this.slideshowid this.curcanvas=this.canvasbase+"_0" if (typeof displayorder!="undefined") theimages.sort(function() {return 0.5 - Math.random(); (Smarty_Compiler.class.php, line 436) in /home/www/antonywalsh/pinkandcream.com/docs/Smarty-2.6.12/Smarty.class.php on line 1095

balinor 01-06-2008 10:36 AM

Re: Code for fading pictures in welcome page
 
You need to surround JavaScript with {literal} tags, so Smarty doesn't try to read it:

{literal}

JavaScript here

{/literal}

antonywalsh 01-06-2008 01:21 PM

Re: Code for fading pictures in welcome page
 
Ok. And does that mean put {literal} at the beginning and then {/literal} at the end of the whole thing?

Or just in the body part or head part or just where it says <script type="text/javascript">?

Many thanks for your help.


All times are GMT -8. The time now is 03:21 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.