Calendar View - Spot are 4 - when FULL say full with out clicking

  • RICK DEMETRIOFF
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 3 months ago #130424 by RICK DEMETRIOFF
In my menu i'm using a Calendar View
1. I'm setting lots of dates for a crane to take out boats
2. We have an am and pm set to 4 per each
3. We are having dates from april to oct each day
4. on the calendar it only show the AM and PM
- the user has to click on them to see if they are full
5. Is there a way on the Calendar view to show when it full so you don't have to click on it to see this info.

Thanks

Please Log in or Create an account to join the conversation.

More
6 years 3 months ago #130429 by Tuan Pham Ngoc
Hi Rick

When an event is full, it will has the css class eb-event-full

Maybe we can add some custom css to make it becomes red so that users know that it's full?

Or you want something different?

Tuan

Please Log in or Create an account to join the conversation.

  • RICK DEMETRIOFF
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 3 months ago #130449 by RICK DEMETRIOFF
So on the Calendar view it will change the clicable item to say full instaed of the Name of the Event?

Please Log in or Create an account to join the conversation.

More
6 years 3 months ago #130462 by Tuan Pham Ngoc
Hello

No, it won't. We can only change it's style/appearance so that it looks different compare to other events. For example, you can try to go to Events Booking -> Configuration, look at Custom CSS tab, add this custom css:

#eb_full_calendar .eb-event-full
{
background-color: red;
}

Then check the page again. Full event will be displayed in red background. You can use any custom css you want. Hope it's clear to you now

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc