Google Authentication Problem
-
Am having issues regarding verification for Google login. The issue is with Google branding guidelines. Is there any help for that?
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
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.
Hello,
Please, provide us with your admin access so we can log in and check this on your side.
Thank you in advance.
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/
Thank you, it has been verified.
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.
Thank you for the suggestion. We will consider this improvement for our future updates.
Kind Regards
The topic ‘Google Authentication Problem’ is closed to new replies.