In this case, it looks like the theme is including the jquery.validate.js plugin. I’m wondering if it’s enqueueing it properly or if it’s enqueueing it with a different handle. Normally it wouldn’t get loaded twice if both scripts are enqueued with the same handle, WordPress will only load one of them.
The other possible cause of this is the version of the jQuery validation plugin that the theme is using is version 1.7, which Event Espresso is actually using a newer version. So you could also try updating the theme to use a newer version of the jQuery validation plugin. Event Espresso uses version 1.8.1.
I have updated the theme to jQuery 1.8.1, by copying the jQuery Validation from your plugin. But the button is still not working. I tired to add the script mentioned above. but that didnt work either. Hmmm….
Uncaught TypeError: Cannot call method ‘setDefaults’ of undefined
Which seems to be coming from the themes custom.js file, line 467.
That could be interfering with the other jQuery, stopping them from working.
Viewing 3 reply threads
The support post ‘Submit button not working’ 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.