I had the FullCalendar Colors module working great with different colors for taxonomy terms. Then I needed to add a new term.

The weird thing is that even though the new term is showing up in the Colors config page, and the correct CSS class is being assigned to the item in calendar, the page doesn't contain the CSS for the new term (.fullcalendar_colors_taxo_term_10). I've cleared all caches but it doesn't make any difference. Is there something I've missed?

Comments

aspilicious’s picture

We are rewriting the colors code because we have some bugs with the current approach, this should be fixed after that. Leaving this open to verify.

Are you using ajax?

Anonymous’s picture

Yes Ajax was on for the view. I see that disabling Ajax fixes it. I guess a workaround would be to set the CSS for this term at the theme level.

tim.plunkett’s picture

Status: Active » Closed (duplicate)

Sorry about this bug. Setting CSS manually is a good temporary workaround.

Marking as duplicate of #1348538: Rewrite the FullCalendar Colors API to be the Colors API using the CTools CSS system.

Anonymous’s picture

Will do, thanks Tim.