What am I missing when I get a calendar looking like this (this is a test page on a Finnish site with the calendar shortcode and also a widget placed in the rightside bar.
I’m using Events Manager 6.3. WordPress 6.2.2 with Elementor 3.13.4. I tried copying the template files to my theme folder as instructed, but without success. The thememaker told me that it should not be anything in the theme that is messing with it, just that formatting is somehow broken or missing elsewhere?
Thankful for any help as I’m totally stuck! π
I was wishing for something like presented on the EM website as follows, with slight color edits only.
Figured as much, I will have to bug their support again.
The way the calendar is styled on the Events Manager website (my screenshot above), is that from a theme or can it be styled like that in any theme? As long as the calendar works of course. π
It should be formatted as F Y right now, but there’s nothing that says F Y except Grouped list format and changing that doesn’t affect it. Formats in Date/Time are j.n.Y and Y-m-d.
You can copy wp-content/plugins/events-manager/templates/calendar/preview-date-modal.php to the wp-content/plugin-templates/events-manager/calendar directory and then modify the following line:
<?php echo sprintf(esc_html__('Events on %s'), $EM_DateTime->formatDefault(false)); ?>