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 2017-11-29 21:37:07

Andre
Member
Registered: 2017-06-06
Posts: 47

Client Response - problem after update

hi,
After today update to Backlight-Pages-123-Release2 I found that the content of Client Response Feedback Profiles and content of "Legenda" button disapear.

you can checkit after presing the "legenda" and "coment" buttons:

http://andrzejsichma.com/fotografia/wyd … woja-2017/

what could be wrong?


The only mistake I had made was that I had clear the template chase in backlight before update the lr plugin. Because it was the last position on the txt readme file, I simply miss it. Than I recognize my mistake and update the plugin, than clear the template again.

Could it be the problem reason? How to repare?

Last edited by Andre (2017-11-29 23:11:13)

Offline

#2 2017-11-29 23:14:56

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

Re: Client Response - problem after update

I see that the color of the text in the "legenda" box is white. I'm assuming it will be the same in the comments as well.
I don't know why this has happened after the update. But you can try using custom css to bring back the text color.

Until Matt can take a look, you can try this in custom css:

.fancybox-container {
  color: black;
}

If this affects text color in other places, like your large image displays, then you'll need to get more specific with 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

#3 2017-11-30 00:16:49

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

Re: Client Response - problem after update

A lot changed in updating Fancybox from 3.1.x to 3.2.8. Might be something in the base stylesheet is conflicting with your colors. I didn't run into any such issue in implementing or testing the update, but these things can happen. It's late here, but I'll try to reproduce the problem and see if I can't identify the cause and solution tomorrow. Thanks for reporting it.


Matt

The Turning Gate, http://theturninggate.net

Offline

#4 2017-11-30 00:32:53

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

Re: Client Response - problem after update

Actually, I went ahead and looked into it. This is the CSS to add:

.fancybox-slide--html > *,
.fancybox-slide--inline > * {
  background-color: #fff;
  color: #212121;
}

Matt

The Turning Gate, http://theturninggate.net

Offline

#5 2017-11-30 00:37:03

Andre
Member
Registered: 2017-06-06
Posts: 47

Re: Client Response - problem after update

Thank you for quick reply, tomorrow morning I will study how to add the CSS.

Offline

#6 2017-11-30 00:46:16

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

Re: Client Response - problem after update

It's surprisingly easy. But if run into trouble, take a look at this post

http://ttg-tips-and-tricks.barbeephoto. … backlight/


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 2017-11-30 22:06:42

Andre
Member
Registered: 2017-06-06
Posts: 47

Re: Client Response - problem after update

I had add the css and it helped. The only think is that now the formating of the "legenda" content is slightly diferent from the previous. But it is not a problem at all.

What should I do next? should I keep the custom css active till next backlight relase ?

Offline

#8 2017-11-30 22:20:20

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

Re: Client Response - problem after update

Yes, keep it there until an update is released

but that doesn't appear to be affecting the format (I assume you mean the width) of the legend. That css only affects background and text color.
Have you changed anything in your templates?


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

Offline

Board footer

Powered by FluxBB