-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACF 5.0 Support #53
Comments
Would be amazing to see this updated to include v5 support! |
Hope, that there will be an update |
Hi @soderlind ! Same here it doesn't work with ACF 5 :( |
I would also love to see this one updated to support V.5 / PRO :-) And besides that thank you so much for a lovely extension! |
I'd love to see this work again as well and would be happy to help in any way I can. |
I have just submitted an update to version 5.0, however the fields doesn't save the options correct and I can't seem to figure out why i doesn't work. if you @michaelsilva can figure it out why, please let me know. |
Fixed the bug with options not being saved. Front end doesn't work atm. |
I've corrected the plugin and updated it to rung with version 5.0 / PRO. Until @soderlind checks it out and merges into master branch, you can pull of my fork here: https://github.com/yanknudtskov/acf-field-date-time-picker |
Hmm just discovered there is a minor "bug" my fork, after you save the page/post that has the field in it, the value will be displayed as a timestamp and not the formatted version of it. Trying to figure out why that happens. Other than that, it works just fine. So functionally it seems intact :-) |
Aah, finally figured it out. Had forgot to add the load_value() function to the plugin. Everything seems to be fine and dandy now. |
Nice work! I will test your fork on my project tomorrow. |
@bostondv Thanks! Let me know if it works or not :-) |
@yanknudtskov It works great for me 👍 Just one issue, I get a PHP notice once the plugin is activated and when adding new fields with the date time picker type
I suggest you open a pull request and hopefully @soderlind can merge it soon! |
@bostondv Thanks :-) I've just opened a pull request. |
@yanknudtskov Great work! Thanks for this. Small bug: when this plugin is activated it seems to cause some trouble with the standard date-picker fields. When I open an edit page containing a date-picker field and scroll to the bottom, the date-picker dialogue is appearing at bottom left: Deactivating your patched date-time-picker stops this happening. Minor bug, I know, otherwise all working wonderfully! |
@delucis Thanks! Hmm that's weird, I haven't seen that bug before. I haven't changed any of the JS behind the extension, so it must've been there all the time. Is it a consistent bug you can reproduce even if you make a new Custom Field template? |
@yanknudtskov Yes, just tried creating a new custom field group on the default post type which doesn’t have any existing custom groups. Even with just a default date picker, the same thing happens (i.e. no date-time-picker field needs to actually be displayed to reproduce the bug, just for the plugin to be activated). Tried various combinations, same result. The install is pretty clean, so as far as I can tell nothing else could be interfering. |
@delucis Ah I think I found the bug. There was a CSS issue where there was a missing display:none on a class. I've corrected it now and can't seem to reproduce the bug anymore. Could you please verify it? You can just pull it off my fork :-) |
@yanknudtskov Yes! That’s fixed it. Thanks again for the work 👍 |
I think that 'var $domain' is missing in date_time_picker-v5.php class acf_field_date_time_picker extends acf_field |
ACF 5.0 Pro was released today and breaks compatibility with this plugin. Do you plan on adding v5 support soon?
Thanks!
The text was updated successfully, but these errors were encountered: