hoverlord
Forum Replies Created
-
Hi Victor, I understand. Many thanks for the tip! Best regards, keep up the good work, Dirk
Hi Victor, thanks for the reply! Here are the screenshots of how I added the block in the widget area:
Forum: Plugins
In reply to: [ACF RRule Field] fifth weekday of the monthWow, awesome! Cheers mate!
Forum: Plugins
In reply to: [ACF RRule Field] Timezone supportHi Marc, I think date_i18n is right as the acf date field also seems to use it.
All the best wishes, DirkForum: Plugins
In reply to: [ACF RRule Field] fifth weekday of the monthHi Marc, indeed my client has events that only occur on the fifth weekday of the month, and if there is no fifth, the event does not take place. I would very much appreciate if you could add that option.
Thanks a lot, DirkForum: Plugins
In reply to: [ACF RRule Field] Timezone supportthe problem seems to be on the acf side. it seems like acf does not respect the time zone settings of wordpress. i was able to find a solution:
add_filter('date_i18n', function ($date, $format, $timestamp, $gmt) { return wp_date($format, $timestamp); }, 99, 4);
taken from this thread: https://github.com/AdvancedCustomFields/acf/issues/252
Forum: Plugins
In reply to: [ACF RRule Field] Timezone supportHi @marcbelletre,
thanks for your reply! Our timezone in wordpress -> options -> general is set to “UTC+1”. When I make a new entry with RRule Field, for example with start time 19:00, save this entry and edit it again, the start time is changed to 18:00. I made two screenshots to make it clear:
https://freisicht.net/tmp/new_entry.png
https://freisicht.net/tmp/edit_entry.png
I can provide an admin acc if that helps.Forum: Plugins
In reply to: [ACF RRule Field] german translationHi @marcbelletre, thanks for pointing me there, I made a request.