stephenharris / Event-Organiser

WordPress plug-in, Event Organiser, development repository
http://wordpress.org/extend/plugins/event-organiser/
GNU General Public License v3.0
100 stars 76 forks source link

Can't select an existing Venue when adding an Event #94

Closed ftcteam6024 closed 11 years ago

ftcteam6024 commented 11 years ago

When creating a new event, I click the down arrow to select an existing venue and my cursor turns into the plus with arrows and can't select. The arrows on the keyboard don't work either.

ftcteam6024 commented 11 years ago

This happens in both Chrome and IE

stephenharris commented 11 years ago

@ftcteam6024 This works for me on Chromium (Ubuntu) will check on a Windows computer when I get the chance - but have you tried disabling all other plugins & the theme to verify this isn't a plug-in conflict?

ftcteam6024 commented 11 years ago

I have a sandbox and discovered it is the Sweet Captcha plug-in http://www.sweetcaptcha.com/ Is there any way to trouble shoot? Can you recommend another Captcha plugin? Thanks

On Sun, Jun 2, 2013 at 2:32 PM, Stephen Harris notifications@github.comwrote:

@ftcteam6024 https://github.com/ftcteam6024 This works for me on Chromium (Ubuntu) will check on a Windows computer when I get the chance - but have you tried disabling all other plugins & the theme to verify this isn't a plug-in conflict?

— Reply to this email directly or view it on GitHubhttps://github.com/stephenharris/Event-Organiser/issues/94#issuecomment-18814339 .

stephenharris commented 11 years ago

The bug is in Sweet Captcha, they're enqueueing their own version of jQuery UI. Comment out this line:

 wp_enqueue_script( 'jquery-ui.custom', plugins_url( 'js/jquery-ui.custom.min.js', __FILE__ ) ); // v1.9.2 - 2012-11-27

In sweetcaptcha.php (line 52 in 2.4.3.7). I'll try to get in touch with the devs.