We have a class(event) setup and the registration page does not work. Once you fill out the first form and click continue to payment options, it just reloads the first page of the registration. It will not continue.
It turns out the reason for this is because the WordPress theme is not compatible with WordPress 4.5. There’s more information about this issue in this other thread:
There may be an update for the theme which will include a fix. If an update isn’t readily available, you can apply a fix manually by editing the theme’s script.js file, where on line 44 you’ll change this code:
$('a[href=#top]').click(function(){
to be this instead:
$('a[href="#top"]').click(function(){
Viewing 1 reply thread
The support post ‘Registration page not working (2)’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.