- Posts: 10
- Thank you received: 0
Calendar View - Spot are 4 - when FULL say full with out clicking
- RICK DEMETRIOFF
- Topic Author
- Offline
- New Member
-
Less
More
6 years 3 months ago #130424
by RICK DEMETRIOFF
Calendar View - Spot are 4 - when FULL say full with out clicking was created 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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
6 years 3 months ago #130429
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Calendar View - Spot are 4 - when FULL say full with out clicking
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
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
-
Less
More
- Posts: 10
- Thank you received: 0
6 years 3 months ago #130449
by RICK DEMETRIOFF
Replied by RICK DEMETRIOFF on topic Calendar View - Spot are 4 - when FULL say full with out clicking
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
6 years 3 months ago #130462
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Calendar View - Spot are 4 - when FULL say full with out clicking
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
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
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.