Go to the monthly.twig file and change line 20 to this:
<td {% if day.today %} class="ai1ec-today"{% endif %} >
You are basically adding the space before ‘class’.
You can find that twig file here:
yoursite.com / wp-content / plugins / all-in-one-event-calendar / public / themes-ai1ec / vortex / twig
Replace vortex with the theme you’re using if not that. Vortex is the default theme.
Thanks @wfgerald, let me know if you would like any more information.
@moderator – is there any way we can remove part of the topic text above that shows the folder structure and username? That was my fault for not removing it for security reasons.
Thank you for the quick response @wfgerald,
I tried it and ran into the same issue. The support team at our host pinned it down to a PHP compatibility issue. The site was set up on PHP 7.4. They rolled it back to 7.3 and the problem was solved.