My categories ARE enabled on the calendar options page. It looks like the color and the tool tip that displays on hover are hard coded into the code , rather than getting the color of the category of the event. I have no of yellow in any of my categories and that yellow is all that shows up on the page. For example: general’s color has been changed to: #578DB9 in the admin panel of the category.
On line 2903 of calendar.php (starts with: $output
)
The background-color is hard coded into it as an inline style. That value might have to be a variable based on the category… unless that was not your intent. If not, It would be a nice feature to add.
OR… you could instead class it based on category and then people can use the style sheet you set up in the options to make it what ever color they want? When it is an inline style it’s impossible to over write.:(