Hi,
Seems you are talking about the Facebook like button not appearing at the bottom. Would you deactivate, delete the currently installed version of plugin and try installing version 4.3.0 from following link, just to check if that resolves the issue and let us know?
https://wordpress.org/plugins/super-socializer/developers/
I did that and that fixed it. Now the icons do show in the bottom. I like super socializer but only use it for the sharing icons because I coded my own social login into the comment section, so is there any disadvantage to use using 4.3 if I only use it for the social sharing and social count features?
Noticed the only issue is that the icons display on the home page again that was later fixed in one of the 5.x.x updates π
so is there any disadvantage to use using 4.3 if I only use it for the social sharing and social count features?
Only the homepage sharing icon issue.
To disable sharing at homepage, place following code at the end of “wp-content/themes/CURRENT_THEME/functions.php” before ?> (if ?> is not there, simply place the code at the end of the file) and save the file back. CURRENT_THEME is your active theme/child theme
function heateor_ss_disable_sharing_homepage($post, $content){
if(is_front_page()){
return 1;
}
return 0;
}
add_filter('the_champ_bypass_sharing', 'heateor_ss_disable_sharing_homepage', 10, 2);
Hi
Thank you for this all-in-one plugin. I had the same problem as the poster above and I followed the suggestion by removing the latest version and installing 4.3.0 and the problem was solved.
However, I will like to know how this problem can be resolved in the latest version since my WordPress kept reminding me that the plugin is out-of-date. It will also be nice to take advantage of the latest version and avoid any security issue.
Thank you
Hi @ajaxthemestudios,
We are looking into this issue and will, most probably, fix it in next release of the plugin. Please bear with us.
Hi guys,
Would you try updating the plugin to latest version 5.8.0 to see if this fixes the issue? You would also like to clear your browser cache.
Hi Champ
I performed the update and the problem is fixed. Thank you very much
Hi!
I am enjoying your plugin very much. Thank you! I have the same problem with the Facebook “likes” and “share” not showing up, though. I have installed the version 5.8.1 and they appeared at the beginning, but when I reloaded the page they do not show up anymore.
Any ideas?
thank you!
Hi txomin.diaz,
Would you try clearing your browser cache?
Hi. Thanks for prompt answer. I am afraid the problem persists. After cleaning the cache, the buttons load at the first time. But when I navigate to another page and come back, they do not show up. π
Okay, we are looking into it. Bear with us.
Hi @txomin.diaz,
Kindly update your plugin to version 6.0 just released. It should fix the issue with FB like button.