Skip to content
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

Open
bostondv opened this issue Jul 7, 2014 · 20 comments
Open

ACF 5.0 Support #53

bostondv opened this issue Jul 7, 2014 · 20 comments

Comments

@bostondv
Copy link

bostondv commented Jul 7, 2014

ACF 5.0 Pro was released today and breaks compatibility with this plugin. Do you plan on adding v5 support soon?

Thanks!

@delucis
Copy link

delucis commented Jul 9, 2014

Would be amazing to see this updated to include v5 support!

@tmconnect
Copy link

Hope, that there will be an update

@cedriccharles4
Copy link

Hi @soderlind !

Same here it doesn't work with ACF 5 :(

@yanknudtskov
Copy link
Contributor

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!

@michaelsilva
Copy link

I'd love to see this work again as well and would be happy to help in any way I can.

@yanknudtskov
Copy link
Contributor

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.

@yanknudtskov
Copy link
Contributor

Fixed the bug with options not being saved. Front end doesn't work atm.

@yanknudtskov
Copy link
Contributor

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

@yanknudtskov
Copy link
Contributor

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 :-)

@yanknudtskov
Copy link
Contributor

Aah, finally figured it out. Had forgot to add the load_value() function to the plugin. Everything seems to be fine and dandy now.

@bostondv
Copy link
Author

Nice work! I will test your fork on my project tomorrow.

@yanknudtskov
Copy link
Contributor

@bostondv Thanks! Let me know if it works or not :-)

@bostondv
Copy link
Author

@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

Notice: Undefined property: acf_field_date_time_picker::$domain in ./plugins/acf-field-date-time-picker/date_time_picker-v5.php on line 20

I suggest you open a pull request and hopefully @soderlind can merge it soon!

@yanknudtskov
Copy link
Contributor

@bostondv Thanks :-) I've just opened a pull request.

@delucis
Copy link

delucis commented Jul 23, 2014

@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:

screen shot 2014-07-24 at 01 02 21

Deactivating your patched date-time-picker stops this happening. Minor bug, I know, otherwise all working wonderfully!

@yanknudtskov
Copy link
Contributor

@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?

@delucis
Copy link

delucis commented Jul 28, 2014

@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.

@yanknudtskov
Copy link
Contributor

@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 :-)

@delucis
Copy link

delucis commented Jul 31, 2014

@yanknudtskov Yes! That’s fixed it. Thanks again for the work 👍

@JonathanJonathanJonathan

I think that 'var $domain' is missing in date_time_picker-v5.php

class acf_field_date_time_picker extends acf_field
{
var $domain;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants