Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2019-01-11 05:25:20

pmerts
Member
Registered: 2019-01-11
Posts: 4

Album titles are truncated with Iconic style Album set thumbnail grid

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

#2 2019-01-11 07:45:53

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Album titles are truncated with Iconic style Album set thumbnail grid

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

#3 2019-01-11 07:46:09

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Album titles are truncated with Iconic style Album set thumbnail grid

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

#4 2019-01-11 09:51:48

pmerts
Member
Registered: 2019-01-11
Posts: 4

Re: Album titles are truncated with Iconic style Album set thumbnail grid

Daniel, where would I insert this code?

Offline

#5 2019-01-11 10:09:12

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Album titles are truncated with Iconic style Album set thumbnail grid


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#6 2019-01-11 10:12:54

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Album titles are truncated with Iconic style Album set thumbnail grid

Daniel Leu wrote:

Maybe following custom.css might do the trick:

.albums-classic .album-title, .albums-iconic .album-title {
    white-space: inherit;
}

Nice! smile


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#7 2019-01-11 10:22:09

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Album titles are truncated with Iconic style Album set thumbnail grid

rod barbee wrote:
Daniel Leu wrote:

Maybe following custom.css might do the trick:

.albums-classic .album-title, .albums-iconic .album-title {
    white-space: inherit;
}

Nice! smile

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

#8 2019-01-11 10:44:05

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Album titles are truncated with Iconic style Album set thumbnail grid

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

#9 2019-01-14 17:38:03

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Album titles are truncated with Iconic style Album set thumbnail grid

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.


Matt

The Turning Gate, http://theturninggate.net

Offline

#10 2019-01-21 02:36:59

pmerts
Member
Registered: 2019-01-11
Posts: 4

Re: Album titles are truncated with Iconic style Album set thumbnail grid

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

Board footer

Powered by FluxBB