We need some way for visitors to be able to tell if the event is sold out when they are looking at the full view (grid) calendar. I'm wondering if we can modify the code to either change the color of the event, gray out the event, or add sold out to the end of the event title...can you think of a way to do this? If so please tell us how and where to edit the code.
We need some way for visitors to be able to tell if the event is sold out when they are looking at the full view (grid) calendar. I'm wondering if we can modify the code to either change the color of the event, gray out the event, or add sold out to the end of the event title...can you think of a way to do this? If so please tell us how and where to edit the code.
Hi,
I guess you could add filter in your theme functions.php:
You will have to write your condition for the "isSoldOut" variable.
Stachethemes Developer
:) Thank you that seems to work.