Displaying first 25 comments.
| 1. Posted By: WayNerd1 - wgrebe@handcrafthomes.net - April 16, 2009, 11:07 am |
I tried your coolslide program. I'm having trouble with it though. I am running it in test mode and it shows the "LOADING" progress bar and then the var details of each slide, but the slide itself does not display. Any thoughts?
Thanks!
Slideshow_04.jpg
Slideshow_05.jpg
Slideshow_06.jpg
Slideshow_07.jpg
Slideshow_08.jpg
Slideshow_09.jpg
Slideshow_10.jpg
Slideshow_11.jpg
Slideshow_12.jpg
Slideshow_13.jpg
Slideshow_14.jpg
Slideshow_15.jpg
|
| 2. Posted By: bobbel - - May 18, 2009, 3:34 am |
Hi,
I downloaded and run your php-version but the pan effect does not work. The picture should move from right to left with pan(left), shouldn't it?
Regards,
bobbel
|
| 3. Posted By: shirl - - May 19, 2009, 8:23 pm |
hi, i also have no luck in getting the javascript to work
just the loading line then nothing..
please help
|
| 4. Posted By: Jeff - - May 27, 2009, 5:25 pm |
I would need to see examples of you web pages in order to diagnose the problems. One person did send me an example and the problem was that they put coolslide.js in a js folder and called it from there. This will not work because then coolslide.js will think that the images are in the js folder or a subfolder of js. You should keep coolslide.js in your main folder along with the HTML document that calls it.
|
| 5. Posted By: jb - - June 26, 2009, 6:04 am |
works great thanks!
question, if i wanted to modify the acceptable photo sizes how would I do that?
thanks,
jb
|
| 6. Posted By: Jeff - - June 30, 2009, 6:36 pm |
Hi Jb. Open coolslide.js or pwaslide.js (depending on which edition you are using and edit the line that looks like:
var photosize = 512; // width to show photos at
Jeff
|
| 7. Posted By: whisperinghill - - July 16, 2009, 8:50 am |
I just tried the PHP version and love it. Though I tried adding two (2) slide shows to a single page one called chislide.php and the other called yorkslide.php and added the java script with the correct .php. But it only wants to display one slide show, interesting.
Also, is there a way to add a hyperlink to the slide show?
|
| 8. Posted By: TJ - - July 19, 2009, 11:25 am |
This code works great, except that every 3 or 6th image is seen as invisible. I'm trying to have a simple slideshow play images.. no effects, just transitions. I commented out the loading bar section as it was getting hung up on it.
Can you help?
This is the link:
regenhouse.com/index.html
and your altered code is here:
regenhouse.com/coolslide.js
Thanks!
|
| 9. Posted By: Jeff - - July 22, 2009, 12:56 pm |
Hi whisperinghill,
Yes, I doubt that two slideshows would work because the function names would be the same, so it wouldn't know what it was dealing with. Do you mean a link by clicking on the slideshow or in a comment for a photo?
I tried putting an anchor tag around the script like this:
<A href="www.google.com">
</A>
But all that did was make the caption box into a link that went to google.com. So you would have to edit the script and you could put a onClick="location.href=' statement for the pictureholder div. The line to change in the phpslide.php version would be line 1325 or line 1225 in the coolslide.js. It currently looks like:
document.write('<div id="pictureholder" class="pictureholder"'+
Change to:
document.write('<div onClick="location.href=\'http://www.google.com\'" id="pictureholder" class="pictureholder"'+
Jeff
|
| 10. Posted By: Jeff - - July 22, 2009, 1:05 pm |
Hi TJ,
I went to the website but I did not see any slideshow. I took a look at the coolslide.js file you edited and there is one line that you should change:
var trans_amount = 1000; // amount of steps for transitions
1000 is way to large for the amount of steps for transitions. Especially if you are switching photos every 5 seconds. I would put the transition steps down to 20.
Jeff
http://www.seabreezecomputers.com
|
| 11. Posted By: whisperinghill - - August 16, 2009, 11:49 am |
Evertime I tried to allow the exif comments to be placed in the caption block I get a error.
If I place "$get_exif = 0" then no error, but also no captions in the block
These are obviously key to the comments being displayed.
$get_exif = 1; // 0 = Do not load exif description data from jpg's; 1 = load exif descriptions from jpg's
$display_caption = 1; // 0 = No caption; 1 = Display efix jpg Description below photo
What am I messing up?
Thanks
Bud
|
| 12. Posted By: Jeff - - August 16, 2009, 4:06 pm |
Hi Bud. Sorry about that. Your PHP was probably not compiled with Exif enabled. Please see the information at:
www.seabreezecomputers.com/gallery/?cat=5&item=2
Jeff
www.seabreezecomputers.com
|
| 13. Posted By: Chihiro Uchida - - September 4, 2009, 11:12 am |
Hi,
Thank for the nice script!
Although, it is working not for me.
Oh, it works in the Firefox, but only some problem in Internet Explorer.
OK, here is report:
I use small pictures, 300px X 150px.
And I use "Crossfade" and no effects.
And "Quality" is 70
Everytime, new picture appear with crossfade is fine.
But there is a flashing of old picture for one ms.
I try change "Flicker" value from 500, 600 to 1000 and even 3000.
It is the same always, there is flash of old picture when new picture appear.
This only happen in Internet Explorer, in the Firefox it work great.
Please help.
Thank!
|
| 14. Posted By: Jeff - - September 5, 2009, 11:13 pm |
Hi Chihiro Uchida. Sorry I can't help you with the flickering problem without a link to the site where you have the script running.
|
| 15. Posted By: Michael - - December 20, 2009, 10:04 pm |
Hi, Jeff,
Just want to say thanks for the script.
Michael
|
| 16. Posted By: Fern - - December 27, 2009, 8:47 pm |
HI Jeff,
I used your script for PWA content on my site and it works great on regular browsers. On the iphone, it seem like it gets stuck on the first transition and it just loops that one. Feel free to look if you wish: http://www.traceyandfernando.com
thanks!
Fern
|
| 17. Posted By: Alex - - January 28, 2010, 7:57 pm |
It loads a little slow eventhough I am using the php version but it could just be the size and resolution of my >40 images.
But I want to tell you thanks and amazing work. People like you make the web it is.
|
| 18. Posted By: Jeff - - February 7, 2010, 12:50 pm |
Hi Fern,
The slideshow script does usually work on the iphone. I'm kind of grasping at straws here, cause I looked at your code and it seems like it should work. But there are couple of things you could try:
1. In your HTML file on line 11 you have . But then you never close the div, instead on line 18 you close a center tag, but the center tag was never created. So you might try changing line 11 to just or you might try changing line 18 to
2. I also noticed that the album you are loading must not be public, because it doesn't show up under your fcorrado account on PWA. And you are using an authkey to access it in the slideshow script. I would recommend trying to load a different album that is set to public and see if iPhone can display it.
Jeff
www.seabreezecomputers.com
|
| 19. Posted By: Jeff - - February 7, 2010, 12:53 pm |
Hi Alex,
I'm glad you found it useful. I am sorry it is loading slow. As you say, it may be the size of the images. For the web it is usually good practice to resize images to 800x600 at the very largest. Some slideshows only display images at 640x480.
The script loads 5 images in the background before displaying. I found this to be the best strategy for displaying the images for about 5 seconds. However, if you are displaying the images for a longer period of time you might be able to change the amount of images it loads before displaying them. You can easily do this in a function called init_show()
If you are using the php version on line 317 of the script you will see:
for (i = 0; i < pictures.length && i < 5; i++)
Change the 5 to another number like 3 if you would like to only cache about 3 images before it displays the first one.
Jeff
www.seabreezecomputers.com
|
| 20. Posted By: thom - - March 7, 2010, 7:53 pm |
hi. I've tried to use the PHP solution and am having difficulties.
www.bayvalleycc.org/indextest2.html called phpslide.php exactly as you stated to but the three pictures in my directory do not display.
If you could review and let me know what's going on, I'd really appreciate it. I've tried a few php solutions and none seem to work :( php does work on the server as i've been able to send back text with a test php script.
|
| 21. Posted By: Jeff - - March 10, 2010, 5:09 pm |
A couple of things.
1. Where are your pictures at? For some reason you are calling the script with:
src="announcements/phpslide.php"
so that means on line 17 of the script, where it is asking for the folder for the images, it will
look in announcements and then that folder. Such as "accouncements/images". So what
are you specifing in line 17? If your images are in www.bayvalleycc.org/images then
you should put phpslide.php in the root www folder on the server.
2. Change line 50 back to:
$cur_pic = 0;
or you can put 1 or 2. This is a number here not a filename.
Jeff
www.seabreezecomputers.com
|