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 2016-10-17 01:46:43

dougc
Member
Registered: 2013-03-11
Posts: 119

Caption format in Theatre-Vegas slideshow

I have a Theatre-Vegas slideshow working almost to my liking on the home page of my test Backlight website:
www.collinsnet.us/backlight-test/

I would like to:
(1) Move the caption bar to below the photo (no gap).
(2) Change the color of the caption bar to the same color as my home page background so that the bar 'disappears', and the caption words remain.

I have not been able to find any settings or controls that allow me to do this.  Is it possible to do this and, if so, how? 

I have used custom css to center the caption by piecing together code from other posts (Thank you, Rod!), but I have no idea what the code might be to accomplish my caption objectives in css.

Thank you!
Doug

Offline

#2 2016-10-17 04:40:11

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

Re: Caption format in Theatre-Vegas slideshow

I don't think you'll be able to easily move the caption, that element is inside of the slideshow container. You might try experimenting in your custom css with positioning.
Using the inspector I couldn't find any css that controls the caption's background, though it must be there someplace.


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 2016-10-17 04:54:58

dougc
Member
Registered: 2013-03-11
Posts: 119

Re: Caption format in Theatre-Vegas slideshow

Rod,
Thanks for looking into this.  Maybe Matt will have an idea.
Doug

Offline

#4 2016-10-17 08:49:55

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

Re: Caption format in Theatre-Vegas slideshow

Afraid not. The caption is indeed a part of the slideshow container, so there's no good way of moving it.


Matt

The Turning Gate, http://theturninggate.net

Offline

#5 2016-10-17 12:22:32

dougc
Member
Registered: 2013-03-11
Posts: 119

Re: Caption format in Theatre-Vegas slideshow

Is there a way to change the color of the background bar for the caption?

Offline

#6 2016-10-17 12:56:25

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

Re: Caption format in Theatre-Vegas slideshow

Think I found it. Looks like the selector is:

.vegas_caption > .content

your background color is currently controlled by:

.vegas_caption > .content {
    background-color: rgba( 0, 0, 0, 0.25 );
....more stuff...
   }

so try adding a rule for the background color to your custom css and change color that way


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 2016-10-17 13:37:44

dougc
Member
Registered: 2013-03-11
Posts: 119

Re: Caption format in Theatre-Vegas slideshow

Rod,

Thank you!  That is the selector that I needed for the background color.  In addition to causing the bar to 'disappear' into my page background, it covered the bottom of my image with that color making it look like the caption is indeed below the image.  With some images, that might not work, but I can select images that are okay with that 'cropping'.  Have a look at my home page and you will see what I mean.

Again, thanks so much.

Doug

Offline

Board footer

Powered by FluxBB