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.

Tagged: 

This topic contains 15 replies, has 0 voices.

Last updated by eamonnT 2 days, 17 hours ago.

Assisted by: Lucas Vidal de Andrade.

Author Posts
October 3, 2025 at 4:42 am #17453296

eamonnT

Background of the issue:
I am working on a site under development and trying to translate the FAQ section using WPML.

Symptoms:
The FAQ section is not translated.

Questions:
Why is the FAQ section not translated?

October 3, 2025 at 6:28 am #17453432

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Hey there,

I checked for other similar issues, and found that this element needs to be manually registered, so it's translatable. Ensure to have a backup, and follow the steps below:

1. Go to WPML > Settings > Custom XML Configurations and add this code:

<wpml-config>
  <gutenberg-blocks>
    <gutenberg-block type="uagb/faq-child" translate="1">
      <xpath>//span[@class="uagb-question"]</xpath>
      <xpath>//div[@class="uagb-faq-content"]/p</xpath>
    </gutenberg-block>
  </gutenberg-blocks>
</wpml-config>

2. Open the original page editor, that contains the FAQ, make a small change (like editing a text) and save. This ensures that the FAQs are registered.
3. Open the translation editor, make sure that all fields are completed and save;

Let me know if that fixes the issue.

October 4, 2025 at 3:06 am #17455576

eamonnT

I have some code in there already as below, can u give the new full script I need to insert to include the FAQ and Google maps ... thanks

<wpml-config>
<gutenberg-blocks>
<gutenberg-block type="gutenberg-rv-addon/g-map-depots" translate="1">
<key name="depots">
<key name="title" />
<key name="address" />
</key>
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>

October 6, 2025 at 10:01 am #17459466

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Sure.

<wpml-config>
  <gutenberg-blocks>
    <gutenberg-block type="uagb/faq-child" translate="1">
      <xpath>//span[@class="uagb-question"]</xpath>
      <xpath>//div[@class="uagb-faq-content"]/p</xpath>
    </gutenberg-block>
    <gutenberg-block type="gutenberg-rv-addon/g-map-depots" translate="1">
        <key name="depots">
            <key name="title" />
            <key name="address" />
        </key>
    </gutenberg-block>
  </gutenberg-blocks>
</wpml-config>
October 7, 2025 at 2:22 am #17462130

eamonnT

I did add the new code and then updated the translation, but the FAQ are still ot translated

code.png
faq.png
October 7, 2025 at 9:09 am #17462814

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Thanks for sharing.

I would like to look at this directly on your site. For this I would need temporary access (WP-Admin and FTP) to your site, preferably to a test/staging site where the problem has been replicated if possible.

The required fields can be found below the comments section. The information you enter is private, i.e. only you and I can see it and have access to it.

I may need to replicate your website locally. To do this, I need to temporarily install a plugin called "Duplicator" or "All in One WP Migration" on your website. This will allow me to create a copy of your website and content. Once the issue is resolved, I will delete the local website. Let me know if this works for you.

IMPORTANT

Please make a backup copy of the site files and database before giving us access.

- If you do not see the wp-admin/FTP fields, this means your post and site login details are being made PUBLIC. DO NOT post your website details if you do not see the required wp-admin/FTP fields. If you do not, ask me to enable the private box. The private box looks like this:

hidden link

October 8, 2025 at 9:53 am #17466637

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Hey there,

In the backend, it says that this page needs manual translation, because of the different ACF translation options used on this post.

In this case, there are 2 possible ways to proceed:

1. Ensure that the Field Groups used in this post, have the same translation options. You can set that in the Field Group itself. After that, update the original and the translations.

2. Translate the posts manually, using the WordPress editor:
https://wpml.org/documentation/translating-your-contents/using-different-translation-editors-for-different-pages/

Let me know how you proceeded and also if you had any issues.

Edit Destination _8 _ 7 seater Car Rental Australia_ _ MPV Rentals _ WordPress.jpeg
October 9, 2025 at 3:17 am #17469322

eamonnT

okay I see why now... but this was working before, so how do I identify these offending ACF fields , I still do not understand why it does translate the content t and NOT the FAQ can u help fix this?

Thanks

October 9, 2025 at 12:51 pm #17471372

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Hello,

You can check for all the Field Groups that are set to show on this page, and ensure they have the same Translation preference.

After doing that, update the original and the translations. I'm asking that, because I think it might be affecting how the FAQ block is rendered on the front end. Let me know if that makes any difference. I'll be here to continue support, if it doesn't.

October 10, 2025 at 2:15 am #17473278

eamonnT

I identofied the ACF fields and set to be all the same expert

acf fields.png
October 10, 2025 at 2:19 am #17473293

eamonnT

set to expert and then run translation fro French page.... and it seems tobe working as can now see faq being translated, but when I view the page the fAQ still in English ( plus other parts of the page see introduction )

I thoght it may be cache issue but I added some paramaters to url STILL showing in English

Please can u login and sort this out as being dragging on iover 3 days and holding me back... thanks

see

hidden link

englishstill.png
faqtranslated.png
experet.png
October 10, 2025 at 8:26 am #17473727

eamonnT

I also have another site roadsmiles.com and it works , translates FAQ's without that extra code you provided both sites are byuilt using spectra editor

October 10, 2025 at 8:27 am #17473732

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Thank you for waiting. I was able to fix the issue, by dome some tweaking on the custom XML. Everything should be working now 🙂 Can you please confirm?

October 10, 2025 at 8:58 am #17473889

eamonnT

okay wirking now,,,, what did u chnage can u share incase I need in future or make sure that I do not change

THanks for help

October 10, 2025 at 1:27 pm #17474590

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

There are 2 lines added. You can compare what's on WPML > Settings > Custom XML Configurations, to what's been shared here. Thank you for your patience and cooperation 🙂