Skip Navigation

Resolved

Overview of the issue

Contact Form 7 Conditional Fields plugin shortcode that is nested in the [group] shortcode is not available for translation on the advanced translation editor(ATE) screen. Here is an example:

 [group][/group]

Workaround

To translate “foobar” using the ATE navigate to WPMLSettings. On the Custom XML configuration tab past the below code then click on the Save button.

<wpml-config>
    <shortcode-list>group</shortcode-list>
</wpml-config>