Thread Starter
Jack
(@moxie)
Weird…
When I add this to my stysheet, the icon is not there:
.sharedaddy .sd-content ul li.share-facebook a span {
background: url(‘http://www.eyesonanimals.com/wp-content/plugins/jetpack-sharing/sharedaddy/images/facebook.png’) no-repeat !important;
}
But when I remove li.share-facebook from that line, I get the facebook icon on all the buttons. So the link is ok, but why is not working with the sharing classname???
It looks your using Jetpack Sharing, not the full Jetpack plugin. Try using the full plugin and see if it works.
Thread Starter
Jack
(@moxie)
Nope, doesn’t work. I deleted the jetpack sharing and installed the full package. I use the jetpack sharing on all my sites and it always works ok, just not this time. Perhaps the order in which the css is loaded, but when I copy all the css from the sharing.css into my own stylesheet, it still doesn’t work 🙁
This might work. Be sure and use the correct image path.
.share-facebook > span {
background-image: url("images/facebook.png")
}
having same problem. None of the icons for social media are visible its just the text, Happened after the latest update
using full jetpack
i have turned that feature off due to the text creating havoc on my site
turned on for the day to show
Thread Starter
Jack
(@moxie)
Ok, this seems to work, so perhaps it’s because the links are relative:
li a.share-facebook {
background: url(‘http://www.eyesonanimals.com/wp-content/plugins/jetpack-sharing/sharedaddy/images/facebook.png’) no-repeat left center transparent !important ;
}
Strangely enough background-image doesn’t work.
I think they messed up the code for images to be viewable with out messing with css.