Ce sujet est résolu. Voici une description du problème et de la solution.
Problem:
The client is trying to translate FluentForm IDs using WPML with different IDs for French and English versions, managed through Divi builder. The client faced issues where the FluentForm ID was not appearing in the 'Edit translation' section and was incorrectly modified in the source language upon updates.
Solution:
1. Add the following XML configuration to WPML > Settings > Custom XML Configuration:
<wpml-config> <shortcodes> <shortcode> <tag>fluentform</tag> <attributes> <attribute>id</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>
2. Insert this code at the top of your theme's functions.php file to make the form ID translatable:
add_filter('wpml_tm_job_field_is_translatable', '__return_true');
3. Make a minor edit to the page where the shortcode is used to refresh WPML elements.
4. Search for the form ID using the search bar in the translation editor.
If this solution does not resolve your issue or seems outdated, we 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 at WPML support forum.
Il s'agit du forum d'assistance technique de WPML, le plug-in multilingue pour WordPress.
Il est accessible à tous, toutefois seuls les clients de WPML peuvent y publier leurs messages. L'équipe du WPML répond sur le forum 6 jours par semaine, 22 heures par jour.
Ce sujet contient 0 réponse, a 0 voix.
Dernière mise à jour par Il y a 1 semaine et 4 jours.
Assisté par: Ilyes.