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.
Pages: 1
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
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
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.
Offline
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;
}
Offline
Thank you for quick reply, tomorrow morning I will study how to add the CSS.
Offline
It's surprisingly easy. But if run into trouble, take a look at this post
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
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
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
Pages: 1