Problem: You are experiencing an issue with product category slugs in WPML where it automatically appends '-th' to every translated slug, despite having 'Different languages in directories' set up. Solution: We cannot disable the automatic '-th' suffix for translated category slugs directly due to limitations with the WordPress API. However, you can manually remove the slug suffix as a workaround. For detailed instructions, please visit https://wpml.org/errata/translated-term-slug-identical-to-the-original-term-slug/.
If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. Additionally, 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. For further assistance, please visit our support forum at https://wpml.org/forums/forum/english-support/.
Problem: The client reported an issue with a form on their website where multiple choice fields were appearing as a single line in the translation, despite being correctly displayed in the original language. Solution: We recommended using the Advanced Translation Editor to address this issue. Here are the steps we followed: 1. Clear the existing translated content to remove any hidden or problematic characters. 2. Re-copy the original source text into the translation editor. 3. Save the changes and purge the cache to ensure the updates take effect. This process should help in correctly displaying the multiple choice options in the translated version of the form.
If this solution does not resolve your issue, or if it seems outdated or irrelevant 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. Additionally, you can open a new support ticket for further assistance at WPML Support Forum.
Problem: The client is experiencing issues with WPML where translations are not working correctly, resulting in incorrect slug generation, 404 errors, and 302 redirections during checkout. The client also reported that product categories are not updating correctly, and images disappear after updates. Solution: We identified that the issues might be related to the AIOSEO Redirect plugin causing redirection errors and 404 errors. We recommend disabling or configuring this plugin to ensure it does not interfere with WPML's URL handling. Additionally, for the slug translation issues, we suggest checking the WPML settings to ensure that the 'Translate slugs' option is set according to your preference (translated or original). If issues persist, it might be helpful to refer to our errata page for known issues related to translated term slugs: https://wpml.org/errata/translated-term-slug-identical-to-the-original-term-slug/.
If this solution does not resolve your issues or seems outdated, we highly 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, you can also visit our support forum at https://wpml.org/forums/forum/english-support/.
Problema: Hai creato una pagina generale delle offerte che dovrebbe filtrare attraverso i Tag con il Loop sotto degli articoli. In italiano funziona correttamente, ma in inglese i filtri non si visualizzano correttamente. Ricaricando la pagina con il link salvato in alto del filtro funziona, ma cliccando un altro filtro non va. Soluzione: Dovresti aggiornare WPML alla versione 4.7.4, poiché questo problema è stato risolto in tale versione. Per maggiori dettagli, puoi consultare la documentazione di WPML qui: https://wpml.org/errata/elementor-pro-taxonomy-filter-feature-not-working-for-secondary-language/. Se la soluzione proposta non risolve il problema o sembra non essere più rilevante, ti consigliamo di aprire un nuovo ticket di supporto. Ti raccomandiamo inoltre di verificare i problemi noti correlati su https://wpml.org/known-issues/, di verificare la versione della correzione permanente e di confermare che hai installato le ultime versioni dei temi e dei plugin.
Problem: Клиент столкнулся с PHP Fatal error в плагине WPML String Translation, где требуется 18 аргументов, а передано только 2. Ошибка возникла после отключения плагина String Translation. Проверка латиницы в названии дочерней темы не помогла. Solution: Мы рекомендуем применить решение, описанное по следующей ссылке: https://wpml.org/errata/flux-checkout-fatal-error-uncaught-valueerror-unknown-format-specifier-t/ Если ошибка всё ещё возникает, мы настоятельно рекомендуем открыть новый тикет поддержки. Также рекомендуем проверить связанные известные проблемы на https://wpml.org/known-issues/, убедиться в версии исправления и подтвердить, что у вас установлены последние версии тем и плагинов.
Problem: The client reported an issue where posts translated via WPML were not displaying correctly in English on the front-end. Only a few of the translated posts were visible in English despite switching the language. Solution: We advised the client to ensure WPML was registered and updated to the latest version. The client should then edit the default language page using Elementor, make a minor change, save it, revert the change, and save again. This process helps in correctly saving the post in the database, especially since the REST API, which is crucial for these operations, was temporarily disabled. After these steps, the client should re-translate the post. If the issue persists, we recommend visiting our known issues page to check for any related problems and ensure all themes and plugins are up to date.
Problem: If you're experiencing issues with your custom layout for grouped products not applying correctly after installing the WPML Multilingual CMS plugin, and you're using WoodMart and Elementor, this summary might help. Solution: 1. Open the file located at
4. After making these changes, translate the layouts again.
If this solution does not resolve your issue, or if it seems outdated or irrelevant to your specific case, we recommend opening a new support ticket. Additionally, 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. For further assistance, please visit our support forum at WPML Support Forum.
Problem: The client was unable to activate the WPML Multilingual CMS plugin on their website due to missing database tables such as
wp_icl_languages
,
wp_icl_translations
, and others, causing the site to crash. Solution: We recommended the following steps to resolve the issue: 1. Take a backup of the site for safety reasons. 2. Add the following code to the bottom of the
3. Visit the site’s homepage at least once. 4. Remove the code after the visit. For more details, see the errata page: https://wpml.org/errata/missing-_icl_strings-_icl_string_translations-data-tables/ Additionally, we manually removed the existing WPML plugins, reinstalled them, and added the missing database tables, which resolved the error.
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 https://wpml.org/forums/forum/english-support/.
Problem: If you're experiencing issues where debug mode reveals errors like 'Function _load_textdomain_just_in_time was called incorrectly' and translation loading for various domains is triggered too early, this indicates that some code in your plugin or theme is executing prematurely. Translations should ideally load at the 'init' action or later. Solution: We recommend checking the full error log to identify the specific plugins or themes causing these errors. The errors are likely due to plugins such as 'ultimate_vc', 'wpmf', and 'wc-aelia-foundation' loading WordPress translation files too early. You should report these errors to the respective plugin or theme authors as they need to adjust their code to prevent these errors from occurring. For more detailed information, please visit WPML Errata.
Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If these steps do not resolve your issue, we highly recommend checking related known issues at WPML 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 with us for further assistance.