BradWilliamson 661 Share Posted February 9, 2013 (edited) In regards to Gallery Blocks: Images contained within Slideshow Gallery Blocks can have an image’s Title be made visible. …But Slider, Stacked and Grid Galleries cannot. Does anyone know how to code Gallery Blocks so an image’s Title will appear with pics contained in these other Gallery-types? Thanks! Edited April 12, 2015 by BradWilliamson Tidy EverydayDigitals, Glenno, rohagan and 6 others 9 Virtual Biographer and Founder of "The Virtual Biographers™ - Producers of Celebrity Lifecasts" @Brad_Williamson Link to post
0 BradWilliamson 661 Author Share Posted April 22, 2013 Hey, Junkyard! Thanks for this! Would you mind including a link to an example you've applied this to? Thanks, again! Virtual Biographer and Founder of "The Virtual Biographers™ - Producers of Celebrity Lifecasts" @Brad_Williamson Link to post
0 BradWilliamson 661 Author Share Posted April 22, 2013 P.S. What coding needs to precede... .meta { display:block !important; } ...in order for it to specifically apply to various Gallery-types? Virtual Biographer and Founder of "The Virtual Biographers™ - Producers of Celebrity Lifecasts" @Brad_Williamson Link to post
1 Junkyard Sam 0 Share Posted April 22, 2013 (edited) To display Image Title & Description beneath each image in a stacked gallery, add this to your Custom CSS Editor: .meta { display: block !important } You need to have the image title/description added for the image, obviously, for it to display. I suggest adding ~5 pixels of padding above and ~10 pixels below, for a better look. Tested in the Beatrice template, but should work in other stacked galleries (but not Index galleries). Edited April 22, 2013 by Junkyard Sam Link to post
0 BradWilliamson 661 Author Share Posted April 22, 2013 Thanks again for being so helpful. This is too cool of you ;-) What about a Slider Gallery? Call me stupid if you wanna, but I'm trying to apply what you've mentioned to the Slider scenario without any luck. Got any hints as to how to pull it off? Virtual Biographer and Founder of "The Virtual Biographers™ - Producers of Celebrity Lifecasts" @Brad_Williamson Link to post
1 EverydayDigitals 0 Share Posted April 22, 2013 Yeah I tried this on a Grid gallery and it didn't work by itself. Also tried .sqs-gallery-block-grid .meta { display:block !important; } with no luck... Link to post
0 BradWilliamson 661 Author Share Posted April 22, 2013 Yeah that's the same approach I took with the Slider-style. No luck here either. Virtual Biographer and Founder of "The Virtual Biographers™ - Producers of Celebrity Lifecasts" @Brad_Williamson Link to post
1 jonesjb 0 Share Posted November 12, 2013 (edited) Here is what worked for me. It was originally applying to all images (including those in the blog, which I didn’t want), I’ve been trying to figure it out and finally got it working. It is specific to the stacked version of the gallery. Let me know if it works for you, add it to the Custom CSS Editor: .sqs-gallery-block-stacked .meta { display: block !important; margin-top: -25px; margin-bottom: 25px; text-align: left; } Edited November 12, 2013 by jonesjb Link to post
0 ImaadBKK 0 Share Posted April 25, 2014 (edited) I have a quite similar problem. I would like to make the titles appear on my pictures in grid design gallery. My pictures have URL linking to other pages. Has anyone succeed to make it on a Grid gallery? Edited April 25, 2014 by ImaadBKK Link to post
0 sorvaziri 26 Share Posted April 11, 2015 (edited) I know this is years later but I am trying to do this for my website:http://sorina-vaziri-cdho.squarespace.com/projects/ I inserted your code into my custom CSS but I still have no luck. I am using stacked galleries and It seems to be working for some and not others below. I would really appreciate your help. Edited April 11, 2015 by sorvaziri Link to post
Question
BradWilliamson 661
In regards to Gallery Blocks:
Images contained within Slideshow Gallery Blocks can have an image’s Title be made visible.
…But Slider, Stacked and Grid Galleries cannot.
Does anyone know how to code Gallery Blocks so an image’s Title will appear with pics contained in these other Gallery-types?
Thanks!
Edited by BradWilliamsonTidy
Virtual Biographer and Founder of "The Virtual Biographers™ - Producers of Celebrity Lifecasts" @Brad_Williamson
Link to post
Top Posters For This Question
5
2
1
1
Popular Days
Apr 22
6
Apr 11
1
Feb 9
1
Apr 12
1
Top Posters For This Question
BradWilliamson 5 posts
sorvaziri 2 posts
Junkyard Sam 1 post
EverydayDigitals 1 post
Popular Days
Apr 22 2013
6 posts
Apr 11 2015
1 post
Feb 9 2013
1 post
Apr 12 2015
1 post
9 answers to this question
Recommended Posts