If you find it ok modifying php file and you are not using Comments feature replace following code in file super_socializer.php, line 720:
if(the_champ_social_login_enabled() && !is_user_logged_in()){
with this:
if(the_champ_social_login_enabled() && !is_user_logged_in() && $GLOBALS[‘pagenow’] === ‘wp-login.php’){
Im not sure about the results on all pages, check and let me know.
@newriffa This will load the Javascript of plugin only at “wp-login.php” page. This will make social login work only at “wp-login.php” page. What if the OP decides to integrate social login icons at other pages or to use the social login widget?
@vismithams I would suggest to make changes in the plugin only when suggested by plugin-author or plugin-contributor. You can see this badge above the profile picture of poster in the left side. If you are making changes in the plugin suggested by anyone else, do it on your own risk. The changes suggested by @newriffa will prevent social login from working when you integrate social login icons at any other page except wp-login.php