MEC calendar isn't working properly since last theme update

Hi, it seems like every time the theme is updated, my MEC calendar plugin stops working. I disable the theme and try a different one and it works fine. Not sure why this is happening, but would like to make sure the plugin doesn’t break each time if possible as I use this on several different sites.

Thanks!!
IJWAS

Hey IJWAS,

Thanks for reaching out!

Would you mind sharing detailed information on the problem you are facing with the MEC calendar after updating the theme? In that way, we can address your issue properly.

Cheers!

Sure. I have the booking piece set up, and now the register button is gone. I switched to the “modal” setting for the button and it shows up now, however, it goes nowhere. Everything was working fine before. It also works fine if I switch themes to a default theme. Here is the link: https://kcrqf.com/events/2023-3day/ and the password to get into that page is 2023.

Hello IJWAS,

It might be the issue of plugin conflict or cache issue version compatibility issue. Please make sure your theme, plugin, and WordPress version are updated as per our version compatibility page. I would suggest you must troubleshoot a few of the common issues. I checked your given page URL it seems that the register button is working but the form is not displaying the modal. For a quick fix, you may add this custom CSS code under Theme Option —>CSS.

.lity-content .mec-events-meta-group {
display: block;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thanks! That worked, but I didn’t have the modal turned on before, and when I turn it back off, the Register button disappears. So weird. :-/ I will play around with it some more. The MEC plugin will not update as a stand alone plugin. It only updates when the theme is updated, unfortunately.

You are most welcome, IJWAS.

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