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 2014-08-07 06:25:58

riccardo
Member
Registered: 2012-10-26
Posts: 56

Large Image metadata, etc. info vs Thumbnail info

Seems like the title, caption, metadata, etc. that one wants to appear on the Large Image presentation (HTML: single image) i fixed to the lower left section of the real estate, and is fixed in color and font size.  Is that correct?

I can change the info appearing on the thumbnails, but I cannot find a way to adjust them on the large image.

Do I have that correct, or is there a way to do this?

Offline

#2 2014-08-07 06:56:33

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

Re: Large Image metadata, etc. info vs Thumbnail info

if you're asking about changing the styling: fonts, color, alignment font-size, then no, not from the plug-in.

But you can do it with custom css.
Looks like the selector is p.image-info

So something like this:

p.image-info {
font-family: your-font, fallback-font, arial;
font-size: larger;    (or a pixel or em number)
color: red;
text-align: center;
}

If you're referring to the information shown on the large images, look to Image Info: Title and Caption

If you're also using Publisher, be sure to set the metadata tokens in the Publisher setup section of Output Settings.


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 2014-08-07 07:06:46

riccardo
Member
Registered: 2012-10-26
Posts: 56

Re: Large Image metadata, etc. info vs Thumbnail info

Thanks, Rod.  Yes, I am looking to change the styling through custom CSS.  I'll try that.

Offline

Board footer

Powered by FluxBB