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 Submit button on registration page isn't doing anything | Event Espresso - Staging Server
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.