Hi,
Thank you for writing. I hope you’re doing well.
Have you done any customization work on the CSS styles? I can see that you have this code:
.tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .type-tribe_events {
display: none;
}
And that is preventing the events to be displayed.
As for the dots, this is the code generating them:
.tribe-events-calendar .tribe-events-has-events:after {
content: "";
display: block;
height: 8px;
width: 8px;
padding: 0;
border-radius: 50%;
background-color: #333;
margin: 5px auto;
}
Please check your stylesheets, or if you already removed these styles see if there’s a cached version.
Best,
Juan.