Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Add more attendees toggle not working after update | Event Espresso - Staging Server
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.