Pages (5):    1 2 3 4 5   
Member
Member
thinkdreams   18-06-2006, 19:22
#21

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.

Member
Member
Daxeno   18-06-2006, 23:00
#22

Does anyone know how to add borders on the Random images? at least 5px.? :(

Member
Member
thinkdreams   18-06-2006, 23:09
#23

Dax-

You should be able to style that just like anything else. This call:

Member
Member
Skwid   18-06-2006, 23:22
#24

Hum there are some syntax problems in your line of code. Plus the center tag is deprecated.

This is what I have:

Member
Member
Daxeno   19-06-2006, 08:52
#25

It is not working. :(

Member
Member
Daxeno   19-06-2006, 08:56
#26

everytym i add the id... it says T_String error.

Member
Member
QuickNick   19-06-2006, 15:13
#27

Thinkdream, it works!!!!!! I am gonna kneel down towards Florida for several times today. Tell me where to send the "Bratwurst" and the Photobook from Hamburg...

Member
Member
Daxeno   19-06-2006, 17:41
#28

i Know which line to add it. but everytime i add the line id="random", it gives me a string error.

Member
Member
Daxeno   19-06-2006, 18:04
#29

i get this error when i tried placing a border on the random photos

Parse error: parse error, unexpected T_STRING in /home/dakseno/public_html/gallery/themes/stopdesign/index.php on line 90

Member
Member
Daxeno   19-06-2006, 18:12
#30

Anyways.. ive fixed it. :D

TYVM.

Member
Member
thinkdreams   19-06-2006, 18:18
#31

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.

Member
Member
thinkdreams   19-06-2006, 18:20
#32

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.

Member
Member
QuickNick   19-06-2006, 20:42
#33

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.

Member
Member
Skwid   19-06-2006, 21:45
#34

Yeah ... The slideshow appears just like a page of thumbnails, only displayed differently .. I need to fix that.

Member
Member
Daxeno   19-06-2006, 23:30
#35

Yes i've got it working. But i think it would be better to put the thumbnails on the random photos instead of the full photo. im still trying to figure this out. does anyone know how to do this?

Member
Member
Skwid   20-06-2006, 00:46
#36

That's what i have on my page. Check pics.lostocean.net

That's what should be in the theme also ..

Member
Member
geleg2006   20-06-2006, 03:18
#37

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

Member
Member
lilin   22-06-2006, 16:02
#38

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 ?

Member
Member
thinkdreams   22-06-2006, 17:08
#39

Lilin-

What seems to be the trouble with EXIF in IE?

Thinkdreams.

Member
Member
lilin   22-06-2006, 18:33
#40

exif info are displayed under the picture ( http://tonyvieira.info/exifbug.JPG ).

This can be fixed in photo.css replacing #desc elements by

desc {


float:right;
width:50%;
margin-left:-250px;
padding-top:120px;
font-size:85%;
line-height:1.6em;

}

desc h1 {


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;
}

desc>h1 {


}

desc p {


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;

}

desc>p {


}

desc div {


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;

}

desc>div {



}


)


Pages (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.