Hi! On one of the websites I manage, I use WP Amelia, a popular plugin for appointments and events. I’m attempting to rebuild it using Cwicly, but I’ve noticed that the events calendar doesn’t work when the Cwicly plugin is activated.
Sorry to hear about the trouble you’re experiencing.
I’m not familiar with this plugin but tried an installation on my side and couldn’t reproduce the error you’re experiencing, as can be seen here: https://red-badger-jepu.instawp.xyz/hello-world/
Is your Amelia plugin up to date?
How are you adding the shortcode to your post/page?
Hello @Louis!
Thanks for the quick response!
Indeed, it works fine on your test site.
I created a fresh install with only Cwicly and Amelia and it works there as well.
So, I’ll do some investigation because it seems there’s an issue with my current environment or another plugin.
Sorry for the inconvenience.
Please don’t hesitate to reach out to us at support@cwicly.com and provide us with a temporary access, so we may take a closer look at what’s going wrong on your side.
If you do choose to share a temp login with us, to keep things secure and private, kindly send the details using: https://paste.cwicly.com/
Hi @Araminta,
This issue has been resolved now.
There was a CSS conflict. In the custom stylesheet, I had:
[class*="grid-"] {
display: grid;
}
This was meant to target classes like .grid-2, .grid-3, .grid-4 , etc. However, I found out that the Amelia calendar was also using a similar class, .fc-daygrid-day-frame , and the CSS rule above was affecting this class as well, which disrupted the layout in the calendar view. I adjusted the CSS rule, and now it works fine.