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
Required questions not required for users | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Required questions not required for users

Required questions not required for users

Posted: October 30, 2013 at 9:37 am

Viewing 2 reply threads


Breakwater School

October 30, 2013 at 9:37 am

Hello,

Questions that I have indicated as required and display an astertisk on the registration form are not required. I’m getting a lot of registrants with tons of missing information. Here is an example of our registration form: http://breakwaterschoolregistration.org/?page_id=18&ee=31

Could it have to do with coding in my theme? I use the “ArtWorks” Theme.


Breakwater School

October 30, 2013 at 9:41 am

Also, I should let you know that I’ve changed all of the questions to not required and then back to required already and that did not work.


Josh

October 30, 2013 at 11:03 am

Hi there,

I can confirm it’s the theme that’s breaking this. The trouble stems from the theme’s scripts.js file not being written to be compatible with the jQuery noConflict mode. WordPress loads up jQuery noConflict mode by default and all of Event Espresso’s scripts are written to be compatible with noConflict mode. Here’s a screenshot of the error in the web inspector.

Looking this file over, One way to fix this is change the opening of the first function in the file so it looks like this:

(function neue_slider($) {

Then on line 413 change it to:

})(jQuery);

Then on lines 424 *and* 451 change them both to:

jQuery(document).ready(function($) {

If the above changes do not fix the issue then there may be other scripts that need to be adjusted. This is a good reference that has several options on how to make the theme compatible with jQuery No-Conflict Mode:

http://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/

Viewing 2 reply threads

The support post ‘Required questions not required for users’ 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.

Event Espresso - Staging Server