Problem: When using WooCommerce -> Analytics -> Orders to export data into CSV with the multicurrency plugin activated, the export only includes data for the default currency (€), even when CHF is selected. Solution: We are planning to release a fix for this issue early next week. If you need to apply the changes immediately, you can modify the necessary files as outlined in the documentation here: https://git.onthegosystems.com/glue-plugins/wpml/woocommerce-multilingual/-/merge_requests/1834/diffs.
Please note 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 issue persists, please open a new support ticket at WPML support forum for further assistance.
Problem: You are using WP All Import to import products into your WooCommerce shop in both German (DE) and English (EN). Attributes are set up for customer filtering and displaying 'Additional Information' on product pages. However, attributes are not available for filtering and the 'Additional Information' does not show in the EN language. Saving a product translation in WooCommerce Multilingual & Multi-Currency without making changes temporarily fixes the issue for that product. Solution: The issue arises because the attributes are defined as if they were translated, but they are not accessible in this manner. Attributes are a taxonomy that does not include language. The actual attribute terms contain the language value. You should pass the original attribute that you expect, which corresponds to the intended use. We have confirmed this solution with a test import and found it to be correct.
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 open a new support ticket at WPML support forum.
Problem: Es wurde festgestellt, dass die Pagination auf der Website fehlt und Fehlermeldungen im Zusammenhang mit dem Child Theme und WPML auftreten. Solution: In diesem Fall, trat das Problem durch falsch übersetzte Taxonomien für die Produkt-Sichtbarkeit auf. 1. Erstellen Sie eine Sicherungskopie Ihrer Datenbank, bevor Sie Änderungen vornehmen. 2. Überprüfen Sie unter WPML > Einstellungen > Taxonomien übersetzen, ob die Taxonomie für die Produkt-Sichtbarkeit auf 'übersetzbar' gesetzt ist. Wenn ja, führen Sie folgende SQL-Befehle in Ihrer Datenbank aus, um fehlerhafte Übersetzungen zu entfernen:
SELECT * FROM `wp_icl_translations` WHERE `element_type` = 'tax_product_visibility'
Entfernen Sie nun diese Einträge oder verwenden Sie dazu folgende Abfrage:
DELETE FROM `wp_icl_translations` WHERE `element_type` = 'tax_product_visibility'
3. Führen Sie nach dem Löschen der Einträge die Synchronisierung von Taxonomien für den Beitragstyp 'Produkt' unter WPML > Support > Fehlerbehebung durch.
Falls diese Lösung veraltet ist oder nicht auf Ihr Problem zutrifft, empfehlen wir Ihnen, ein neues Support-Ticket zu öffnen und die bekannten Probleme zu überprüfen. Stellen Sie außerdem sicher, dass Sie die neuesten Versionen Ihrer Themes und Plugins installiert haben. Für weitere Unterstützung besuchen Sie bitte unser Support-Forum.
Problem:
Die Speisekarte und auch Getränkekarte, die ich mit dem Divi Plugin "Restro Menu" angelegt habe, wird übersetzt nicht ausgegeben.
Solution:
Die Autoren von "Divi Plugin Restro Menu" haben sich bisher bei uns nicht für eine WPML Zertifizierung beworben, wir können somit leider nicht sagen, ob dieses Plugin überhaupt für eine Mehrsprachigkeit vorbereitet wurde.
Ich habe das Divi EN Backend geöffnet und konnte "no results found" sehen. Sobald ich das Divi Menu Widget einmal geöffnet habe, wurde das Backend neu geladen und es funktionierte. Es wird somit nun im übersetzten Frontend korrekt ausgegeben. Es scheint somit nur, dass diese Divi Erweiterung einen Fehler in der Anzeige hatte, welche es erneutes laden gelöst hat.
Problem: Du möchtest wissen, ob Du Deine Entwicklungsseite 2022.jassverzeichnis.ch jetzt schon auf eine Produktionsseite umstellen kannst und wie Du dabei mit WPML vorgehen solltest. Solution: Ja, Du kannst Deine Seite auf eine Produktionsseite umstellen. Beachte dabei, dass Du WPML erneut registrieren musst, falls sich die Domain oder der Server ändert. Füge die neue Site-URL in Deinem wpml.org-Konto hinzu, um einen neuen Site Key zu erhalten. Diesen verwendest Du dann, um WPML unter
Plugins > Neu installieren > Kommerziell (Tab)
zu registrieren. Entferne alle unbenutzten Site-URLs aus Deinem wpml.org-Konto. Wenn Du vorausbezahlte Credits für die automatische Übersetzung hast, werden diese beim Entfernen einer Site-URL gespeichert und können neuen Installationen des WPML Plugins zugewiesen werden. Weitere Informationen findest Du hier.
Diese Lösung könnte irrelevant sein, falls sie veraltet ist oder nicht auf Deinen Fall zutrifft. Wir empfehlen, die bekannten Probleme zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Du die neuesten Versionen von Themes und Plugins installiert hast. Sollte das Problem weiterhin bestehen, zögere nicht, ein neues Support-Ticket zu öffnen.