![]() |
|
Slideshow displaying on a web page? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Slideshow displaying on a web page? (/thread-2903.html) |
Slideshow displaying on a web page? - vidisad - 2008-05-18 Is it possible to have the slideshow plugin displaying thumbnails of images on a web page on the same server? Slideshow displaying on a web page? - acrylian - 2008-05-18 No, the slideshow does not display thumbnails. I would suggest you use the http://www.malsup.com/jquery/cycle/ directly for that. Slideshow displaying on a web page? - luv - 2008-05-28 This seems inapproriate but do you have any simple guide on that plugin? I visited http://www.malsup.com/jquery/cycle/, downloaded jquery and that plugin but it's not working. I can see all the 5 pictures in one page but it's not rotating. That guy made a really nice plugin but that installation guide is awful for newbies. I'm new to this jquery and ajax thing. Thank you. Slideshow displaying on a web page? - acrylian - 2008-05-28 All I know I have from there (well, usage of JQuery/Ajax is indeed not for newbies...:-))) It actuall not really hard, you basically need to include jQuery and the cycle plugin in the head of your php/html file. Then follow the example code here: http://www.malsup.com/jquery/cycle/begin.html (Maybe take a look at the source code of those example, too) Slideshow displaying on a web page? - luv - 2008-05-29 I actually viewed the source code of that site and visited jQuery site too. My problem is actually passing the parameter to get it working. There's no concrete (step-by-step) example for noobs. Luckily I saw this SmoothGallery using mootools at smoothgallery.jondesign.net. This works for me and at some point better it's than jQuery Cycle plugin. I will certainly work on jQuery on other project even though I find it hard at this point in time. Thank you for your time. Slideshow displaying on a web page? - acrylian - 2008-05-29 Maybe you could look at the slideshow plugin. It's not that hard, even for me who is not an ajax expert...:-) |