Problem: The client is experiencing an issue where the font changes from Noto Serif Georgian to Roboto when switching from the Georgian version to the English version of their multilingual website. Solution: 1. Navigate to WPML -> String Translation and use the search field to look for the font name strings. Ensure all instances, especially those under 'admin_texts' in the domain name, are translated. 2. If the font issue persists, go to the bottom of the String Translation page and click on 'Translate texts in admin screens'. Search for the font string in the admin texts, add it for translation, and translate it. 3. If these steps do not resolve the issue, it might be necessary to manually set the font via CSS for different elements like
p
,
h
tags, etc., to ensure it displays correctly in both languages. 4. Since the theme used is not officially compatible with WPML, consider contacting the theme author for further assistance or to make the theme compatible through our GoGlobal program: https://wpml.org/documentation/support/go-global-program/
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, please open a new support ticket for further assistance.
Problem: The client's plugin developer is encountering an issue with the
flush_rewrite_rules()
function when deactivating a plugin, which conflicts with WPML, leading to a 500 error. The developer has temporarily commented out this function in the plugin's deactivation hook to avoid the error. Solution: We recommend that the plugin developer joins the WPML Go Global Program to collaborate directly with our team for a compatible solution. Details about the program can be found here.
If this solution is outdated or does not apply to your case, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If issues persist, we highly recommend opening a new support ticket here.