Skip to content Skip to sidebar

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 1 reply, has 0 voices.

Last updated by Kor 2 weeks, 2 days ago.

Author Posts
July 24, 2025 at 5:30 pm #17268850

peterN-33

Background of the issue:
I am using WPML and facing issues with mixed content when using different domain options. My main site is hidden link, and I am experiencing problems on my other domain, stiligtdesign.dk.

Symptoms:
I am facing mixed content issues on my other domain, stiligtdesign.dk, when using different domain options.

Questions:
How can I fix mixed content issues on my domain stiligtdesign.dk when using different domain options?

July 25, 2025 at 2:24 am #17269776

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thank you for reaching out to WPML support. While one of my colleagues picks up this ticket, I’d like to provide some initial debugging steps and see if I can assist you right away.

What you're experiencing is similar to this errata https://wpml.org/errata/elementor-custom-fonts-cause-cors-policy-issue-with-different-domains-per-language/ and should be fixed. Could you try the workaround provided and see if it helps?

While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
https://wpml.org/home/minimum-requirements/.
You can increase it by adding the following code in your wp-config.php file, right before the /* That’s all, stop editing! Happy publishing. */ line:

define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'WP_MEMORY_LIMIT', '128M' );

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

The topic ‘[Closed] i am facing mixed content issues when using different domain.’ is closed to new replies.