Two Issues: Placeholders appear and filter make event calendar disappear

  • Issue description:
    Hello,

    I’ve recently noticed something in the event calendar that shouldn’t be happening.

    First:
    Black placeholders are now appearing in the calendar for recurring events.

    Second:
    When the filter is clicked on my calendar, the entire calendar disappears. It only reappears after the page is refreshed.

    I’ve attached a video to this post so you can see the two issues.

    Thank you for any suggestions, as I haven’t made any changes to the event calendar recently.

  • Video:

    Best regards, Gam.

1 Like

Hi there, @Gam :waving_hand:

I am so sorry about these inconveniences!

I see the issue with the empty spaces and forwarded it to the devs. I’ll keep you updated :slightly_smiling_face:

As for the issue with the Filters, I couldn’t replicate it on my end. If the issue still persists on your end, please:

1 Like

Hi @Max,

All right, thanks for the quick reply.

Regarding the filter issue: You’re right, it seems to be browser-related.

Firefox: Problem!
Safari: No problem.
Chrome: No problem.

I’ll test it again over the next few days.
If it’s still happening in Firefox, should I still take a screenshot of the Dev Console?

However, the placeholders appear in every browser.

Thanks a lot!
-Gam

1 Like

Thank you so much!

I managed to replicate the issue in Firefox, and there is no need in the screenshot now. I’ve shared this issue with the devs as well and will keep you updated :slightly_smiling_face:

1 Like

Hi there, @Gam :waving_hand:

Thank you for waiting!

We’ve fixed the issue with the empty spaces using this CSS code:

.eapp-events-calendar-grid-item-container:has(.eapp-events-calendar-grid-item[style*="display: none"]) {
  display: none;
}

The issue with the Filters in Firefox has been addressed as well. Please check your website and let me know if everything is fine now :slightly_smiling_face:

1 Like

Hi @Max,

Great! I just checked it. It works perfectly. :+1:
Thank you so much to you and the team.

2 Likes

It’s my pleasure!

Don’t hesitate to contact us here again if any questions come up. We’ll be more than happy to help :wink:

1 Like