Icons not showing in headers and footers when using Chrome

Hi Upgraded to pro and created a home page header and footer. However the icons dont show up in Chrome. I have cleared the cache but still no joy

URL is https://wholebrainlearning.training/

Cheers
Michael

Hi Michael,

I got this error message when opened he Console Log:

Access to font at 'https://www.wholebrainlearning.training/wp-content/themes/pro/framework/fonts/font_awesome/fa-solid-900.woff2' from origin 'https://wholebrainlearning.training' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Please add the following code to htaccess file to fix this issue:

<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>

For more information, please take a look at this:

Hope it helps :slight_smile:

Hello
thats great many thanks … ill give it a go
cheers
michael

Let us know how it goes!

hi its working thanks for the help

Glad to hear it’s sorted, Michael.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.