Home Forums WoodMart support forum Add McAfee Secure image

Add McAfee Secure image

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #82555

    betterend
    Participant

    Hi,

    please how can i add Mcaffee image somewhere in order https://cl.ly/7c56be

    https://cl.ly/d0de0e

    Thank you

    #82596

    Artem Temos
    Keymaster

    Hi,

    Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.

    Regards

    #82618

    betterend
    Participant

    No worries thank you for your kind support.

    Please i have another question, i received an email from google for a Google OAuth Review Request and they have mentioned the following:

    “To proceed with the approval process, please ensure that your project is in compliance with the following requirement.

    Google Sign-In Branding

    The Google sign-in button on your project’s homepage URL is not compliant with the Google sign-in branding guidelines. Please update the Google sign-in button on your website according to Google sign-in branding guidelines.””

    Is this related to the red Google sign in button under register?

    Thank you

    #82637

    Artem Temos
    Keymaster

    As we can see, your website is under maintenance mode now. Maybe Google just can’t check your website because of this. Try to disable this on your website and submit your APP again.

    #82686

    betterend
    Participant

    Hi Thank you for your advice

    I have sent them a message.

    #82693

    Artem Temos
    Keymaster

    By default, our header has a margin bottom and if you want to remove it on your home page, you can simply add a negative margin top for the first row on the page with Visual Composer. So just set -40px for example to compensate it.

    #82700

    betterend
    Participant

    Thank you that was very helpful.

    #82715

    Artem Temos
    Keymaster

    You are welcome.

    #82871

    betterend
    Participant

    Hi again,

    regarding my previous message on Google console app approval or api oauth dev verification. I just received the below message from google.

    Dear Developer,
    The Google sign-in button on your app’s homepage URL https://www.kitchenpitstop.com is still not compliant with the Google sign-in branding guidelines (Please see the attached screenshot). Please update the Google sign-in button on your website according to the Google sign-in branding guidelines and then reply back to this email.

    Thank you for your patience. Please reply back to this email after your project is in compliance with the requirements above.

    They have highlighted the issue in the attached image

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings and replace URL to image with your URL. Upload attached icon to the Media library in Dashboard

    div.social-login-btn .login-goo-link {
        background-color: #4285f4;
    }
    div.social-login-btn .login-goo-link:hover,
    div.social-login-btn .login-goo-link:focus {
        background-color: #3175e4;
    }
    div.social-login-btn .login-goo-link:before {
        content: " ";
        top: 2px;
        left: 2px;
        margin-top: 0;
        height: 38px;
        width: 38px;
        background-image: url(IMAGE_URL);
        background-size: 40px 40px;
        background-position: center;
        background-repeat: no-repeat;
    }
    Attachments:
    You must be logged in to view attached files.
    #82934

    betterend
    Participant

    Hi thank you for your support.

    Kindly where should place the URL in

    background-image: url(IMAGE_URL);

    Should it be

    background-image: url(https://www.domain.com);

    Thank you

    #82944

    betterend
    Participant

    It works fine with the code but they wanted as per the below link instructions

    https://developers.google.com/identity/branding-guidelines#top_of_page

    #82949

    Artem Temos
    Keymaster

    Yes, it now should look as described in their guidelines. Try to submit the APP now.

    #82951

    betterend
    Participant

    But on the website after the code it looks like the attached picture, do we need to add “Sing in With Google”?

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

    Artem Temos
    Keymaster

    Yes, you can change this text with Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls

    #82964

    betterend
    Participant

    any other way to do it without loco translate as i have too many plugins 67

    #82990

    Artem Temos
    Keymaster

    You can change that text and then deactivate Loco Translate.

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

The topic ‘Add McAfee Secure image’ is closed to new replies.