Problem: Sie möchten Herstellerinformationen aus Germanized in zusätzliche Sprachen wie Englisch und Italienisch übersetzen, wissen jedoch nicht, wie dies zu bewerkstelligen ist. Solution: 1) Öffnen Sie WPML -> Einstellungen -> Übersetzung benutzerdefinierter Begriffsmeta und ändern Sie die Felder "formatted_address" und "formatted_eu_address" von "Nicht übersetzen" auf "Übersetzen". 2) Diese Felder können anschließend im Taxonomie-Übersetzungsbildschirm für eine Übersetzung verwendet werden.
Beachten Sie, dass die Felder ursprünglich mit der Option "Einmal kopieren" konfiguriert waren, was bedeutet, dass der Wert eines Feldes beim ersten Übersetzen eines Beitrags übernommen wird und bei Änderungen in der Originalsprache unverändert bleibt. Wenn Sie möchten, dass die Adressen in die jeweilige Landessprache übersetzt werden, sollten Sie diese Einstellung auf "Übersetzen" setzen.
Wir haben auch vorgeschlagen, die XML-Konfiguration von Germanized anzupassen, um die korrekte Übersetzung zu gewährleisten:
Falls diese Lösung veraltet erscheint oder nicht auf Ihr Problem zutrifft, empfehlen wir Ihnen, 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.
Problem: The client is experiencing issues where specific price options (like 2000€, 5000€, etc.) appear on the EN landing page but not on the translated DE, FR, IT pages in a site using the Houzez theme, the issue might be related to JavaScript handling in the theme. Solution: We recommend trying the following steps after ensuring you have a full site backup: 1) Navigate to the
wp-content/themes/houzez/js
folder. 2) Open the
custom.js
file for editing. 3) Locate line 1963. 4) Update the JavaScript function from:
var property_status_changed = function (prop_status, $form) {
if (prop_status === 'for-rent') { // Ensure comparison is with correct value
$form.find('.prices-for-all').addClass('hide');
$form.find('.prices-for-all select').prop('disabled', true);
$form.find('.prices-only-for-rent').removeClass('hide');
$form.find('.prices-only-for-rent select').prop('disabled', false).selectpicker('refresh');
} else {
$form.find('.prices-only-for-rent').addClass('hide');
$form.find('.prices-only-for-rent select').prop('disabled', true);
$form.find('.prices-for-all').removeClass('hide');
$form.find('.prices-for-all select').prop('disabled', false).selectpicker('refresh');
}
};
5) Clear all types of caches.
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 the problem persists, please open a new support ticket.
Problem: The client was facing an issue where the Course schema added through Rank Math on an Italian page was not appearing on the translated English and Spanish pages. The WPML Translation Editor did not offer options for translating the schema, and only a standard article schema appeared on translated posts. Solution: We identified that the client was missing the WPML String Translation and WPML SEO plugins. After enabling these, we navigated to WPML > Settings > Custom fields translation and found two related custom fields (
rank_math_schema_Article
,
rank_math_schema_Course
) and set them to be translatable. We then made a minor change to the default language page and translated only the necessary parts. We recommend checking the updated translations in the sandbox to ensure everything is functioning correctly.
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 problems persist, please open a new support ticket at WPML support forum.
Problem: The client is working on a site under development and needs assistance translating Elementor buttons and WP Give forms using WPML. Additionally, there is an unwanted header text above the translation. Solution: 1) For translating Elementor buttons, add the following XML configuration in WPML > Custom XML:
After adding the code, make a small edit to your page, save it, and then re-translate the page to see the button text available for translation. 2) To translate WP Give forms, follow the official guide provided by GiveWP, available here: Translating GiveWP with WPML. 3) To remove the unwanted header text, go to WPML > Settings > Custom fields translation and set "qodef_enable_page_title" to COPY. Resave your default language page, and the same value for this setting will copy, so the page title bar will not be enabled on the translated page.
If this solution does not resolve your issue or seems outdated, we 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 has a custom post type called Projects, and the images are not syncing across translations. Solution: 1. Verify if the images are added through a custom field. If so, ensure the custom field is set to "copy" in the translation settings. 2. If the images are not added through a custom field, navigate to WPML->Settings->Media Translation and run the function that duplicates or translates images to other languages. 3. If the issue persists, check the widget, block, or custom field used for these images. Since they are set through Elementor, without backend access, further specific guidance cannot be provided. 4. Change the translation preference of the custom fields to "copy" using the Expert mode. Then, make a small edit to the content of the project so WPML can detect the changes and retranslate, which will copy those fields in other languages.
If this solution does not resolve your issue or seems outdated, we recommend opening a new support ticket. We also advise 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 is using WPML to create a Spanish version of their website and has encountered an issue where Spanish Memberships include English subscriptions. This prevents Spanish speakers from accessing content they purchased because the memberships do not recognize the Spanish subscriptions. Solution: We confirmed that the WooCommerce Memberships plugin is compatible with WPML. However, there are known issues that might be causing the problem described. We recommend checking the specific errata related to WooCommerce Memberships not assigning membership when purchasing a product in a secondary language. Here is the link to the errata: https://wpml.org/errata/woocommerce-memberships-does-not-assign-membership-when-purchasing-a-product-in-a-secondary-language/ Applying the suggested workaround from this errata may resolve the issue.
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 the problem persists, please open a new support ticket at WPML support forum for further assistance.