Languages: English (English )German (Deutsch )French (Français )
Timezone: Europe/Zagreb (GMT+01:00)
These custom fields: hidden link
Can you tell me where and how are these added? Maybe one of these Field Groups or somewhere within the theme code? hidden link
I would like to check if this is about field group type or something else, as the custom field indeed looks correct.
Another thing, what if you try this - rename _bewebbi_ui_meta_custom_tax_cover_image to be "bewebbi_ui_meta_custom_tax_cover_image", so remove this underscore at the beginning and try then, so open any of the original categories such as hidden link and just resave it. Does that help?
The taxonomy "offers_categories" is created by the custom theme (not via plugin) as well as the related custom field "_bewebbi_ui_meta_custom_tax_cover_image".
I will try to make the field non-system and check - even if I've never had this kind of problems before
Hello Bruno,
apparently, I solved the issue doing as follow:
- I've disabled the Automatic text/image detection feature, added recently by WPML, and duplicate manually existing content and new content;
- set the "_bewebbi_ui_meta_custom_tax_cover_image" term meta to "copy once";
- and now, when I translate the custom taxonomy, finally I can see the "_bewebbi_ui_meta_custom_tax_cover_image" field with the attachemnt image ID to be copied;
- in theory, I was thought that setting the field to "copy", the image ID would be copied as well, but it looks like it don't - meaning: the image is not visible in other languages in this way
So, I don't know if this is the right/better procedure, but for now it seems to work...
P.S.: the "_bewebbi_ui_meta_custom_tax_cover_image" was not created via ACF but with custom php instead
Because in that case, when we disabled "Automatically detect best options for translating image texts (alt, caption, title)" it fixed it and whether using "copy" or "copy-once" for the image field did not make any difference.
The workaround would be to deactivate the automatic MT option in Settings, and duplicate all existing and new content to fix the issue hidden link.
Can you check this, does the same apply to your case?