Problem: You are experiencing instability with the Yoast Redirects feature when the WPML SEO plugin is active. Errors occur when saving new redirects, and the domain of the Redirect To URL is missing when both plugins are active. Solution: We recommend disabling the WordPress guess redirects to resolve this issue. You can do this by adding the following code to your
After adding the code, go to Settings -> Permalinks in your WordPress dashboard and update the permalinks. This should help stabilize the Yoast Redirects feature.
If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your specific case, 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 problems persist, please open a new support ticket.
Problem: The client reported that WPML overwrites Gravity Form in the latest versions of Gravity Forms Multilingual, despite a previous workaround. They requested a new solution for this recurring issue. Solution: We revisited the previous workaround and found it still applicable. Here are the steps to implement the solution: 1. Open the file at /gravityforms-multilingual/inc/gravity-forms-multilingual.class.php. 2. On line 685, replace:
$snh = new GFML_String_Name_Helper();
with:
$snh = new GFML_String_Name_Helper();
// WPML workaround for compsupp-7768
$check = new \WPML\Utils\DebugBackTrace();
if ($check->is_class_function_in_call_stack('GFFormDisplay', 'process_form')) {
return $form;
}
3. Repeat the same replacement on line 822.
If this solution does not resolve your issue or seems outdated, we recommend opening a new support ticket. Please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. For further assistance, visit our support forum at https://wpml.org/forums/.
Problème: Le client ne parvient pas à traduire certains termes ('commande', 'date', 'livraison gratuite') dans les e-mails multilingues malgré l'activation de la localisation des plugins et la recherche dans la traduction des chaînes. Le problème persiste dans toutes les langues (EN, DE, IT, ES). Solution: Nous avons suggéré au client de vérifier si une autre instance de la chaîne existe sous un domaine différent en activant l'option 'Look for strings while pages are rendered' dans WPML > String translation, puis de visiter la page concernée. Plus d'informations sur ce problème sont disponibles ici : https://wpml.org/faq/why-arent-my-translated-strings-showing-up-on-the-front-end-of-my-site/ Nous avons également identifié un problème potentiel de compatibilité avec le shortcode [yaymail_order_date] qui ne traduit pas les dates selon la langue de l'interface. Nous avons recommandé de reproduire le problème dans un environnement sandbox pour isoler le problème de configuration spécifique du site du client. Instructions pour reproduire le problème et partager avec le support WPML sont disponibles ici : https://wpml.org/faq/how-to-reproduce-issues-and-share-them-with-wpml-support/ Si cette solution ne s'applique pas ou semble obsolète, nous vous recommandons vivement de vérifier les problèmes connus ici : https://wpml.org/known-issues/, de vérifier la version du correctif permanent et de confirmer que vous avez installé les dernières versions des thèmes et plugins. Si le problème persiste, n'hésitez pas à ouvrir un nouveau ticket de support.
Problem: The client was experiencing an issue with Gravity Forms Multilingual version 1.8.0 and above, where the 'gform_review_page' filter did not display the review page as expected, only showing the submit button directly.
Solution: We recommended trying the solution from this erratum.
Please note that this solution might be outdated or not applicable to your specific case. If the issue persists, 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 necessary, please open a new support ticket at WPML support forum for further assistance.
Problem: You are experiencing an issue where the menu disappears and is replaced by error messages after using the Auto Translation feature in WPML. This problem occurs when the menu, added using UberMenu, includes WPML shortcodes in the header content settings. Solution: We recommend removing the WPML shortcode from the header content settings where UberMenu is used. This adjustment should resolve the layout issue. If the header content needs to include that shortcode, try disabling all non-WPML and non-UberMenu plugins, switch to a default theme, and check if the problem persists. Always ensure to back up your site before making these changes.
If this solution does not apply to your case, or if it seems outdated, please visit our known issues page to check for related issues. Confirm that you have installed the latest versions of themes and plugins. If the issue continues, we highly recommend opening a new support ticket for further assistance.