Modern Events Calendar - Single Event Page Booking and Recaptcha

With the MEC calendar, it appears the booking module on the full page for a single event does not function. It’s there, but you can’t click on anything. Here’s the link to the page: https://tw3lubbock.com/events/tw3-luncheon-february-2018/. The popup modal version seems to work fine, but it’s just on the individual page that it doesn’t work as it should.

Also, the Google Recaptcha option seems to not work correctly. I turned it on and it worked fine for a little bit, then it stopped working on the desktop versions, but fine on mobile. On desktop, it wouldn’t have the “I am not a Robot” checkbox, and so every time you try to advance on the booking form, it says the captcha is incorrect, as if it exists there, but shows as unchecked. Let me know if I need to turn it on so you can see what’s going on. I had to turn it off so that people could actually progress in the form, but I’d like to have it working to secure that form a little better.

Hi There,

Thank you for writing in, regarding the form not clickable, please add this to Theme Options > CSS

.mec-event-article.mec-clear {
	z-index: -1;
}

Regarding the recaptcha, regretfully I was not able to encounter the issue (did you deactivate recaptcha?), my test registration seems to go through without entering recaptcha, please confirm.

Cheers!

Unfortunately, using that code fixes that problem, but creates a worse one where none of the links work on the RSVP page (you can’t click on events or any of the associated buttons). As for the Google Recaptcha, as I said–YES, it’s deactivated currently because this form needs to work now, and taking off the Recaptcha was the only way to assure it did for right now. I explained the exact issue it was having, hoping that would provide enough information to go off of, but if not, I’ll have to wait until at least next Wednesday to turn it on and test it, as people need to be able to register for next Tuesday’s event for now.

Hi,

You can try this code instead.

.single-mec-events .widget.widget_mec_mec_widget {
   float:right;
}

Hope that helps.

Awesome! I have no idea how that works…but it did. Thanks!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.