I went back to version 3.9.4 and that resolved my problem with the critical error.
I have installed the plugin provided by Wokat.
Thank you! This is working well for us at the moment.
Big thumbs up.
George
Looking forward to the new ‘Temporary Closure’ tag to actually show a Temporary Closed meeting on the TSML mobile app.
Works fine on the individual websites but action is needed on the mobile app.
Can the community help in anyway? Let us know.
My own solution:
Wrapped the output in a div and used css to not display the h2 title.
<div class=”no_title”>
<center>[events_list_grouped groupby_orderby=”event_start_date, event_start_time” category=”29″ ]#_EVENTLINK – #_EVENTTIMES
[/events_list_grouped]</center>
</div>
.no_title h2 {display:none}