Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi Michael,

    Thanks for showing your interest.
    There won’t be any problem, if you install our plugin at your website and delete the other. Existing users would be able to login to their existing accounts at your website as long as the email associated to the social account they use to login matches to the email of the account they have already created. Apart from this, they can link their other social media accounts to existing account, from profile page at your website.
    Let us know if you have any other questions.

    Thread Starter mln83

    (@mln83)

    Thanks for getting back on this.

    I am currently testing Super Socializer on my developer site and found a few things:
    https://dev.isci.one/dna-day/

    1) Regarding integration with https://www.ads-software.com/plugins/wpdiscuz/
    Too many comments (Default Comments (13) ) are shown after installing Super Socializer. Any ideas on how to resolve this?

    2) The <div> related to WPDiscus has been moved to the left after installing Super Socializer. Any ideas on how to resolve this?

    3) I am replacing Super Socializer with Social Warfare. The only thing that seems to be missing is to hide total shares if below a certain threshold. Any way to integrate this in Super Socializer? ??

    Thank you in advance.

    Best regards,
    Michael

    Plugin Author Heateor Support

    (@heateor)

    1) Super Socializer just displays existing default comments already made on your webpages. It doesn’t add of its own.
    2) It’s related to how WPDiscuz guys are integrating their commenting system with ours.
    3) Sorry, this option is not available in our plugin right now. However, you can achieve similar behavior as mentioned at following link:
    https://support.heateor.com/how-can-i-specify-minimum-sharing-count-for-sharing-networks/

    Thread Starter mln83

    (@mln83)

    Thanks for the feedback. I am now testing it on my live site.

    Some problems encountered on live site:

    1) Social Avatar and text shifted to the edge of screen:
    https://imgur.com/SHIuswF

    It used to be at the vertical center. Super Socializer CSS advice?

    2) Profile images missing for other social site members:
    https://imgur.com/fxZBgGy

    Will they update after they log in next time?

    3) Double ‘leave a reply’ in comments:
    https://imgur.com/uJCe0vO

    Any way to only have ‘leave a reply’ from WPDiscuz?

    4) Social login widget icons changed. It used to be rectangular icons. Any way to replace the icons?

    Thank you in advance.

    Best regards,
    Michael

    Plugin Author Heateor Support

    (@heateor)

    1) We need to see this at your website to tell you the CSS fix. Let us know where we can see this.
    2) Not sure what you mean by OTHER social site members. If these are not the users registered through Social Login then, obviously, social avatar won’t appear.
    3) Add following CSS in Custom CSS option at Super Socializer > General Options page in admin area:

    #theChampReplyTitle{
       display: none
    }

    4) This plugin doesn’t offer rectangular icons for Social Login. Did you purchase any custom solutions from us? Let us know the name you used to contact through email.

    Thread Starter mln83

    (@mln83)

    Thanks for the quick reply.

    1) You can see the CSS here: https://www.isci.one/articles/
    You will need to register (right sidebar) to see the CSS related to the Social Avatar
    2) In BuddyPress, the list of friends on the site is filled with social avatars. These have been replaced with the standard WordPress avatar after migrating to Super Socializer. I was wondering if the Social Avatar will return after all users have logged into the site?
    3) Thanks. I decided to disable WPDiscuz and run it as social comments instead ??
    4) Is it possible to modify the icons manually to make them rectangular?

    Thanks ??

    Best regards,
    Michael

    Plugin Author Heateor Support

    (@heateor)

    1) Seems, you have disabled the Social Login widget .We cannot see social avatar in right sidebar.
    2) Social Avatars are not appearing now because of the difference in the way our plugin saves avatar and the way other plugin (you were using previously) saved these. If the email associated with the Social account they are using to login is same as the already existing account at your website, social avatar will return. OR if user links any social account to their existing account at your website, from profile page, same will happen when they login with linked account next time.
    4) Yes, if you are familiar with CSS, you can specify the custom CSS in Custom CSS option at Super Socializer > General Options page in admin area.

    Thread Starter mln83

    (@mln83)

    1) Please follow the guide here:
    https://imgur.com/MBfQ95f

    2 + 4) Thanks for clarifying ??

    Plugin Author Heateor Support

    (@heateor)

    1) This is because of the float:left applied to the social avatar. To get it as it was before, add following CSS in Custom CSS option at Super Socializer > General Options page in admin area:

    img.avatar-social-login{
        float: none !important
    }

    Thread Starter mln83

    (@mln83)

    Thank you very much it worked. ??

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Migrating from WP Social Login to Socializer?’ is closed to new replies.