finntown
Forum Replies Created
-
Belated thanks for the help!
I’m not intending to pay for this, thanks anyways.
One more question. The modal title is not editable/translatable? I know the date is, but I can’t find where the “Events on” is located. Thanks!
Most likely I’m missing something that’s blocking the settings, i.e. the theme in question. Thank you for your help.
For some reason it doesn’t respect those values. I edited section-header-navigation.php from
<input type="month" class="em-month-picker" value="<?php echo $EM_DateTime->i18n('Y-m') ?>" data-month-value="<?php echo $EM_DateTime->i18n('F Y') ?>">
to
<input type="month" class="em-month-picker" value="<?php echo $EM_DateTime->i18n('Y-m') ?>" data-month-value="<?php echo $EM_DateTime->i18n('M Y') ?>">
Not the nicest way to do it, but this did change the value from full textual month to short textual month.
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.
It was indeed the theme at fault, a few lines removed from functions.php and it works now.
I’ve tried to change this date format, but I don’t seem to have any success doing it. Is it not the date field in Settings -> Formatting -> Calendar?
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. ??
I do not get the same problem with Twenty Twenty-Three.