-
1 Attachment(s)
slideshow issues
I used a slideshow from another site, and go figure, their forum isn't even accessible. So I figured, I'd ask you guys, since there never seems to be an issue that isn't able to be fixed.:D
For some reason, the filmstrip won't slide and the pictures won't load. The pictures are referenced correctly, however the gallery itself is too large to include in the zip file. Hopefully, this is enough information to help solve this one. Can someone tell me what I missed? Thank you so much for your help in advance.
-
It looks like the pictures need to be in a folder named images located in the same directory as the wildlife.html page. When I created that folder and placed the images inside I got it to work, or, at least got it to show the images.
-
I thought that might be the case, but i wasn't sure. I tend to organize my images better, but I suppose I'll have to be more lax with this particular one. Thanks so much for your help!!!:)
-
1 Attachment(s)
Well, I got home and tried what you had suggested, and am still getting the same errors. I put the images in the images folder, but am still getting the same result. I included the changes made. This is getting a bit frustrating. I very much appreciate all help!!!
-
1 Attachment(s)
First, you had an incomplete DTD. Change this part in your markups:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
to:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Secondly, you are calling an image in the images folder, which is not in your file...and I"m uncertain about how your folder (in reality) is layed out.
See attachments.
Up the rest of your images (wildlife_01.jpg to wildlife_09.jpg)..and more.
P.S., you had a quite a number of deprecated attributes :(
Hope that helps.
-
1 Attachment(s)
Thanks for the reply. The images folder was too large to attach, however the images are referenced accurately. As for the DTD, I tried it both ways, and saw no difference. I'm going to attach the original version of this page (the example that came with the script). Maybe that'll help. Again, thank you.
-
Could you zip in your file (complete), the ones having all the images. I'll whip it in the right place for you.
-
3 Attachment(s)
Here you go. It'll have to be in pieces. I'll post the rest in a sec.
-
3 Attachment(s)
-
3 Attachment(s)
-
I've got all your images in. Could you provide a link to where you get this script?..
-
-
-
The error is because you missed this div:
Code:
<div id="largeImageCaption">This is the caption of image number 1</div>
This part in your markups also throws an error:
Code:
onLoad="MM_preloadImages('./images/home1.jpg','./images/home2.jpg','./images/bio1.jpg','./images/bio2.jpg','./images/services1.jpg','./images/services2.jpg','./images/people1.jpg','./images/people2.jpg','./images/places1.jpg','./images/places2.jpg','./images/wildlife1.jpg','./images/wildlife2.jpg','./images/objects1.jpg','./images/objects2.jpg','./images/events1.jpg','./images/events2.jpg','./images/contact1.jpg','./images/contact2.jpg')"
...I've removed this in your markups and added this in image-slideshow.js so that it works together with your gallery's onload.
You also don't have a div for your large image's caption, and maybe you don't need it, but for future references, I just added it to your markups.
Due to a huge number of images which makes this difficult to zip, I'll just send it to you via email as to the address you've given via PM.
Hope this helps.