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
I changed the background color of the icons so they aren't those really bright colors. It works fine when they are floated right or left, but when I check none for float - which centers them - the color comes back. The Social Media Profiles work fine regardless of how you float them.
Offline
Hi Victoria!
good catch. I'm seeing the same thing.
Matt: looks like it's happening in all of the plug-ins
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Found it. This fix will make it into the upcoming CE4 Gallery update. However, I am not going to be releasing patches for the rest of CE4 for only this minor fix.
Therefore, if you need this addressed immediately, you should use custom CSS via PHPlugins. We have a tutorial on how to set that up. It's easy.
http://ce4.theturninggate.net/docs/doku … custom_css
The code you'll want to use:
.social-media-sharing p span.social-bg a,
.social-media-sharing ul li.social-bg a {
background-color: #333;
}
.social-media-sharing p span.social-bg a:hover,
.social-media-sharing ul li.social-bg a:hover {
background-color: #666;
}
.social-media-sharing p span.social-bg a,
.social-media-sharing ul li.social-bg a,
.social-media-sharing ul li.social-bg span {
color: #fff;
}
Offline
Thanks for the fix.
Victoria
Last edited by victoria (2015-06-27 03:15:12)
Offline
Pages: 1