Posted: July 5, 2018 at 8:14 am
|
Registered users that fill out an event booking form without login are asked to login first with a popup window. This popup windows disappears after a lapse of a few seconds and a warning text box shows up inside registration form with a Login button. After clicking the “Login” button, registered users that input a wrong password are not allowed to continue with the checkout, and the spinning wheel keeps on turning up until checkout flow hangs and users abandon. Definitely the process must warn users that their password is wrong and redirect them to the login section to the site, can you please help to fix this? Check screenshot: https://imgur.com/a/l5xVlGu |
Hi, I’m not able to replicate the same issue on a testing site. So the fix I advised in your other topic might also fix this issue. |
|
|
After a update reCAPTCHA the issue still continues when registered users try to make bookings and input a wrong password in registration form. |
You can send details using this form: |
|
There’s a JS error on the site, which prevents other JavaScrip from running. If you temporarily remove this code from the site – http://take.ms/LJ6NQ Does it work then? |
|
|
I have removes this code:
But the problem continues. |
|
I have also removed other related js code related to the same event stars reviews, and now there is no js warning in console. However, the problem with checkout hanging continues. Check screenshot: https://imgur.com/a/7NJYX8a |
|
Please test yourself with the credentials provided in contact form. |
Can you try deactivating the Popup Maker plugin to rule out whether it’s causing some interference there? |
|
|
After deactivating Popup Maker, issue continues the same. |
You may need to rule out all plugins and the theme, because we can’t replicate the issue locally. |
|
|
Well, after changing current theme to Twenty Fourteen the registered user popup login window shows a warning “an invalid user or incorrect password”, which does not appear in my theme….guess now how to fix this |
|
this is the screenshot with Twenty Fourteen popup login window after registered user inputs a wrong password in checkout: https://imgur.com/a/136UxrC. With my theme there is not such an alert window and the checkout process hangs indefinetely. |
Can you contact the theme developer for support? |
|
|
Yes I can, but my experience with them is very poor and my expectation for a solution is low. |
It would be best if the theme developer can fix their theme. We generally cannot support code from third party themes/plugins. We can take a quick look at the theme’s code if there’s a URL where we can download the theme from, but we cannot guarantee a fix when it’s not code developed and supported by Event Espresso. |
|
Hi, The copy of the theme you sent works OK on my site. There’s no hanging at checkout if the wrong password is entered: https://slack-files.com/T02SY781D-FBN4CU91R-9fab77b847 Two things you can check: Is the copy you sent the same as what’s on your site? Also, if the server hits a memory limit during the AJAX request, that will cause the hangup. So the reason the breakage didn’t occur on your site with the default theme could be the default theme’s lower resource needs. In which case you can bump the amount of memory available to WordPress by following this guide: https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ |
|
|
The copy of the theme I sent you is the one I’m using, more precisely a child version of the theme. |
|
As a matter of fact, the problem with the hangup remains with the original theme activated or child theme version in my live server. |
|
However, test with Twenty Fourteen theme in live server solves the issue. |
|
Could this issue be due to a problem with redirecting users after clicking on the Login button in the checkout registration popup windows? |
No because it’s not an issue when you have the twentyfourteen theme activated. Does the issue occur if all plugins are deactivated while the Aventura theme is activated? |
|
|
It seems I’m closer to the problem. Issue does not occur when plugin Redux Framework is deactivated (while Aventura Theme is activated). The bad news is that the theme seems to need Redux plugin to work… |
This information about the Redux plugin helps narrow things down a bit. If you go to the WP dashboard’s Appearance → Customize page, you’ll find a “Login and Register” menu item. The “Login and Register” menu item is added by the Aventura theme, but only if the Redux plugin is activated (because it depends on the Redux framework to add that option). Are any of the options on the Login and Register panel set? If so, you can unset the options there and that should fix the problem. |
|
|
I get the issue fixed anytime my custom Login page is left empty in the custom “Login and Register” options panel. However, after doing this, the WP default login page (wp-login.php) appears in situations like |
You might need to contact the theme support for that question, as we do not support the Aventura theme. |
|
The support post ‘Checkout hangs with wrong password registered users’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.