This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was experiencing issues with the 'Widget language switcher' not being visible when accessing WPML – Languages again. Additionally, there were concerns about the widget area being too wide and how to display the flag for the selected language in a narrow header view on tablet/mobile.
Solution:
1. To ensure the 'Widget language switcher' remains visible, we recommended deactivating and then reactivating WPML, which resolved the visibility issue.
2. To address potential issues with settings not being saved, we suggested increasing the PHP memory limit to at least 512M. This can be done by adding the following code to the 'wp-config.php' file:
/** Memory Limit */<br />define('WP_MEMORY_LIMIT', '512M');<br />define('WP_MAX_MEMORY_LIMIT', '512M');3. We also advised checking for Object Cache conflicts by temporarily deactivating and purging the cache.
4. For diagnosing theme or plugin conflicts:
- Create a backup of the website.
- Use a default theme like 'TwentyTwenty' and deactivate all plugins except WPML-related ones.
- Reactivate plugins one by one to identify any conflicts.
If these steps do not resolve the issue or if the solution 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.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 6 replies, has 0 voices.
Last updated by 10 months, 2 weeks ago.
Assisted by: Christopher Amirian.


