Hi,
I'm french and I beg you pardon for my english.
I want to translate this text in french : "1 of .. photos". I changed it in the index file, but it only seems working for the first photo... When I switch the second one, the text appears in english again.
Would you help me please ?
Thank you
e2interactive forums » Sample of (E)2 Photo Gallery
1 of 12 photos in french please ;)
(5 posts)-
Posted 4 months ago #
-
You'll need to open up the e2photo.js file and find line 51:
photonum.innerHTML=(Number(imgindex)+1)+" of "+imggallery.length+" Photos";Change the
ofand thePhotosand save the file.Posted 4 months ago # -
Thx,
Done.
I see another problem : When I click "next", the gap is not realized image by image, the last photo is cut, it does not appear completely. Do you understand ?
How can I correct this problem ?
Furthermore, thumbnails are moved toward the right (a padding to correct ?)
With IE6, the first image is not loaded correctly : "loading" appears constantly and the image is not loaded. Why ? A IE6 Bug ?
MY TRY HERE
Thx for all your work, that's great. And thx for your answersPosted 4 months ago # -
Excuse me but the first problem is resolved. The width of the thumbnails was too large. I made 100x100 thumbnails and it works good now.
For IE6 problem, it's not permanent. Sometimes it works, sometimes not...
But now, I have another question :
I chose the black css style, but I want to change the background color of the body. I thought I just had to change it in the css, but I don't find this property... Am I blind ? lol Or, should I look somewhere else ?
ThxPosted 4 months ago # -
Line 70:
body{background:url(/new/images/mainbg.png);}change it to
body{background:#00000 url(/new/images/mainbg.png);}or change the #000000 to whatever color you want, or change the url to a new image for the background.Posted 4 months ago #
Reply
You must log in to post.
