Ankit Gade

Results 105 comments of Ankit Gade

@mikkamp Addressed your feedback in the PR and also responded to the questions. Requesting you to please re-review the changes. Thanks CC: @joemcgill

> Thanks @ankitrox for all the changes, there are some good improvements in there. Some of the state handling code is still a little confusing though so I offered suggestions...

@Poocey You can do that easily with the following code (maybe in theme's functions.php file) ```php function remove_google_login_btn() { $plugin = \RtCamp\GoogleLogin\plugin(); $login_instance = $plugin->container->get( 'login_flow' ); remove_action( 'login_form', [...

Sorry, you can directly use the container function to access container instance. ```php $container = \RtCamp\GoogleLogin\container(); ```

Hi @dealifyhq, There is an option to enable one-tap login **Sitewide**, can you please confirm if you've enabled that option in plugin settings?

You can try something like this: 1. Enable one-tap login site-wide. This will add the one tap script and one tap related required markup as per [this code](https://github.com/rtCamp/login-with-google/blob/master/src/Modules/OneTapLogin.php#L98-L99). 2. Add...

@ksalhoff I think you are checking about the [one-tap login](https://developers.google.com/identity/gsi/web/guides/display-google-one-tap). If that is the case, this plugin supports the one-tap login feature.

@mbarreiro85 We have implemented the rewrite of the plugin where we are storing the meta information in usermeta table if user registers from the plugin. https://github.com/rtCamp/login-with-google/tree/fix/oauth-class https://github.com/rtCamp/login-with-google/blob/fix/oauth-class/src/Modules/Login.php#L218

This is still an issue where the order isgetting changed in chosen field. Are there any plans to fix this issue?

Can we please prioritise this issue as it doesn't reset the fields on `add-term` action?