• Resolved Mou Farzana

    (@moufarzana25)


    Hi,

    How to center the social login icons in the register page?

    And LinkedIn login is still not working. Another problem is: Twitter login is not working on Opera browser. What to do?

    Best,

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mou Farzana

    (@moufarzana25)

    Hi

    Even after updating Version 7.10.3 maximum login is not working. Getting this type message: {“error_type”: “OAuthException”, “code”: 400, “error_message”: “Redirect URI does not match registered redirect URI”}

    • This reply was modified 7 years, 1 month ago by Mou Farzana.
    Plugin Author Heateor Support

    (@heateor)

    Hi there,

    To fix Linkedin login issue, save exactly the following domain in Javascript API Domains option in Linkedin app settings:
    pool.allmedialink.com

    To center align the icons at register page, add following CSS in Custom CSS option at Super Socializer > General Options page in admin:

    form#signup_form div.the_champ_outer_login_container{
        text-align: center;
    }
    form#signup_form ul.the_champ_login_ul{
        width: 157px !important;
        margin: 0 auto !important;
    }
    Thread Starter Mou Farzana

    (@moufarzana25)

    Hi,

    Thanks a lot!

    But your settings wasn’t working. We had to use https:// after that it worked. Only pool.allmedialink.com didn’t work but when we put https://pool.allmedialink.com then it was ok. Please see: https://imgur.com/a/f6QCs

    New problem on Twitter on Opera browser. Please see here: https://imgur.com/a/oWRXC

    How to solve it?

    And last topic is: we want to only show Floating Sharing Interface on mobile devices. How to do that?

    Thanks again for this nice plugin and kind help in advance.

    Best,

    Mou

    Plugin Author Heateor Support

    (@heateor)

    New problem on Twitter on Opera browser. Please see here:

    Not sure what is causing that.

    And last topic is: we want to only show Floating Sharing Interface on mobile devices. How to do that?

    Uncheck the Display vertical interface only when screen is wider than 783 pixels option in Floating Interface section at Super Socializer > Social Sharing page in admin and add following CSS in the Custom CSS option at Super Socializer > General Options page in admin area:

    @media screen and (min-width:783px){
        .the_champ_vertical_sharing{
            display:none !important;
        }
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to center the social login icons’ is closed to new replies.