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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: America/Los_Angeles (GMT-07:00)

This topic contains 1 replies, has 0 voices.

Last updated by Bobby 3 months, 2 weeks ago.

Assisted by: Bobby.

Author Posts
September 24, 2025 at 10:32 pm #17430245

gaborR-4

Background of the issue:
I am trying to use FontAwesome icons with Elementor on my WordPress site. The issue can be seen on this page: hidden link

Symptoms:
The FontAwesome icons are not loading on the secondary language page (different domain). Instead of the icons, I see simple rectangles, and I am getting a 404 error and CORS issues.

Questions:
Why are FontAwesome icons not loading on the secondary language page?
How can I resolve the 404 and CORS issues with FontAwesome in Elementor?

September 25, 2025 at 12:22 pm #17432357

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Hi there,

We recommend reaching out to your web hosting provider and requesting them to set the CORS policy specifically with the

Access-Control-Allow-Origin header.

This adjustment will allow your .at domain to correctly load content from the intended source domain.

For detailed guidance on setting CORS policies, please visit: hidden link

For example if you are on an Apache server you would add the following to your .htaccess, however, please consult with your hosting provider before you add any code to your .htaccess.

<IfModule mod_headers.c>
  Header set Access-Control-Allow-Origin "*"
  Header set Access-Control-Allow-Methods "GET,POST,PUT,DELETE,OPTIONS"
  Header set Access-Control-Allow-Headers "Content-Type, Authorization"
</IfModule>

NOTE: Before adding any code provided by our team always make sure to test have a working backup and testing on a staging site firs. The above code is shared as an example of how you could possibly enable this module using .htaccess.

The topic ‘[Closed] FontAwesome from Elementor not loading on secondary language’ is closed to new replies.