Problem: The client is experiencing an issue where the English version of the gallery is not copied as it is on the Italian site after moving the site to production. This problem was previously reported in another ticket. Solution: The issue is with the plugin Divi Dynamic Helper, which is not officially compatible with WPML. Disabling Divi Dynamic Helper, the option to add the gallery dynamically disappears, and only allows for selecting individual images. There is no way to display an ACF-created gallery in Divi without using a third-party plugin, as confirmed here: https://divibooster.com/show-acf-gallery-images-in-a-divi-gallery-module/. If there is an issue with Divi and ACF alone, we are committed to resolving it. However, since a third-party plugin not tested with WPML is involved, a complete debugging is necessary, and we need the cooperation of the plugin author. They can contact us through this form: https://wpml.org/documentation/support/go-global-program/.
As a workaround, we can suggest the following: 1. Open the page in the Divi editor. 2. Open the gallery module settings. 3. Select the correct Gallery (it should be 'Galleria camera 1', but if not, use the same value as in the Italian room). 4. Save. Please note that this solution might be 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.
Problem: The client is experiencing an issue where sub-taxonomies are not displaying in an Elementor widget. This widget is part of the Havezic theme, which has not been tested or made compatible with WPML. Solution: We recommend contacting the theme author to request adjustments in the code to correctly fetch translated taxonomies. If the theme author is willing to make their theme compatible with WPML, they can join our GoGlobal program. We are ready to collaborate and provide assistance once the theme author agrees to work with us.
If this solution does not apply to your case, or if it seems outdated, please check our related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if further assistance is needed. You can do so at our support forum.
Problema: Nella pagina delle stanze del sito, i contenuti sono duplicati e visualizzati sia in italiano che in inglese. Soluzione: Questo accade perché il tipo di contenuto 'eagle_rooms' non era impostato come traducibile.
Se questa soluzione non risolve il problema o sembra non essere più attuale, ti invitiamo a verificare i problemi noti e a confermare che hai installato le versioni più recenti dei temi e dei plugin. Se necessario, apri un nuovo ticket di supporto.
Problem: You are experiencing issues with incorrect discount calculations when adjusting item quantities in your cart while using the Multi-currency plugin alongside the Flycart plugin. The discount fails to apply correctly when the item quantity is decreased from three to two. Solution: 1. Verify if the issue persists by replicating it in a controlled environment. We have set up a minimal WordPress installation for you to test this scenario. Access it here: Test Environment. 2. Check the Flycart documentation for any compatibility issues with WPML, especially regarding multi-currency setups. You can find the documentation here: https://docs.flycart.org/en/articles/2428478-compatibility-wpml. 3. If the problem persists, contact the Flycart plugin author to report the issue, as they might need to adjust the plugin for better compatibility with WPML's Multi-currency feature.
Please note that this solution might be outdated or not applicable to your specific case. If these steps do not resolve your issue, 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 needed, do not hesitate to open a new support ticket with us for further assistance at WPML Support Forum.
Problema: Hai notato che sulla pagina Rooms del tema Zante il menu top, l'header e il footer sono diversi rispetto alle altre pagine del sito e il selettore di lingua non viene visualizzato nel top header e nel footer come nel resto del sito. Soluzione: Il controllo del selettore di lingua è gestito dal tema e non da WPML. Se controlli in WPML > Lingue, noterai che non è abilitato nessun selettore di lingua, quindi l'aggiunta del selettore è gestita dal tema. Ti consigliamo di contattare il supporto del tema per ulteriore assistenza poiché le impostazioni del tema potrebbero sovrascrivere quelle di WPML. Inoltre, il selettore nella top bar è inserito direttamente nel template che si trova in
templates/header/top-bar.php
. Non ci sono template specifici per la pagina Rooms, che è l'archivio del post type.
Se questa soluzione non risolve il tuo problema o sembra non essere più attuale, ti invitiamo a verificare i problemi noti e a confermare che hai installato le ultime versioni dei temi e dei plugin. Se necessario, apri un nuovo ticket di supporto sul forum di supporto WPML.
Problem: You are trying to configure WooCommerce PDF Invoices to generate invoices in different languages using WPML, but you can't save the settings for each language. The PDF always generates information in English, and the button cannot be translated because the page settings are not saved. Solution: Firstly, it's important to note that the WooCommerce PDF Invoices plugin by Andrew Benbow is not officially compatible with WPML. We recommend using a compatible plugin like WooCommerce PDF Invoices and Packing Slips Professional. However, as a workaround, you can try the following steps: 1. Open
// Get the WooCommerce order_id<br />$order_id = $order->get_id();
with:
// Get the WooCommerce order_id<br />$order_id = $order->get_id();<br /><br />// WPML workaround for compsupp-7811<br />$order_lang = $order->get_meta('wpml_language', true);<br />$settings['pdf_termsid'] = apply_filters('wpml_object_id', $settings['pdf_termsid'], 'page', TRUE, $order_lang);
This code should help translate the page_ID based on the order language.
If this solution does not resolve your issue or seems outdated, please check the related known issues and ensure you have the latest versions of themes and plugins installed. If necessary, do not hesitate to open a new support ticket at WPML support forum for further assistance.
Problem: You are trying to sync your multilingual WooCommerce store with a Square POS system. Your web store is multilingual and functions correctly, but the Square POS system displays both English and French categories, despite the retail storefront being English only. The 'Sync to Square' option on French products is disabled, yet French categories and products are still being pushed to the Square POS. Solution: Currently, there is no direct support or compatibility between WPML and the Square POS system as it is not listed in our officially compatible plugins. We recommend contacting the plugin author to inquire if they have any specific configurations or solutions for this issue. Additionally, you can suggest that they join our GoGlobal compatibility program so we can collaborate on making the plugin compatible with WPML.
If this solution does not resolve your issue or seems outdated, please check our related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance.
Problem: You are facing issues with dynamic image linking in the slider on custom post type pages, and custom fields translated via ACF are not appearing in the translated version. Solution: We found that the 'acf-post-type' was set to 'translatable'. It's important not to modify locked post types. If you're experiencing this issue, we recommend checking the settings for your custom post types and Advanced Custom Fields (ACF). Ensure that the 'acf-post-type' is not set to 'translatable' if it should not be modified. Additionally, verify that all necessary fields are correctly configured in ACF for both the original and translated versions.
This solution might be 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.