Home Forums WoodMart support forum Google Authentication Problem

Google Authentication Problem

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #455462

    YMC
    Participant

    Am having issues regarding verification for Google login. The issue is with Google branding guidelines. Is there any help for that?

    #455501

    Artem Temos
    Keymaster

    Hello,

    Our Google login button match the Guideline from Google documentation described here https://developers.google.com/identity/branding-guidelines
    There were no issues verifying apps with our theme. You need to contact Google and ask what exactly should be changed in the button style to pass the verification.

    Kind Regards

    #456290

    YMC
    Participant

    I submitted an appeal and the issue that was addressed is still branding. I have attached screenshots from the google side, refer to them.

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

    Artem Temos
    Keymaster

    Hello,

    Please, provide us with your admin access so we can log in and check this on your side.

    Thank you in advance.

    #457171

    YMC
    Participant

    Alright,

    #457342

    Artem Temos
    Keymaster

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

    body .wd-social-login .login-goo-link {
        padding: 5px 20px 5px 49px;
    		font-size: 14px;
    		text-transform: none;
    }
    
    body .wd-social-login .login-goo-link:before {
    	inset-inline-start: calc(2px + (var(--btn-accented-brd-radius) / 4));
      width: 39px;
      height: 39px;
    	border-radius: 0;
    	background-size: 18px;
    }

    You need to also change the text on this button to Sign in with Google. You can do this with Loco translate https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    #457893

    YMC
    Participant

    Thank you, it has been verified.

    #457897

    YMC
    Participant

    But I have a suggestion, maybe in some upcoming updates you could implement this in. When a user signs in with that Google button, they get redirected to the my account page which would give a bad user experience. I think it should be in a such a way that they get logged in but stay on their current page.

    #458039

    Artem Temos
    Keymaster

    Thank you for the suggestion. We will consider this improvement for our future updates.

    Kind Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Google Authentication Problem’ is closed to new replies.