Hi, the situation is not resolved, I restored 3.1.19 so that my guests can continue to register for events today. I will review the troubleshooting tips in the link you sent. Thanks
@Terrence it looks like the Javascript error is due to an outdated version WordPress (version 3.2.1) and jQuery (version 1.6.1) on your site. The latest version of Event Espresso requires jQuery 1.7 and the latest version of WordPress is loading jQuery 1.7.2.
I changed the event-espresso/includes/functions/main.php around line 200 where it says:
.on(\'click\',
Changed it to
.click(\'click\',
Looks like there are 6 spots.
Then change
.off(\'click\',
To
.unbind(\'click\',
Looks like there are 2 spots.
This should work for jQuery versions earlier than 1.7.
Viewing 9 reply threads
The support post ‘Add more attendees toggle not working after update’ 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.