Im having the same issue here: https://66.147.244.210/~solelpr1/calendar/
I’ve entered two different calendars and both are not displaying the event title.
I’m using:
<div class=”gce-list-event gce-tooltip-event”>[event-title]</div>
<div><span>Starts:</span> [start-time]</div>
<div><span>Ends:</span> [end-date] – [end-time]</div>
[if-description]<div><span>Description:</span> [description]</div>[/if-description]
<div>[link newwindow=”true”]More details…[/link]</div>
and this one in the second:
[event-title]
Starts: [start-time]
Ends: [end-date] – [end-time]
[if-location]
Location: [location]
[/if-location]
[if-description]
Description: [description]
[/if-description]
[link newwindow=”true”]More details…[/link]