Home › Forums › General Issues › ACF expanded fields with WPML › Reply To: ACF expanded fields with WPML
So, the problem was that when a field is set with a visual editor, in WPML translation it was a default one-line field. If anyone has the same problem, you actually need to manually specify that the field should be “visual” in wpml-config.xml or in /wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fsettings&sm=custom-xml-config
Here’s my example for one field:
<wpml-config>
<custom-fields>
<custom-field action="translate" style="visual">YOURFIELDNAME</custom-field>
</custom-fields>
</wpml-config>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.