Log in

View Full Version : css gallery



bartallo
07-05-2010, 08:05 PM
Hi there, I want to use the gallery on my website but the site opens in fotoboek nothing else but vertical stripes. It seems that the browser don't find the pictures. in localhost it works fine, what is my fault?
I copied the code from the site and entered it in my site but nothing works.
please help
You can look on www.bartallo.nl/fotoboek/fotoboek.php
The title from the thumbnails is shown well. This title is a php var placed in an other file in an other directory : opmaak/lang/de.php
thanks for help
bartallo

azoomer
07-06-2010, 12:07 AM
The paths to the images are not working. Did you upload the images to the server ?. If yes, then you need to change the paths so they point to the pictures

bartallo
07-06-2010, 08:03 AM
Hi azoomer,
thanks for your reaction.
the paths are looking the same as they are on my localhost. I uploaded the directory as is and on my provider I have to use localhost eather. So I assumed that the path is not the problem. I even changed the path from the scr from one picture in: http://www.bartallo.nl/fotoboek/images/thumbnails/tn_IMG_1029.JPG and I got nothing. So I don't know what to do further
bartallo

bartallo
07-06-2010, 08:48 AM
Hi azoomer,
Edit
I tested in IE and I could see the browser downloaded the pictures out of the right directories, but don't show them
bartallo

azoomer
07-07-2010, 10:44 AM
It looks like it is still a question of getting the paths right. If i change the first image url to
images/thumbnails/tn_IMG_1029.JPG a picture appears in the browser at the right place.
You could try to rename all the pictures and the paths to something really simple like
1.jpg , 2.jpg etc then there shouldn't be that much room for error.

bartallo
07-07-2010, 01:12 PM
Hi azoomer,
Thanks to you I found my mistake: The providers website is operated by Linux and my testsite is operated by Windows Vista. So linux is case sensitive and windows is not. I renamed the pictures what was your suggestion and I saw the fault. Thanks again for your patience.