Problem: The client was experiencing issues with links not correctly directing to the translated versions of pages in a multilingual WordPress site. Specifically, links within a carousel were incorrectly leading from the Arabic version to the English pages, despite the pages being translated. Solution: We recommended translating the problematic links using the WPML String Translation tool. For links that could not be manually attached within the carousel, we suggested checking the website and adjusting the links directly. Additionally, for navigation menu links, we provided guidance on translating them through the WordPress navigation menu settings. If these steps do not resolve the issue, or if the solution becomes 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 WPML support forum for further assistance.
Problem: The client was experiencing issues with the homepage banner and menu not functioning correctly in English, and difficulties with the ACF repeater field not displaying during translations. Solution: For the homepage banner and menu, we confirmed that they were functioning correctly in English. For the ACF repeater field issue, we recommended the following steps: 1. Go to the custom fields group editing page where the repeater field is configured. 2. Change the translation mode to 'Expert' and save. 3. Open the field settings and ensure the repeater field is set to 'copy' and the sub-fields are set to 'translate'. 4. Verify that the translation preferences for these fields have not been altered in WPML > Settings to avoid configuration conflicts. 5. Edit the 'story' page slightly so WPML can detect the changes made in the preferences. This should allow the repeater field to display correctly during the translation of your page.
If this solution does not resolve your issue or seems irrelevant due to updates or differences in 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 further assistance is needed, please open a new support ticket at WPML support forum.
Problem: The client is experiencing an issue where the translated Header and Footer do not appear when switching to the German version of the site, despite the translations being completed. Solution: We recommend adding the following code to your theme's functions.php file to ensure that the translated Header and Footer are displayed correctly. Please ensure to back up your site before proceeding:
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. If further assistance is needed, please do not hesitate to open a new support ticket at WPML support forum.
Problem: Das Problem besteht darin, dass WPML Preisänderungen in der führenden Sprache 'DE' nicht korrekt auf die Produkte in anderen Sprachen wie 'FR' und 'EN' überträgt. Solution: 1) Erstellen Sie ein volles Backup Ihrer Website. 2) Verbinden Sie sich mit Ihrer Datenbank und führen Sie das folgende SQL-Skript aus:
DELETE FROM wp_postmeta WHERE meta_key IN ('_price', '_regular_price') AND meta_id NOT IN (SELECT max_id FROM (SELECT MAX(meta_id) as max_id FROM wp_postmeta WHERE meta_key IN ('_price', '_regular_price') GROUP BY post_id, meta_key) AS keepers);
3) Bearbeiten Sie das Produkt in der Standardsprache und schließen Sie die Übersetzung ab. Der Preis sollte nun korrekt in allen Sprachen aktualisiert werden. Zusätzlich wurde das Problem durch das Release von WooCommerce Multilingual 5.4.3 behoben, welches Sie hier finden: https://wpml.org/errata/multiple-postmeta-inserted-incorrectly-for-a-variable-product/
Falls diese Lösung nicht relevant oder veraltet erscheint oder falls das Problem weiterhin besteht, empfehlen wir, ein neues Support-Ticket zu eröffnen. Wir empfehlen auch, die Seite mit bekannten Problemen (https://wpml.org/known-issues/) zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Sie die neuesten Versionen von Themes und Plugins installiert haben.