Forum Replies Created
-
AuthorPosts
-
Hi, as well as my earlier email (#1069116) about v2.0.5.3 breaking the filters, we've noticed that when the toolbar is turned on and the user clicks 'next' or 'previous' the timetable displays a message "No Events to Display". However the classes are configured to display for the next 100weeks.
You can see this happening on the following page here:
https://flametreeyogastudio.com.au/yoga-class-and-timetable/The WordPress login that we previously provided to you is still valid.
Thanks,
You don't worry this issue. I will update in the next version.
Hi,
When I update to the latest version of the plugin (2.0.5.3) the filters break again. With v2.0.5.3, we just get a message saying "No Events Found".
I've had to revert to a backup and restore v2.0.5.2 and whatever changes you implemented for us on https://flametreeyogastudio.com.au/yoga-class-and-timetable/
Thank you for the update, and very quick support response, everything is working well.
Was this a code update? If I update the plugin in the future will it break the fix you have implemented?
This reply has been marked as private.Thank you for all your help with this.
Thanks for the code - I'll take a look. I was going to use address for the room number. For some reason I didn't get email notifications for your update, and managed to extend your code to do it. I'll explain how:
In fullcalendar.custom.js, in the function ListEventRenderer.prototype.fgSegHtml around line 14818, eventDef contains a property 'miscProps', so I added this line:
'<td class="fc-list-item-title ' + theme.getClass('widgetContent') + '">' +'<a' + (url ? ' href="' + util_1.htmlEscape(url) + '"' : '') + '>' +util_1.htmlEscape(eventDef.title || '') +' by ' + util_1.htmlEscape(eventDef.miscProps.trainer || '') + ' in ' + util_1.htmlEscape(eventDef.miscProps.address || '') + '' +'' +The end result is in the attached screengrab. I just need to modify the CSS so the extended details aren't visible on mobile.
-
AuthorPosts