This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is attempting to auto-translate their entire site but encounters issues where post titles are translated, but not the content. Only some taxonomies are translated, and content on some pages is completely missed by the auto translator. Additionally, the client asked if there is a quick way to sync the translated post dates with the originals.
Solution:
We recommended two approaches to address the translation issues:
1. We provided a custom XML configuration to be added in WPML > Settings > Custom XML Configuration. This configuration ensures that more elements such as paragraphs, headers, and list items are translatable. Here is the XML code to use:
<wpml-config> <gutenberg-blocks> <gutenberg-block type="core/paragraph" translate="1"> <xpath>//li/strong</xpath> <xpath>//li</xpath> <xpath>//p</xpath> <xpath>//h2</xpath> <xpath>//h4</xpath> </gutenberg-block> </gutenberg-blocks> </wpml-config>
2. For posts that were not correctly translated, we advised manually triggering the translations. This involves editing the problematic posts, saving them, and then using the "pencil" icon in the sidebar translation option to retranslate the posts.
If these solutions do not resolve your issue or seem outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket.
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.