Problem: If you're experiencing a 503 error when trying to edit pages with the WPML plugin active, and the issue persists even after deactivating other plugins and switching to a default theme, it might not be directly related to WPML. Solution: First, check if JavaScript errors related to other components appear in your browser's console.
These errors might be visible on your staging site as well. Next, inspect the browser's developer tools to analyze the request headers and the specific POST request that is failing. The issue might be linked to server-side problems, such as those involving the WordPress REST API or admin-ajax.php, rather than WPML itself. If admin-ajax.php returns a 503 error, this indicates a server-side issue that needs addressing by your hosting provider or developer.
Here is an example of a specific request that could be failing:
The payload includes data from WPML and other sources, confirming that WPML is functioning correctly in terms of translation workflow. If the server environment is unstable, it could affect the performance of WPML and other plugins.
If this solution does not resolve your issue or seems irrelevant due to being 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 problems persist, please open a new support ticket at WPML support forum for further assistance.
Problem: You are trying to make the currency switcher visible on your live site using Elementor by placing the shortcode
[currency_switcher format="%code% (%symbol%)"]
. It appears in the editor but not on the live site, despite clearing the cache, disabling WP Rocket, and trying it on a regular page. Solution: We found that the issue was due to having only one currency selected for each language, which is why the switcher didn't show. Once you select more than one currency, the switcher should appear correctly. Please verify if the header currency switcher is now functioning properly on your site.
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 the problem persists, please do not hesitate to open a new support ticket with us for further assistance.
Problem: You are using WordPress 6.7.1 with the Woodmart 8.0.6 theme and WPML plugins, and you are facing an issue where the store URL is not displaying correctly in the translated version of your website. It appears as /en/prodavnica/ instead of /en/shop/. Solution: We found that the 'Slug translations' option in WPML-> Settings was disabled. We recommend you enable this option to allow for the correct translation of slugs. After enabling it, the shop slug should translate correctly. If you're experiencing this issue, please check by navigating to the corrected URL.
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 problem persists, we encourage you to open a new support ticket at WPML support forum for further assistance.