acf-qtranslate
acf-qtranslate copied to clipboard
After update to version 1.7.14 fields do not show up any more
Hi, I updated to ACFqtranslate version 1.7.14 but now my existing fields are disabled (Error. Field type does not exist, in german: Fehler Feld-Typ existiert nicht), see screenshot attached.
When I create a new field the ACFqtranslate fields are not shown any more.
WordPress Version 4.6.1 ACF Pro Version 5.4.8 ACFqtranslate Version 1.7.14
Please help!!! THX !!!
Same issue, had to rollback to 1.7.10 version to have the fields showing up again.
Digged a bit more the issue is here : https://github.com/funkjedi/acf-qtranslate/commit/c9cf7de483d56b6c781bca18fa219070f5b47fa6#diff-f5fb94046fc9dd21411acd1219022047L17
Changing the action back to plugins_loaded with priority 3 fixes the problem. plugins_loaded is fired before after_setup_theme so it might just be a priority issue.
How are you including ACF in your theme? Also where are you including (i.e. are you including it from within the init
action, etc...)?
I include ACF as a plugin, there's no theme initialization. Is it needed now? I always used ACF disconnected from my theme in all my previous WP websites and had no issue.
Fixed with 1.7.17 thanks.