This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing issues with fonts not loading on their English domain and being logged out when switching between their German and English domains using WPML with Elementor.
Solution:
1. Resolve Login Session Issues Across Domains:
- Enable Auto Sign-in/Sign-out in WPML → Languages under Language URL format.
- Update
wp-config.php
for dynamic URLs with the following code:
if ( isset( $_SERVER['HTTP_HOST'] ) ) {<br /> define( 'WP_HOME', 'https://' . $_SERVER['HTTP_HOST'] );<br /> define( 'WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] );<br />}2. Address Font Issues on Your English Domain:
- Clear all caches (WordPress, Elementor, server, and browser).
- Check and adjust Elementor's global typography settings.
- Regenerate Elementor's CSS & Data.
3. Increase WordPress Memory Limit:
- Edit
wp-config.php
to increase the memory limit:
define( 'WP_MEMORY_LIMIT', '256M' );
If these steps do not resolve the issue or if the solution 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 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.