• Hi developers! I like your plugin it has a lot of features but need help with its customization. After activating your plugin it changes the design of the registration form. I have installed Blocksy theme.
    1- After I installed it I disabled all functions except social login. After installing the plugin the size of the lines in the popup registration form of my site changed.
    2- In the registration tab I got two google login icons.
    3- After I click on the google icon I am redirected to the home page.
    4- After redirection, the social login icon disappears in the registration form and I don’t see it anymore.
    If I buy “Social Login Buttons” can some problems be fixed?
    I would like to use your plugin if everything works correctly for me. I look forward to your reply.

    https://prnt.sc/8-HjIdKmqOwR

    https://prnt.sc/7kuGh-zBFT2u

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

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

    (@heateor)

    Hi there,

    Thanks for the appreciation ??
    Buying Social Login Buttons is not mandatory for the functioning of the plugin. You can buy it to customize the look of Social Login Buttons or to support the development of this plugin though.

    Google Login popup is showing the message – Access blocked: This app’s request is invalid. There seems to be some problem with the Authorized redirect URI (see step 12 here) you have saved in the Google Client. You have to save exactly the URL https://skykidsclub.com

    If you still face the problem, post a screenshot showing the exact URL you have saved in this option.

    To fix the crushed input fields in the login form, add following CSS in the Custom CSS option at the Super Socializer > General Options page in the admin area.
    form#loginform input#user_login,form#loginform input#user_pass{var(--has-height, var(--theme-form-field-height, 40px))!important}

    To get rid of the duplicate Google login icon, make sure you are not using the shortcode in the content of the login/signup popup. If not, try disabling the Enable at register page option in the Advanced Configuration section at the Super Socializer > Social Login configuration page.

    Thread Starter misterdimas

    (@misterdimas)

    Thanks for the advice, I did what you advised and the problems went away. Only your code didn’t work. I asked claude.ai to check and fix the code and after that all the lines became the right size.

    form#loginform input#user_login, form#loginform input#user_pass { height: var(–has-height, var(–theme-form-field-height, 40px)) !important; min-height: var(–has-height, var(–theme-form-field-height, 40px)) !important; line-height: var(–has-height, var(–theme-form-field-height, 40px)) !important; }

    Thanks for the help!

    Plugin Author Heateor Support

    (@heateor)

    No problem. If you had let me know I would have corrected the code. Sometimes, things don’t work in one go ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.