Problem: You are experiencing an issue with translating specific text strings in the WooCommerce PDF Invoices & Packing Slips plugin. Despite using WPML String Translation, the fields 'Kwota netto' (Net Amount) and 'Wysyłka (netto)' (Shipping Net) remain untranslated and appear in Polish on the invoices, regardless of the selected language. Solution: We recommend the following steps to resolve this issue: 1- Open the
3- Generate a new PDF to register the strings. 4- Go to WPML > String Translator and find the strings under the 'wpo_wcpdf_pro' text-domain. 5- Switch the string language to the default language, then translate it.
If this solution does not resolve your issue or seems 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.
public function gform_pre_render( $form ) {<br />return $this->translate( $form );<br />}
3. Replace the existing code with the following to preserve specific form data:
public function gform_pre_render( $form ) {<br />// Preserve the page_instance key if it exists<br />$page_instance = isset( $form['page_instance'] ) ? $form['page_instance'] : null;<br /><br />// Translate the form<br />$form = $this->translate( $form );<br /><br />// Reassign the page_instance key after translation<br />if ( $page_instance !== null ) {<br />$form['page_instance'] = $page_instance;<br />}<br /><br />return $form;<br />}
Please check if this modification resolves the issue on your site.
Keep in mind that this solution might be 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 the problem persists, please open a new support ticket.
Problème : Le client a rencontré des problèmes avec la traduction automatique de certains éléments du thème Newspaper utilisant des widgets et des shortcodes spécifiques qui n'étaient pas reconnus par WPML pour la traduction automatique. Solution : Nous avons recommandé d'isoler le problème en utilisant un environnement sandbox pour reproduire la configuration du site du client. Après avoir identifié les éléments spécifiques non traduits, nous avons fourni une solution en deux étapes : 1. Ajouter le code XML suivant au fichier de configuration de la langue sous WPML > Paramètres > Configuration XML personnalisée :
2. Appliquer une petite modification à la page concernée pour que WPML recharge les champs et traduise correctement.
Si cette solution ne résout pas votre problème ou semble dépassée, nous vous recommandons de vérifier les problèmes connus, 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: You are unable to edit pages using Elementor when WPML is active on your site. The page fails to load, and disabling WPML resolves the issue, indicating a potential conflict between WPML and Elementor. Solution: First, ensure that all your plugins, including WPML and Elementor, are up to date. If the issue persists, try deactivating all other plugins except for WPML and Elementor to check if the problem still occurs. This step helps isolate the conflict to specific plugins. If the problem is related to PHP errors due to changes in WordPress version 6.7, refer to the WPML errata page for a potential fix: WPML Errata on PHP Error in WP 6.7. Additionally, monitor the WordPress core trac for updates on this issue: WordPress Core Trac Ticket #62337.
If these steps do not resolve your issue, we recommend opening a new support ticket. It's also advisable to check related known issues at WPML Known Issues and ensure you have the latest versions of themes and plugins installed. If further assistance is needed, please contact us through the WPML support forum.
Problem: The client is experiencing issues with WPML in combination with The Events Calendar plugin. Specifically, when WPML is enabled, tags and pagination on the events page behave incorrectly, but only on the Russian version of the site. The client has already tried resaving permalinks, disabling and re-enabling WPML, checking taxonomy settings in WPML, and reviewing template settings in The Events Calendar. Solution: We recommended ensuring that the WPML String Translation plugin is installed to use The Events Calendar effectively with WPML. It is also important to translate the tags into the secondary language and add the English slugs in the translation. For further guidance, we provided a link to documentation on building multilingual events websites with The Events Calendar and WPML: https://wpml.org/documentation/plugins-compatibility/build-multilingual-events-websites-events-calendar-wpml/#translate-category-tag Additionally, we suggested checking out known issues with The Events Calendar plugin that might be relevant: https://wpml.org/plugin/the-events-calendar/#ki We also recommended activating the WPML SEO plugin, which helps in translating SEO content effectively. This plugin can be downloaded from the WPML Downloads page.
If this solution does not resolve the issue or seems 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 problems persist, please open a new support ticket at our support forum.
Problem: You are using WPML with Themeco Cornerstone and experiencing an issue where the site does not maintain the selected language when users click on internal links. Instead, the language reverts to the default language on the visited page. Solution: We have confirmed that if you are manually translating the content, WPML cannot automatically translate the links. The upcoming WPML 4.7 will introduce a new approach to handle this feature, but it will not support this specific case of maintaining language persistence across manually translated links. If you would like, we can test this using the Advanced Translation Editor (ATE). Please let us know if you want us to proceed with testing, considering that you will be manually translating these pages in Cornerstone.
Please note that this solution might be irrelevant if it is outdated or not applicable to your 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 the issue persists, please open a new support ticket at WPML support forum.
Проблема: Клиент столкнулся с проблемой замедления работы сайта при активации плагина WPML, что делало невозможным редактирование сайта с помощью Elementor. После смены хостинга проблема исчезла, но редактирование все еще не работало при отключении плагинов. Решение: Мы рекомендуем обновить плагин Elementor и все его дополнения до последних версий. Это может решить проблему с производительностью и совместимостью с WPML.
Также рекомендуем проверить достаточно ли ресурсов на Вашем хостинге.
Если после обновления проблема сохранится, мы советуем вам открыть новый тикет поддержки.
Обратите внимание, что данное решение может быть неактуальным, если оно не соответствует вашему случаю или устарело. Рекомендуем проверить известные проблемы, убедиться в версии исправления и подтвердить, что у вас установлены последние версии тем и плагинов. Если проблема не решена, пожалуйста, свяжитесь с нашей поддержкой.
Problema: Stai cercando di inserire le bandierine della doppia lingua (italiano - inglese) nel menu del tuo sito, ma riscontri un errore di visualizzazione. Soluzione: Il problema deriva dal tema Salient. Ecco due possibili soluzioni: 1. Nella sezione Salient > Header Navigation > Animation Effects, scegli un effetto diverso da "Text reveal". 2. Modifica il codice nel seguente modo:
Nota che questa modifica dovrà essere riapplicata ad ogni aggiornamento del tema finché non verrà corretta dall'autore.
Se questa soluzione non risolve il problema o se sembra non essere più rilevante, ti consigliamo di aprire un nuovo ticket di supporto. Ti raccomandiamo inoltre di consultare la pagina dei problemi noti, verificare la versione della correzione permanente e confermare che hai installato le ultime versioni dei temi e dei plugin.
Problem: You are experiencing issues with the Yoast plugin sitemap on your WordPress site, where translated categories and pages are not displayed correctly. Specifically, only the English category is visible on the categories index page, there is duplication of pages in the sitemap, and the Swedish 'terms of use' page is not being indexed despite being set to. Solution: We recommend installing the WPML SEO Glue plugin, which is necessary for Yoast SEO to function correctly with WPML. This should help resolve the issues with the sitemap not displaying translated categories and pages correctly. You can find the plugin and more details here: WPML SEO Glue plugin documentation.
If this solution does not apply to your case, or if it seems 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 issues persist, please do not hesitate to open a new support ticket for further assistance.