Hello guys!
There is a better, simplier and cleaner way to fix this.
Go to the plugin folder in themes/icons-body.php file
Open the icons-body.php file.
Now search for this line of code (line 138)
else if($ssb_share_content_themes=='flat' || $ssb_share_content_themes=='round'|| $ssb_share_content_themes=='wide')
replace with this code
else if($ssb_share_content_themes=='flat' || $ssb_share_content_themes=='round'|| $ssb_share_content_themes=='wide' || $ssb_share_content_themes=='bodyname' || $ssb_share_content_themes=='packslide' || $ssb_share_content_themes=='hexa')
when the above else if ends….under this remains 5 “else if” for the others SSB styles…DELETE them and put that code
else if($ssb_share_content_themes=='hover-left' || $ssb_share_content_themes=='hover-right')
{
if($ssb_social_sites['fb']=="fb")
{
$ssb_share_icons.="
<a ".$ssb_share_target_tab." class='fb' href='https://www.facebook.com/sharer/sharer.php?u=".ssb_share_get_url()."' ><span class='icon'></span><span class='count'>".$ssb_count_fb."</span></a><br/>";
}
if($ssb_social_sites['gplus']=="gplus")
{
$ssb_share_icons.= "<a ".$ssb_share_target_tab." class='gplus' href='https://plus.google.com/share?url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_gplus."</span></a><br/>";
}
if($ssb_social_sites['twitter']=="twitter")
{
$ssb_share_icons.= "<a ".$ssb_share_target_tab." class='twitter' href='https://twitter.com/intent/tweet?url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_twitter."</span></a><br/>";
}
if($ssb_social_sites['linkedin']=="linkedin")
{
$ssb_share_icons.= "<a ".$ssb_share_target_tab." class='linkedin' href='https://www.linkedin.com/shareArticle?mini=true&url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_linkedin."</span></a><br/>";
}
if($ssb_social_sites['pinterest']=="pinterest")
{
$ssb_share_icons.= "<a ".$ssb_share_target_tab." class='pinterest' href='https://pinterest.com/pin/create/button/?url=".ssb_share_get_url()."&media=".ssb_share_get_image()."'><span class='icon'></span><span class='count'>".$ssb_count_pinterest."</span></a><br/>";
}
if($ssb_social_sites['reddit']=="reddit")
{
$ssb_share_icons.= "<a ".$ssb_share_target_tab." class='reddit' href='https://www.reddit.com/submit?url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_reddit."</span></a><br/>";
}
}
Don’t scary out…it’s only two replaces! ??
Enjoy and if you want follow me on twitter @AntoniosKrinis