PDA

View Full Version : Captions....


alli_k
Mar-15-2009, 05:48 AM
hi everyone,

ive got maybe the last question (hopefully)

i am using the traditional style for my galleries (www.allisonkwesell.smugmug.com) -- when it shows the thumbs of the gallery

ex: http://allisonkwesell.smugmug.com/gallery/7599971_rzamu

part of the caption appears under the thumb. but no caption appears under the image at whole size.

i don't want anything to show under the thumb, but i want the caption to appear under the full-size image.

how can i do this?

any ideas?
thanks for all of your help!!

alli

Andy
Mar-15-2009, 05:57 AM
OK please, don't PM *and* post - it's extra double work ( I already had a reply made and then saw this)...

Thanks!

Your answer:

please remove this from your customizing CSS box :)

Thanks Alli.

alli_k
Mar-15-2009, 12:20 PM
OK please, don't PM *and* post - it's extra double work ( I already had a reply made and then saw this)...

Thanks!

Your answer:

please remove this from your customizing CSS box :)

Thanks Alli.

Andy, I'm sorry for the double message. Remove what from my CSS box?
Sorry, I'm really sort of clueless.
Thanks,
Alli

alli_k
Mar-15-2009, 04:32 PM
hi everyone,

ive got maybe the last question (hopefully)

i am using the traditional style for my galleries (www.allisonkwesell.smugmug.com (http://www.allisonkwesell.smugmug.com/)) -- when it shows the thumbs of the gallery

ex: http://allisonkwesell.smugmug.com/gallery/7599971_rzamu

part of the caption appears under the thumb. but no caption appears under the image at whole size.

i don't want anything to show under the thumb, but i want the caption to appear under the full-size image.

how can i do this?

any ideas?
thanks for all of your help!!

alli

Allen
Mar-15-2009, 06:22 PM
hi everyone,

ive got maybe the last question (hopefully)

i am using the traditional style for my galleries (www.allisonkwesell.smugmug.com (http://www.allisonkwesell.smugmug.com/)) -- when it shows the thumbs of the gallery

ex: http://allisonkwesell.smugmug.com/gallery/7599971_rzamu

part of the caption appears under the thumb. but no caption appears under the image at whole size.

i don't want anything to show under the thumb, but i want the caption to appear under the full-size image.

how can i do this?

any ideas?
thanks for all of your help!!

alli
Add this to CSS for that gallery

.gallery_7599971 #traditional .caption {display: none;}

or add this to get all these type galleries.

#traditional .caption {display: none;}

alli_k
Mar-15-2009, 07:11 PM
Add this to CSS for that gallery

.gallery_7599971 #traditional .caption {display: none;}

or add this to get all these type galleries.

#traditional .caption {display: none;}

Cool -- last thing, the caption is under the full-size image, but it is very light. i think this is because i originally set up my site as a black background. is there a way to change the caption text to be black?

thank you,

alli

Allen
Mar-15-2009, 07:13 PM
Cool -- last thing, the caption is under the full-size image, but it is very light. i think this is because i originally set up my site as a black background. is there a way to change the caption text to be black?

thank you,

alli
Change the color in this existing rule in your CSS.

#caption_bottom, #caption_top {
color: #f3f3f3;
font-weight: normal;
}

alli_k
Mar-16-2009, 04:13 AM
cool,

thank you so much for all of your help!

alli:ivar