Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    sorry, not possible using wp fullcalendar but you can create a category for fully booked events and change it manually. also, you can also try to use the normal full calendar and change it using template file at events-manager/templates/templates/calendar-full.php but you need php coding for this.

    to use templates:https://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter jamesleegood

    (@jamesleegood)

    Thanks for your reply Angelo!

    Unfortunately the manual method of moving events to a new category would be impractical for my site as there will be many user submitted events, each of them with only 1 ticket (1 on 1 tutorials). Is this process automate-able?

    And would you mind expanding a bit on what you meant by using the normal full calendar? Do you mean adding conditional css to add colors to the event listing?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    ” Is this process automate-able?” practically yes but you need custom coding for this which unfortunately can’t help you since I also haven’t tried it yet.

    “normal full calendar”
    or try this go to Events > Settings > Formatting > Calendar > Event format then use this format

    {has_spaces}<li>#_EVENTLINK</li>{/has_spaces} {fully_booked}<li><a href="#_EVENTURL" style="color:#000">#_EVENTNAME</a> </>{/fully_booked}
    Thread Starter jamesleegood

    (@jamesleegood)

    Thank you very much Angelo!! It worked!!

    okay one more question here: if I want to style normal full calendar such that it looks kind of like the wp fullcalendar (e.g. “month” title center aligned, “day” number top aligned, equal cell sizes across the table etc), where should I change the code? Should I dig into calendar-full.php, or is there some CSS file that controls the table?

    Cheers,
    James

    Plugin Support angelo_nwl

    (@angelo_nwl)

    Thread Starter jamesleegood

    (@jamesleegood)

    Thanks!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Full Calendar to show different color for fully booked events’ is closed to new replies.