Services Plugins FAQs

Air Calendar (Full Calendar

Good Morning Team, When i view the calendar in Monthly Veiw i can currently see all days the same colour. What i would like to do is set a conditional to make days that are unavalible in a differnt colour. The only way i have been able to see this is possible is to create many events with different days and then set a field of “blocked event field” and then set that to blocked. I really dont want to do this as it will just clog up my DB with so many unessisary event entries. I have had a really good look in the conditions tab and have found nothing that will aloow me to set a conditional formatting to a single calendar date. Has anyone got any ideas of a work around to this one.

Hi @leigh.davidson.west ,

Thank you for reaching out, and happy holidays! :christmas_tree:

We’ve received your question regarding setting conditional formatting for unavailable dates in the calendar without creating multiple event entries. This is an interesting use case, and we’re currently reviewing it to explore potential solutions or workarounds that align with your requirements.

We appreciate your patience and will get back to you with more details as soon as possible.

In the meantime, if you have any additional insights, feel free to share them with us!

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

**Hi @leigh.davidson.west **

Thank you for your patience! :pray:

To achieve the functionality you’re looking for, you can use an HTML element on your page with custom HTML/CSS code. This allows you to style specific dates directly without creating unnecessary database entries. For example:

<style>
[data-date="2024-01-05"],
[data-date="2024-01-12"],
[data-date="2024-01-19"],
[data-date="2024-01-26"] {
    background-color: #f0a0a0 !important;
    color: #ffffff !important;
}
</style>

This code will highlight specific dates (e.g., 2024-01-05) with a custom background and text color. Simply replace the dates and colors to suit your requirements.

I’ve attached a screenshot with an example to help visualize how it works.

Let me know if you need further assistance or have additional questions. :blush:

Wishing you Happy Holidays and a wonderful New Year! :tada:

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hi guys,

Thank you so much for this and taking the time. It means a lot I love your plugins and hopefully this helps someone else as well enjoy the new year.

Leigh

Hi @leigh.davidson.west ,

Thank you for your reply! :raised_hands:

I’m glad everything is working now. If you ever need help in the future, feel free to reach out—it’s always a pleasure to assist. :blush:

If you’re enjoying our plugins, we’d appreciate it if you could take a moment to rate them. Just go to the Plugins tab in the Bubble editor, search for the plugin by name, and give it the stars you think it deserves.

We’d also love to hear your full feedback! You can share your experience at Zeroqode Reviews or via these direct links:

Your feedback helps us improve and supports the Bubble community!

Wishing you a fantastic week and a Happy New Year ahead! :tada:

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3