Home Forums WoodMart support forum Problem on social login buttons

Problem on social login buttons

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #316436

    Candice
    Participant

    Hi,

    The logo and text on social login buttons are overlapping as attached picture.

    I tried this code but it doesn’t work.

    .wd-social-login .login-fb-link:before, .wd-social-login .login-goo-link:before {
    left: 10px;
    }

    It will be normal only on register page.
    https://studioyasmina.com/my-account/?action=register

    Could you check anything wrong on my site? Thanks.

    Attachments:
    You must be logged in to view attached files.
    #316481

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent or default theme. This testing may take up to 15 minutes. You would better make the full backup of your site.

    Best Regards

    #316502

    Candice
    Participant

    Hi,

    I’m afraid that I can’t provide my site admin access since it has officially launched. Could you advice how to check the problem so that I can check it by myself? Thanks.

    #316582

    Hello,

    Please make a copy of your site and move it to a staging platform where we can test, then we will tell you how to solve and fix it without stopping your site.

    Best Regards

    #316643

    Candice
    Participant

    Hi,

    Staging site is ready for you. Thanks.

    #316872

    Hello,

    I deactivated the child theme and all the plugins not related to the theme, I have got this result: https://gyazo.com/20da84ad511901fa56360a24068e4ba3
    Please activate the plugins one by one checking the login page to detect which plugin causes the problem and then activate the child theme.

    Best Regards

    #316889

    Candice
    Participant

    Hi,

    I activated the plugin Breeze first and cleared all cache then the same error appeared on social login buttons again. Breeze is provided by cloudways which I setup my site on it. Could you check any problem between Breeze and Woodmart theme? Thanks.

    #316956

    Artem Temos
    Keymaster

    Hello,

    Please, activate the plugin so we can see the problem now and try to help you.

    Kind Regards

    #316971

    Candice
    Participant

    Hi,

    Breeze has been activated.

    Attachments:
    You must be logged in to view attached files.
    #316982

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    :root {
    	--btn-shop-brd-radius: 0px !important;
    }
    #317007

    Candice
    Participant

    Hi,

    I added the code to the custom CSS area. It doesn’t work. Any other solution I can do? Thanks.

    #317014

    Bogdan Donovan
    Keymaster

    Hi,

    Try to replace previous custom code with the following one and clear site cache

    :root body {
      --btn-shop-brd-radius: 0px !important;
    }

    Kind Regards

    #317018

    Candice
    Participant

    Hi,

    I replaced the code and cleared site cache but it still doesn’t work.

    #317025

    Artem Temos
    Keymaster

    The CSS is not applied because your pages are in the cache. Please, clear your cache and test again.

    #317088

    Candice
    Participant

    Hi,

    I use Breeze to clear cache but the social login buttons show icon issue after activating Breeze. It seems this plugin has confliction with Woodmart social login function. Could you access to my staging site again and fix the problem? Thanks.

    #317125

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings instead

    .login-form-side .social-login-btn .btn:before {
    	left: 8px;
    }
Viewing 16 posts - 1 through 16 (of 16 total)