-
Notifications
You must be signed in to change notification settings - Fork 32
ACF 5.7.x compatibility ? #119
Comments
Same. Getting an error "cannot read property 'extend' of acf.field.image.extend -- prevents adding any images in acf-qtranslate image fields. |
Nthing this... Has the developer stopped providing updates? |
really appreciate this plugin! hope the developer can make it compatible with the 5.7.X. |
Here's the fix for that error, which is in main.js:
Essentially, you want to change the acf.field.image.extend (and every other .extend) to acf.Field.extend instead. Even with that fix though, there's still a tinymce error when switching from Text to Visual in the WYSIWYG editor. |
I did this and works fine: /**
$control: function(){ $input: function(){ render: function( attachment ){
} /**
acf.registerFieldType(acf.models.WysiwygField.extend({
} |
hey @asedano thanks for this, I believe @funkjedi added this to the current version 1.7.24, right?
downgrading to ACF 5.6.10 also didn't work I got a fatal php error:
any hints with this? |
Thanks for updating |
Are there any plans to make this plugin working correct with the new ACF 5.7.x?
Thanks
Thomas
The text was updated successfully, but these errors were encountered: