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

Plugin no longer compatible with ACF Version 6.0 #9

Open
heydavee opened this issue Oct 21, 2022 · 2 comments
Open

Plugin no longer compatible with ACF Version 6.0 #9

heydavee opened this issue Oct 21, 2022 · 2 comments

Comments

@heydavee
Copy link

Hey, this version 1.01 does no longer work with ACF Version 6.0 after their visual update.

I get an error message and cannot open my fields because the javascript is breaking:

Uncaught TypeError: Cannot read properties of undefined (reading 'allow_null')

Not sure if this is a quick fix or a deeper issue. I might take a look at it myself the next days.

@7studio
Copy link
Owner

7studio commented Oct 28, 2022

Hy @DaveWoody ,

I haven't been using PHP and WordPress for three years now :/

I opened an issue to find maintainers #10 if your are interested.

@shoot56
Copy link

shoot56 commented Oct 28, 2022

Hi, editing assets/js/input.js file line 78 helped to get the plugin back to working state

if (el_select_args) { acf.select2.init( $el_select, el_select_args, $el ); }

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

3 participants