Hi Paul,
I can help troubleshoot this with you and get it working.
I took a look at your site and found this error in the console of my browser:
ReferenceError: Mobile_redirect is not defined
Which looks to be coming from this script in the head of your site:
<script type=”text/javascript”>Mobile_redirect(“http://m.mobilewebsiteserver.com/site/parkspa”);</script>
That should help, but to show the events I see the theme has rather loose selector hiding things.
Try adding this css to your theme or through a plugin such as Simple Custom CSS:
h3.tribe-events-month-event-title {
opacity: 1;
}
Let me know if that works for you.
Thanks