I installed the plugins "Log in with Google" hidden link, I assume it is added to the standard WordPress login form by a hook. When I use the toolset wpv-login-form, I lost the google login
May I know whether Toolset can work with social login? How can I do that?
Hello. Thank you for contacting the Toolset support.
I checked the plugin you shared and I when I checked the plugin file:
=> plugin\login-with-google.1.0.10\login-with-google\inc\classes\class-plugin.php
If you want that Google Login button should be added when you are using Toolset [wpv-login-form], please ask your plugin author to hook in the above mentioned hooks i.e. (login_form_top, login_form_middle, login_form_middle)
I have not idea whether the google login plugins not follow the WP hooks or Toolset doesn't, if google login call the hook login_form and toolset call the login_form_xxx, there are no conflict to each other, why it doesn't work?
I'm afraid that we do not have any official integration with the plugin "Log in with Google".
I already passed the required information that how Toolset Login form is generated using what hook and that should help the plugin Dev where to look at and nothing much I can do here.
As per our support policy we are not allowed to debug third party plugin code or make amendments there. I hope this is understandable.
It should work but again as said, there is no official integration and if you add it above line of code and update the plugin "Log in with Google" the code will be overridden and due to that you will lost the changes you made. I shared all required information I had nothing much more we can do in this case.