Skip to content Skip to sidebar

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 17:00 10:00 – 17:00 10:00 – 17:00 10:00 – 17:00 10:00 – 17:00 -
- 18:00 – 19:00 18:00 – 19:00 18:00 – 19:00 18:00 – 19:00 18:00 – 19:00 -

Supporter timezone: Asia/Kathmandu (GMT+05:45)

This topic contains 2 replies, has 0 voices.

Last updated by Shekhar Bhandari 6 days, 8 hours ago.

Assisted by: Shekhar Bhandari.

Author Posts
March 31, 2026 at 3:54 pm #17940566

steveR-28

I can't find some strings that are in a Divi form. For some reason most of the page was automatically translated, but the checkbox options were not translated, and I can't find them when doing a string search.

April 1, 2026 at 4:42 am #17941648

Shekhar Bhandari
WPML Supporter since 03/2015

Languages: English (English )

Timezone: Asia/Kathmandu (GMT+05:45)

Hello there,

Thank you for contacting WPML support. I'd be happy to assist you on this issue.

Since initial debugging is already done, to debug this issue further, I would need to check your site settings once, for this I would need temporary access (wp-admin and ftp) to your site.

So could you please provide me with those details, you will find the needed fields for this below the comment area when you log in to leave your next reply.
hidden link

This info is private and available to you and WPML supporters only.
Read more about this: https://wpml.org/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/

Note:
Backup your sites before providing the credentials or if possible provide credentials for the test site

Look forward to your reply.

Thanks

April 6, 2026 at 3:54 am #17950574

Shekhar Bhandari
WPML Supporter since 03/2015

Languages: English (English )

Timezone: Asia/Kathmandu (GMT+05:45)

Hello there,

Can you please check the issue now, I have added the following xml on WPML->Settings->custom XML configuration to fix the issue, after adding the xml, I updated the page and the translations is working.

<wpml-config>
      <gutenberg-blocks>
    <gutenberg-block type="divi/contact-field" translate="1">
        <key name="fieldItem">
            <key name="innerContent">
                <key name="*">
                    <key name="value" />
                </key>
            </key>
            <key name="advanced">
                <key name="radioOptions">
                    <key name="*">
                        <key name="value">
                            <key name="*">
                                <key name="value" />
                            </key>
                        </key>
                    </key>
                </key>
                <key name="checkboxOptions">
                    <key name="*">
                        <key name="value">
                            <key name="*">
                                <key name="value" />
                            </key>
                        </key>
                    </key>
                </key>
            </key>
        </key>
    </gutenberg-block>
  </gutenberg-blocks>
</wpml-config>

Look forward to your reply.

Thanks