Hi Dean,
Thanks so much for your help.
I have switched back to my primary theme (orange and blue) now.
I have tried all the suggested troubleshooting methods with no luck and also ran firebug on that page but it doesn’t come up with an error report.
Do you know where I may be able to fix the Javascript conflict? which file should I be looking into? functions.php? If you could possibly help to point me in the right direction it would be a huge help.
In addition to addressing the errors that Dean pointed out above, you can also try commenting out functions one by one in the functions.php file. This way you can rule out conflicts with specific functions from the theme. Note that some themes will have functions more than one file, and they’re usually called or included from the main functions.php file.
So an example of this would be to look through functions.php file for a function that looks something like this:
function custom_theme_function() {
//php code here
}
Then comment it out like this:
/*
function custom_theme_function() {
//php code here
}
*/
Viewing 5 reply threads
The support post ‘Submit button on registration page isn't doing anything’ 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.