Hi there!
Thanks for reaching out! I’d be happy to help with your issues.
For the datepicker being overlapped by your theme header, you can add the following CSS snippet to fix:
.datepicker.datepicker-dropdown {
z-index: 999!important;
}
The monthly calendar will only show the previous and next links if there are events scheduled. If you want to force the next months to show even when there are no events, you could create a “dummy” event a year or so in the future.
Let me know if that helps, or if you have any further questions.
Thanks,
Sky