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 2015-06-26 05:48:51

victoria
Member
Registered: 2015-06-24
Posts: 8

Social Media Sharing icons

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.

http://victoriasimages.com/test/index.php

Offline

#2 2015-06-26 07:32:21

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

Re: Social Media Sharing icons

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

#3 2015-06-26 15:38:01

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

Re: Social Media Sharing icons

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;
    }

Matt

The Turning Gate, http://theturninggate.net

Offline

#4 2015-06-27 03:10:51

victoria
Member
Registered: 2015-06-24
Posts: 8

Re: Social Media Sharing icons

Thanks for the fix.

Victoria

Last edited by victoria (2015-06-27 03:15:12)

Offline

Board footer

Powered by FluxBB