[SOLVED] Mini calendar doesn't show date

The mini calendar is empty, no date are showing. This capture is from the sample application (New calendar app)

It can be patch with this code in onCalendarScriptInit

?>
<style>
#calendar_mini .fc-day-header {
opacity: unset !important;
}

#calendar_mini .fc-day-top {
opacity: unset !important;
}

#calendar_mini .fc-other-month {
opacity: .3 !important;
}

</style>
<?php

On 9.6.002 the date appear on the mini calendar, but the previous and next month date are the same as current month, they should be in a lighter grey.

The patch I provide will do it correctly

?>
<style>
#calendar_mini .fc-day-header {
opacity: unset;
}

#calendar_mini .fc-day-top {
opacity: unset;
}

#calendar_mini .fc-other-month {
opacity: .3 !important;
}

#calendar_mini .fc-day-number {
float: unset;
}
</style>
<?php

Hello!

We appreciate your feedback.

We found what’s happening and already passed to our development team.

Best regards

1 Like

Hello!

This problem has been solved since the last version 9.4.003.

Best regards.