Well, Nick, don't give up. Between Skwid and I, we'll get to the bottom of your issue. You might try the reverse of the dorectory advice, and add "../../" to the preceding statement, since you are two directories below your root using zenphoto. See what you get then.
Dax-
You should be able to style that just like anything else. This call:
dax-
That error you got (i know you already fixed it) usually means a syntax error. I usually find i'm missing a quote or ; somewhere in the code.
And thanks for the update Skwid on the syntax of my lines. I'm never sure about that old netscape tag.
quicknick.
glad you got it working. actually if you're sending bratwurst, split it up and send one to canada for Skwid (provided he's not a veggie kind of guy)
(Only kidding, no gifts necessary - i'm just glad you got it working and enjoy it.)
Thinkdreams.
Ok, does me well. Saves postage ;o)
Since the slideshow tends to freak out sometime, i set the duration in the slideshow.js to 2.0 sec..
(line 127 new Effect.Appear(this.photo, {duration: 2.0, queue: 'end',
That works well.
One more bug: When i split an album up in several parts, the slideshow only plays the first one. Even when i look at part 3, it plays part 1 when i choose the slideshow. I now put 97 images on one page, doesn´t look very neat.
P.S. I translated a lot of the theme into german.
I did a new install and then just activated the theme, but this is the error message I get ... any ideas?
Fatal error: Call to undefined function: printcustomalbumthumbimage() in /home/bon2005/public_html/klaimandesigns/gallery/themes/thinkdream/index.php on line 28
Many thanks
This theme is terrible :)
but reflexion.js has a bug in IE : albums thumbs are not clickable when reflexion works.
There is a simple way to fix that : in index.php, add this line to the album img tag :
onclick="document.location.href='';" style="cursor: pointer;"
Does anyone fixed the exif display in IE ?
Lilin-
What seems to be the trouble with EXIF in IE?
Thinkdreams.
exif info are displayed under the picture ( http://tonyvieira.info/exifbug.JPG ).
This can be fixed in photo.css replacing #desc elements by
float:right;
width:50%;
margin-left:-250px;
padding-top:120px;
font-size:85%;
line-height:1.6em;
}
max-width:30em;
margin:0;
padding:10px 15px 5px 265px;
border-width:0;
font:bold 100% Verdana,Sans-serif;
line-height:1.6em;
letter-spacing:0;
text-transform:none;
text-align:left;
}
}
max-width:30em;
margin:0;
margin-left: 260px;
padding:3px;
border-width:0;
line-height:1.6em;
letter-spacing:0;
text-transform:none;
text-align:left;
}
}
max-width:30em;
margin:0;
margin-left: 260px;
padding:3px;
border-width:0;
line-height:1.6em;
letter-spacing:0;
text-transform:none;
text-align:left;
}
)