Modern Events Calendar - book your place not working on Modal 1

Hi,

I have a client complaining that the ‘Book your place’ button on the Modal version of an event does not do anything, it should slide down to the booking form (like it does one the ‘Separate Window’ version of the event

I’ll add links to the private section below

Hi,

I was able to replicate the issue on my test sites.

I will forward this to plugin developer for review.

For the mean time, you can either hide the button in modal window or display event on separate window instead of modal.

To hide button in modal, you can add the code below in Theme Options > CSS

.lity.lity-opened .mec-booking-button {
   display:none;
}

To open in new window. Navigate to ME Calendar > Shortcodes > Skin> Edit and set display option to open in separate window.

Hope that helps

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