Hey,
It may caused by the replacement of icons : image to icon-font.
Could you provide me a link so I can help you?
Thank you.
Thread Starter
puda
(@puda)
Sorry Geoffrey, didn’t know you were still around. Nope it was not resolved and I switched to another plugin.
Ok, so I can’t help you anymore.
Sorry.
Hi Puda,
I had the same problem and, just in case you’re not happy with the other plugin you switched to, here’s what I did…
In the Juiz Social plugin settings there are eight styles (at the time of writing). There are also eight css styles in the plugin folder. In my case, I use the second style on the list so in the WordPress Dashboard I went to Plugins > Editor > Juiz Social Post Sharer > css/juiz-social-post-sharer-2.min.css
To make the buttons smaller I changed
.juiz_sps_links .juiz_sps_item a{vertical-align:top;padding:5px 15px 5px 10px;
to
.juiz_sps_links .juiz_sps_item a{vertical-align:top;padding:1px 10px 1px 5px;
You can also change the button text colour and text size by editing
color:#646e76;text-decoration:none;font-size:12px;
Don’t forget that any changes will be overwritten when the plugin is updated but it’s easy to edit the css file again and really worth it because it’s a great lightweight social sharing plugin – the best I could find.
Hope this helps. 🙂
Thread Starter
puda
(@puda)
Thank you padraigbeirne, hope it will help other people! I like the plugin I have installed so probably won’t switch back.
I agree with you, what I liked about this plugin was its weight!
Thank you padraigbeirne for your help.
By the way, you can easily add these custom styles in your style.css file theme (or child theme) instead of editing plugin styles.
To override styles, you just need to have an heavier selector, like :
.juiz_sps_links.juiz_sps_links .juiz_sps_item a {
vertical-align: top;
padding: 1px 10px 1px 5px;
}
Taking your own example.
Good luck 🙂
Perfect Geoffrey!
That’s even better. I don’t have to worry about future upgrades now.
Thanks so much. Small donation on the way. 🙂
Pádraig
Hey! Thanks a lot Pádraig!
Very appreciated!