- Status
- Resolved
- Resolved in
- 4.4.0
Overview of the issue
If you use manual translation, you should be aware that the CSS styles for the page elements from the original language are copied to the translation language.
This is not actually a bug, but intended feature as in order for everything to look correctly between languages, this is necessary.
Workaround
You can override this functionality if you have WPML CMS version and by going to WPML > Settings > Custom XML Configuration and setting “_wpb_shortcodes_custom_css” field to be “copy-once” like that:
<wpml-config>
<custom-fields>
<custom-field action="copy-once">_wpb_shortcodes_custom_css</custom-field>
</custom-fields>
</wpml-config>
and then re-translating the page in question