Hi impact100, your theme defines the following rule (note the text- indent property):
.home-top-right h4,.eventsAdvancedListWidget h4{
width:346px;
height:44px;
text-indent:-99999px;
}
That’s basically shifting the event title way out of the visible dimensions of the page. I’m unsure exactly why it would do that (and it clearly relates to the events widget, perhaps it is a tweak you made in relation to the last iteration of our plugin?) … but would it be possible for you to amend that and remove the text-indent property?