Skip Navigation

[Resolved] Can't login via [wpv-login-form]

This support ticket is created 4 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by stanT-2 4 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1990009

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

#1990109

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

#1991403

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.

#1991599

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

#1991663

Hey Luo,
I found the issue. It was with the ajax submission on the form. Screenshot: hidden link

After I disabled it, it worked.