cncf / cncf.io

☁️♮🏛🚧 The CNCF.io WordPress website
https://cncf.io
MIT License
84 stars 38 forks source link

Date widget is badly formatted in admin #651

Closed cjyabraham closed 1 year ago

cjyabraham commented 1 year ago

See date widget which pops up for an Event. This may actually be a question for the plugin author.

Screen Shot 2023-01-31 at 11 29 04 AM
thetwopct commented 1 year ago

I've inspected this and I can't see anything from our side that's causing this. I suspect the underlying DatePicker library has been updated in Gutenberg. It doesn't look like the author is working on this plugin anymore - the last update was now over 2 years ago. @cjyabraham do you want to open an issue as you have asked for the authors help before?

As we rely on this plugin heavily access CNCF and LFE we may have to fix the issue ourselves. The complete plugin is on Github including build process, so we could fork it and update the WordPress modules it relies on.

cjyabraham commented 1 year ago

I've opened an issue with the plugin author.

We could fork and fix ourselves, or we could just avoid using the date widget. We don't use it on LFEvents and use just a text field for dates, which seems to work adequately:

Screen Shot 2023-02-01 at 1 57 39 PM
cjyabraham commented 1 year ago

I swapped in a text field for the date picker to keep it consistent with the Events site.