loreboldo
Forum Replies Created
-
Same here! I’ve provided a more fragile, temp fix (but that can be done also by non-coders) here: https://ww.wp.xz.cn/support/topic/calendar-displays-with-wrong-month-name/#post-18862926
Same issue here. I had to fix it by editing
/wp-content/plugins/events-manager/includes/js/events-manager.jsand removing the following two lines (ironically, it was supposed to be a fix):// this bit fixes issues if the supplied text value has a mismatch with the real text value due to localization differences between WP and flatpickr
let month_real_value = monthpicker.val() + '-01';
fp.setDate( new Date( month_real_value ) );And also had to rename
events-manager.js.mapinto something likeevents-manager.js.map.bakto make the frontend use the non-minified version.Forum: Plugins
In reply to: [mqTranslate] Visual Editor not working on WP 3.9.1Hi everybody, same problem here:
Also, I noticed that when I write something into the editor and I save, then the content disappear.
Dear angelo_nwl and Marcus, thank you.
I set the offset to “UTC +0” and after updating the recurring events everything is fine now.
They were not all-day events, but they had “no duration” (starting and finishing the same hour – I use hour for sorting events in lists).
Yet, I suggest you to investigate into this (why it’s not working with cities?).
Thank you and keep on improving this wonderful plugin!
Exactly. Not recurring events set on (for example) the 31st of October stay on that date.