Disabled and still doesn’t work… Here’s the error shown in Firebug :
display_espresso_notices();function display_espresso_ajax_notices(message,type){type=typeof type!==’undefined’&&type!==”?type:’error’;var notice_id=’#espresso-ajax-notices-‘+type;$(notice_id+’ .espresso-notices-msg’).text(message);$(‘#espresso-ajax-notices’).eeCenter();$(notice_id).slideDown(‘fast’);$(‘.espresso-ajax-notices.fade-away’).delay(10000).slideUp(‘fast’);}
Your site is using jQuery 1.4.2 which is very old (WordPress 4.1 ships with jQuery 1.11.1 by default).
Most likely the theme (maybe a plugin) has de-registered the WordPress jQuery and loaded an older version.
EE require jQuery 1.8.3 as an absolute minimum to run its scripts and we strongly recommend using the WordPress default.
Your theme seems to be a custom theme (based on the theme folder name) so I would refer to your theme developer for assistance in fixing this jQuery issue.
Bringing the jQuery up to date *should* fix the maps issue, but even if it does not it will give us a level playing field on which to test further.
Viewing 3 reply threads
The support post ‘Google Maps’ 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.