Posted: November 7, 2012 at 2:21 pm
|
After I activate multi event registration plugin, I see some java conflicts in Firebug. Below is the message from Firebug: TypeError: jQuery(“#event_espresso_shopping_cart :input[id^=”price_option-“], .price_id, #event_espresso_coupon_code, #event_espresso_groupon_code”).on is not a function …conds();wa=na.getUTCMilliseconds();}na=(pa=10000?(pa<0?"-":"+")+o(6,pa<0… |
Suhaib, Can you share the link to your site where the errors are occurring, so we can take a look? |
|
|
Jonathan, Sorry for late response. I updated to one of the latest build and the errors disappear. Anyway the link is http://bostondesiconnection.com. Thanks |
Hi Suhaib, Glad to know this has been fixed. Let us know if you have anymore issues. I am marking this issue resolved. If you need further assistance, please start a new topic. Thanks. |
|
|
Sorry but I have the Same error but this is with the latest downloads With the plugin activated; Calendar will display with plugin disabled. |
Hi Dave, will you activate the plugin and share the URL with us? |
|
|
Just Emailed you ๐ plugin activated. |
Hi Dave, Event Espresso requires the current version of jQuery that ships with the current version of WordPress. It looks like your theme, or another plugin, is de-registering the version of jQuery that is bundled with WordPress, and is including a much older version (version 1.4.2 of the jQuery JavaScript Library) Can you check to see if the theme is deregistering the current version of jQuery that is bundled with WordPress? |
|
|
Hi, What version should it be using? I have found the reference within the theme it is using Regards Dave |
|
I have just used http://code.jquery.com/jquery-1.8.3.min.js?ver=1.8.3 instead – I dont get the calendar but just the buttons Scrap that – I just removed the wp_register & wp_deregister lines out of the theme and it has worked fine ๐ Thank you for pointing me in the right direction! Dave |
WordPress 3.4 ships with jQuery version 1.7.2. You can alter the theme so it will always be current.
these two lines can be removed so the bundled version loads:
If the theme is loading jQuery in the header.php file (not in a function), you could change it to this:
|
|
|
I just removed the wp_register & wp_deregister lines out of the theme and it has worked fine |
The support post ‘Multi event registration and Java errors’ 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.