Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
I am in the process of converting from Okapi to Pangolin templates, and am having a problem with the display of the Album titles in my Album set.
I'm using the Iconic style thumbnail grid; the Album titles appear below the thumbnail images, but they are truncated. They should wrap around, but only the top line of the Album title is displaying. Is there a way to show multiple lines of an Album title?
Here is a page where this is occurring: https://petermerts.com/galleries/30_prison-art/
Thanks, Peter
Offline
If you need more room for description, try the Descriptive layout.
You can also try increasing the character limit in the album set template
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Maybe following custom.css might do the trick:
.albums-classic .album-title, .albums-iconic .album-title {
white-space: inherit;
}
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Daniel, where would I insert this code?
Offline
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Maybe following custom.css might do the trick:
.albums-classic .album-title, .albums-iconic .album-title { white-space: inherit; }
Nice!
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Daniel Leu wrote:Maybe following custom.css might do the trick:
.albums-classic .album-title, .albums-iconic .album-title { white-space: inherit; }
Nice!
There might be some unwanted side effects..... There are additional properties that control how the wrapping happens: overflow-wrap, word-break, or hyphens.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
You could apply this to .album-description too probably? (I think that’s the selector)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Titles are limited to one line to ensure that all album items are of equal height, which ensures the layout works as it's supposed to. Having items of mismatched height, you may find the grid does not wrap as it should.
Offline
Thanks for the tips, everyone. The Iconic grids worked well with my long album titles in Okapi, but not so much in Pangolin. So I've switched to Descriptive grids in Pangolin, which handle long album titles well.
Offline