• Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Documentation
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Demo
    • WoodMart
    • Basel
    • Hitek
Login / Register
Checkout
Checkout
Menu

Home / Forums / WoodMart support forum / Google login is not making sense

Home › Forums › WoodMart support forum › Google login is not making sense

Google login is not making sense

  • This topic has 17 replies, 2 voices, and was last updated 1 year, 5 months ago by Aizaz Imtiaz Awan.
Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • December 6, 2023 at 11:45 pm #519247

    kitdorofficial
    Participant

    Hello team. I have integrated google login on my website. However the functionality is not making any sense. So when a new user comes on the website. He is displayed with login with google. Yes this is fine if the user previously has an account logged in with google. The problem I have is this:

    1) Even if a new user clicks on login with google, an account gets created for him.
    2) In the create new account, there is no option to register with google. This should be there right? Because if a new user comes on the website, he will see the login with google & think that I need to register & when he goes to the register option on the my account page he won’t see any option to create an account with google.
    3) On the checkout page, there is an option which says: Returning customer? Login here. Here it shows Login with google. A new user will never go here thinking it is for old users. On the checkout field where there he has to create a new account, why is there no option to register with google? How can I add it here

    Registering is the most important function of this plugin & it is not allowing to do so

    December 7, 2023 at 7:26 am #519285

    kitdorofficial
    Participant

    Hello?

    December 7, 2023 at 10:58 am #519345

    kitdorofficial
    Participant

    I have realized that the google button not only helps in logging in but also helps in registration. Now just help me with this: Help me place this button at 3 places:

    1) In the My Account Side Panel- Below the “Create an account” button. I want it to say “Or register with” and below it this google button has to be there (Screenshot Attached)

    2) In the “My account Page”: Below the “Register Button”. I want it to say “Or register with” and below it this google button has to be there (Screenshot Attached)

    3) In the checkout page: Below the account registration. I want it to say “Or register with” and below it this google button has to be there (Screenshot Attached)

    Let me know a solution. If you want, I will share the credentials for you and you can add it for me.

    Attachments:
    You must be logged in to view attached files.
    December 7, 2023 at 10:13 pm #519578

    kitdorofficial
    Participant

    ??

    December 8, 2023 at 7:51 am #519618

    kitdorofficial
    Participant

    Why am I not getting a reply from 2 days? Please reply. This is urgent

    December 8, 2023 at 9:50 am #519644

    Aizaz Imtiaz Awan
    Keymaster

    Hello,

    Unfortunately, there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    December 8, 2023 at 3:24 pm #519804

    kitdorofficial
    Participant

    Okay then I have think of an alternative solution. I found out a different woodmart member did this solution & you guys helped in doing so. I want to do the same. Reference Article: https://xtemos.com/forums/topic/hide-login-user-and-pasword-and-no-account-yet/

    I want to do almost the same thing with one more requirement:

    1) In the side my account panel: I want to remove the sign up form & create an account option. Only the google button will stay. I will change the “Or login with” text to “Login/Register with” using the loco plugin. This google button allows registration as well so this will solve my purpose. (I have attached a screenshot for your understanding)

    2) In the My Account page: I I want to hide everything on the “My Account Page”. Only the google button has too be there along with text: “Login/Register with:” on the top of the google button.

    3) In the checkout page: I want to hide the entire form which says Returning customer? Login here and then the login form appears. Instead I want just the google login button here. The text above I will replace with the loco translate plugin (Screenshot attached)

    Please help me accomplish this. You can take the access if you want or give me a code that I can add to get this done.

    Attachments:
    You must be logged in to view attached files.
    December 8, 2023 at 3:27 pm #519808

    kitdorofficial
    Participant

    The other person created screenshots of what he wanted. I am attaching them here. I want the same thing. Only that the side panel google button should have proper logo and should not be messed up. I am attaching his screenshots here

    I just need checkout page change apart from the 2 change that the other member wanted

    Attachments:
    You must be logged in to view attached files.
    December 9, 2023 at 6:03 am #519928

    kitdorofficial
    Participant

    Please reply.

    December 9, 2023 at 11:51 am #519968

    Aizaz Imtiaz Awan
    Keymaster

    Hello,

    Please share the WP admin login details of your site so I will check and solve the issue on your site with custom CSS code and Loco translate plugin.

    Best Regards.

    December 9, 2023 at 9:54 pm #520090

    kitdorofficial
    Participant

    Okay.

    December 10, 2023 at 12:49 pm #520130

    kitdorofficial
    Participant

    Is it done?

    December 11, 2023 at 4:49 pm #520494

    Aizaz Imtiaz Awan
    Keymaster

    Hello,

    Please add the below custom CSS code in Theme Settings:

    form.login.woocommerce-form.woocommerce-form-login p.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide.form-row-username {
        display: none;
    }
    	form.login.woocommerce-form.woocommerce-form-login p.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide.form-row-password {
        display: none;
    }
    	form.login.woocommerce-form.woocommerce-form-login p.form-row {
        display: none;
    }
    	form.login.woocommerce-form.woocommerce-form-login p.login-form-footer {
        display: none;
    }
    	.create-account-question {
        display: none;
    }
    	.wd-registration-page.wd-register-tabs form.login.woocommerce-form.woocommerce-form-login p.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide.form-row-username {
        display: none;
    }
    	.wd-registration-page.wd-register-tabs form.login.woocommerce-form.woocommerce-form-login p.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide.form-row-password {
        display: none;
    }
    	.wd-registration-page.wd-register-tabs form.login.woocommerce-form.woocommerce-form-login p.form-row {
        display: none;
    }
    	.wd-registration-page.wd-register-tabs p.login-form-footer {
        display: none;
    }
    	form.login.woocommerce-form.woocommerce-form-login.hidden-form p {
        display: none;
    }

    The text have been changed now to Login/Register, after adding the above css then check back the site.

    Best Regards.

    December 12, 2023 at 12:00 am #520649

    kitdorofficial
    Participant

    I added the code in the Global CSS field and absolutely nothing changed

    December 12, 2023 at 12:02 am #520650

    kitdorofficial
    Participant

    Please check it yourself. Nothing happened after adding the code

    December 12, 2023 at 8:11 am #520700

    Aizaz Imtiaz Awan
    Keymaster

    Hello,

    Please check it now after removing the browser cache.

    https://ibb.co/Jpbj2Dm

    Best Regards.

    December 12, 2023 at 11:01 am #520765

    kitdorofficial
    Participant

    Hi Aizaz. It worked like a charm. Can you please tell me why it worked out for you & not for me? What did you do differently?

    I am asking because I am creating another woodmart website & I want to implement the same there as well. Thanks again man!

    December 12, 2023 at 12:47 pm #520822

    Aizaz Imtiaz Awan
    Keymaster

    Hello,

    Actually, your first added Custom CSS code is not correct that is why my custom CSS bot working. I have correct the custom CSS code which you have already added in the theme settings.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

  • Author
    Posts

Tagged: google login

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

The topic ‘Google login is not making sense’ is closed to new replies.

  • You must be logged in to create new topics. Login / Register

Your request can't be resolved for a long time? Contact our general support manager.

Contact form
WoodMart Facebook Group
Create your WordPress website.
  • Resources
    • Video tutorials
    • Blog
    • Contact us
    • Refund Policy
    • Terms of Service
  • Social links
    • Facebook
    • Twitter
    • Instagram
    • YouTube
@ XTemos studio. 2025 WordPress development from 2015.

Privacy Policy

  • Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Documentation
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Demo
    • WoodMart
    • Basel
    • Hitek
  • Login / Register
Sign in
Close

Lost your password?

No account yet?

Create an Account