Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Having problems when trying to share a profile WordPress

  • SOLVED

Hi,

I have added easy social share plugin for sharing profile, I added the short code and is correct. The plattform is buddypress. The problem is that everything works besides the css is missing. Overall in the site, the plugin works fine. So it's a little strange. Can anyone check that out?

I'll send you the link for checking this out as a private message.

All the best,

Answers (1)

2014-12-16

zebra webdesigns answers:

Hello Felipe

Can you PM me the link


Veritus comments:

Yeah, sure. I'll send you that one right away.


zebra webdesigns comments:

try this CSS

#easy-share-profile span {
display: inline-block !important;
}

I will send the screenshot as PM
Buddypress had the class that made the span tag as display:none;

thats the reason you couldnt see the social share.


zebra webdesigns comments:

also you will need this CSS to make the cross centered.


#easy-share-profile ul li{
float:none !important;
}