I am trying to: Login via the [wpv-login-form] however, it isn't responding to anything.
Link to a page where the issue can be seen: hidden link
I expected to see: Login or see any error message.
Instead, I got: Nothing. No response.
Stan
Hello,
The problem you mentioned above is abnormal, the [wpv-login-form] shortcode can only output a simple login HTML form, I have tried these:
1) Copy the login form HTML codes from your website into my localhost
2) Test it in front-end, I can submit the login form without any problem.
so there should be some compatibility issues in your website, please check these:
In case it is a compatibility problem, please deactivate all other plugins, and switch to WordPress default theme 2021, deactivate all custom PHP/JS code snippets, and test again
Hey Luo,
I found out the issue.
When I place a registration form and login form on the same page, the login doesn't work. But when placed individually, it works. For us, we need the forms to be on the same page.
[cred_user_form form="registration-form"]
[wpv-login-form redirect_url_fail="/product/[wpv-post-slug]/#loginx" redirect_url="/product/[wpv-post-slug]/?login=success#registrationx" allow_remember="true" remember_default="true"]
Previously (a few months ago), it was working.
I have tried the same codes you mentioned above in my localhost(fresh WP installation + the latest version of Toolset plugins), it works fine, I can submit the login form without any problem.
Please check my first answer above:
In case it is a compatibility problem, please deactivate all other plugins, and switch to WordPress default theme 2021, deactivate all custom PHP/JS code snippets, and test again
Hey Luo,
I found the issue. It was with the ajax submission on the form. Screenshot: hidden link
After I disabled it, it worked.