Btn 'Connect with Google' does not meet brancging guidelines

Issue #729 new
Valentina R created an issue

I just had a reply back from Google on verification. One issue is that your Connect with Google button does not meet their branding guidelines, which is a bit embarrassing.

Branding guidelines: https://developers.google.com/identity/branding-guidelines

Reported here.

Comments (2)

  1. Valentina R reporter

    @{557058:64f0691a-5973-496f-9d0c-cdcb46702ca3} The client provided info on how he fixed the issue:

    With a change to WC_Appointments_Admin_Staff_Profile I was able to get Google Verification.

    The change I made is below, for your reference:

    I changed line 65 of class-wp-appointments-admin-staff-profile.php to this:

    <button type=”button” class=”button oauth_redirect” style=”border-style: none;” data-staff=<?php echo esc_attr( absint( $user->ID ) ); ?> data-logout=”0″>” alt=”submit” /></button>
    

  2. Log in to comment