funkjedi/acf-qtranslate

The plugin does not work with Wordpress 5.3

Opened this issue · 7 comments

Hello,
This plugin causes the destruction of the media gallery in gallery view (in list, it works) in Wordpress 5.3.
This also fail to put a featured image to articles. I've disabled it for now.
Alex

hi alex,

did you found any solution for this issue?
kr
wolfie

hi, i think i found a solution for this issue

try to comment out line 75 in acf-qtranslate/assets/acf5/fields/image.php

add_filter('wp_prepare_attachment_for_js', array($this, 'wp_prepare_attachment_for_js'), 10, 3);

Capture d'écran 2020-01-31 13 58 24

Hey. Thx but i don't see this file.... Maybe i'm not on the right version ?
Alex

i used Version 1.7.25

It works! Thanx.
you just forgot the /src/ :)
acf-qtranslate/scr/assets/acf_5/fields/image.php
Alex