finntown
Forum Replies Created
-
And the team has reviewed this or not?
Any input from the Elementor team? The silence is deafening.
No custom code is needed, what is needed is that the Elementor team removes this unwelcome promotional widget.
Exactly, the plugin is not even installed. Hence this support request. Thank you @ov3rfly
This is the new thing on the WP dashboard, I know I can hide it, but we don’t need it to begin with, so it would be easier to disable it for all users.
Forum: Plugins
In reply to: [Download Manager] Style changes in a recent updateLate answer, but the latest update fixed the styling issues and I also had issues that the front end colour settings were not respected. They all work now. Thanks.
Wondering the same. When is it applied to the stable version?
Same problem, only admin could access the editor without a fatal error. Rolled back to 3.31.2.
Edit: Same error happens in both 3.31.3 and 3.31.4.
- This reply was modified 7 months ago by finntown.
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?
