Problem: When navigating through the main menu on a multisite setup using WPML with subdomains, the AJAX request URL incorrectly switches to an English URL (https://en.fme.de/wp-admin/admin-ajax.php), causing the site to fetch English content instead of the intended language. This issue persists despite disabling related plugins and occurs specifically when using the Divi FilterGrid. Solution: 1. Ensure that your WPML plugin and all related add-ons are updated to the latest version. You can check and update from WPML Installation Guide. 2. Verify that the issue isn't due to a compatibility problem between WPML and the Divi FilterGrid. If you're using posts or pages within the grid, change their settings in WPML > Settings > Post type translation to 'Translatable'. 3. Check if the issue also occurs with a regular Divi grid widget or only with the FilterGrid addon. 4. If the problem is due to the plugin not being officially compatible with WPML, consider contacting the plugin author to discuss making the plugin compatible through WPML's GO Global program. More details can be found here: GO Global Program. 5. For AJAX calls, ensure proper language handling by following the guidelines provided here: Handling AJAX with WPML.
If these steps do not resolve your issue or if the solution seems outdated or irrelevant to your specific case, 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 at WPML Support Forum.
Problem: The client is trying to translate their website using WPML, but only one section of the homepage is being translated, and the footer is not visible in the translated version. The theme used, 'Service Finder,' is not WPML compatible, and there are issues with outdated plugins and new/custom Elementor widgets. Solution:
If these steps do not resolve the issue or if the solution seems outdated or irrelevant, we recommend opening a new support ticket. We also 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: https://wpml.org/forums/forum/english-support/
Problem: You have set up the multi-currency function in WPML with German as the default language and linked the currency CHF to the German language. However, when visiting a product page, the currency switches back to EUR after 2 seconds. Solution: This issue is related to the
BM_Update_Price::update_price()
method, which is hooked to AJAX. To fix this, you need to add it to our AJAX filters using the wcml_multi_currency_ajax_actions filter. Add the following code to the functions.php of your theme:
// WPML Workaround for compsupp-7663<br />add_filter( 'wcml_multi_currency_ajax_actions', 'wpml_compsupp7663_add_actions_to_multi_currency_ajax', 10, 1 );<br /><br />function wpml_compsupp7663_add_actions_to_multi_currency_ajax( $ajax_actions ) {<br /><br /> $ajax_actions[] = 'update_price'; // Add a AJAX action to the array<br /> return $ajax_actions;<br /><br />}
Please test this solution and provide feedback. If it resolves the issue, we recommend sharing this workaround with the plugin developers.
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 issues persist, please open a new support ticket.
Problem: Quando WPML è attivo e si utilizza il gateway di pagamento Gestpay in WooCommerce, non viene inviata la mail dell'ordine, mentre con PayPal non si verifica questo problema. Solution: Poiché Gestpay non è un plugin testato da noi, non possiamo garantire la sua compatibilità con WPML. Se il problema persiste, potrebbe essere necessario contattare direttamente l'autore del plugin Gestpay per ulteriore assistenza. Inoltre, non è possibile disattivare solo la traduzione delle email senza l'uso di codice personalizzato. Ti suggeriamo di effettuare un debug del plugin per identificare la causa del problema o di considerare l'opzione di contattare uno dei nostri contractor per assistenza personalizzata.
Se questa soluzione non risolve il tuo problema o se ritieni che sia irrilevante perché datata o non applicabile al tuo caso, ti invitiamo a verificare i problemi noti, a confermare che hai installato le versioni più recenti dei temi e dei plugin, e a aprire un nuovo ticket di supporto.