Hi pedu,
please make sure the “Threshold for “partly booked”” for the calendar is set to 1. Also note, that only confirmed bookings show up in the calendar.
Than you for your answer. I had checked these thinks.
If you hower mouse over the 31.12.2016 you will see “Fully booked” little wondow, but all cells in the row are white.
Could you send me a link to your page?
There is an issue with your theme. The theme sets every second line of any table to white. Maybe you can remove this line:
.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }
In this file:
hemingway/style.css
We will also work on a fix for that.