Hey there, Jeremy!
Sorry for the trouble here–but I can help you troubleshoot. 🙂
I do see that the tooltip is blocking that event link for you. That’s definitely not what we’d expect to happen.
You did mention having customized the template a bit and I do see that there is extra information in the Month View now as a result of that. Where we would expect the tooltip to be positioned like this, the extra content you added is forcing it be slightly out of place.
You can use CSS to re-position the tooltip–something like this in your style.css file:
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip {
bottom: 125px !important;
}
tried out the W3 Total Cache, turned on Minify and bam everything was messed up.
Caching and minifying assets can certainly be a great thing, but it can also break things as well if things are not cached and minified correctly. For example, is the minifying you’re using minifying the files in the correct order? That would be something to check.
The Jetpack option to control widget visibility is not playing nice with the Event Pro widget…
We do know there are some compatibility issues with Jetpack and have noted those here. We do hope to make these two plugins more compatible with one another, but it will certainly require work on both sides to make it happen. We’ve reached out to the Jetpack team and hope we can find ways to do this together. 🙂
Cheers!
Geoff