View Full Version : Blocking sizes.
gavin
Dec-24-2006, 09:16 PM
I am just wondering hwo can i block the "other sizes: S (http://dgrin.com/gallery/1973931/1/100503171/Small) · Medium · L (http://dgrin.com/gallery/1973931/1/100503171/Large) " text under my photos, if i only want them to be viewed in Medium size how can i block this text in all my galleres and just have a caption under each photo?
I know how to add the captions just not how to block the other sizes text.
richW
Dec-24-2006, 09:43 PM
#exifOtherSizes {display: none;} Will hide the image sizes
#imageInfo {display: none;} Will hide the sizes, file#, keywords
gavin
Dec-24-2006, 10:08 PM
#exifOtherSizes {display: none;} Will hide the image sizes
#imageInfo {display: none;} Will hide the sizes, file#, keywords
THANK YOU!!!
how might i center caption under the photo?
EDIT, figures it out used div tags, <div align ="center".> Im glad to see i am thinking and slowly catching on!
gavin
Dec-24-2006, 10:18 PM
I forgot to close a div tag, now i cannot view a image in this gallery
http://www.gjohnstone.com/gallery/1973921/1/100504068
how can i get to edit and close my div tag?
Andy
Dec-25-2006, 04:55 AM
Where is this unclosed div of which you speak? :ear
richW
Dec-25-2006, 08:54 AM
I forgot to close a div tag, now i cannot view a image in this gallery
http://www.gjohnstone.com/gallery/1973921/1/100504068
how can i get to edit and close my div tag? If the open div is in the caption, use the bulk keyword/caption edit in photo tools. Select the image with the bad caption, empty the caption. Use this to center : #caption_bottom {text-align: center;}
gavin
Dec-25-2006, 10:52 AM
If the open div is in the caption, use the bulk keyword/caption edit in photo tools. Select the image with the bad caption, empty the caption. Use this to center : #caption_bottom {text-align: center;}
Andy i delted it lol, and just re added the photo.
savannahga
Dec-25-2006, 03:26 PM
#exifOtherSizes {display: none;} Will hide the image sizes
#imageInfo {display: none;} Will hide the sizes, file#, keywords
I added this to my site & it doesn't work.
richW
Dec-25-2006, 05:08 PM
I added this to my site & it doesn't work. Try: #sizePicker {display: none;}
savannahga
Dec-26-2006, 12:09 AM
Try: #sizePicker {display: none;}
Thanks, that did it.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.