I have installed the creativity template and if I try to load the page it seems to be loading just fine.
http://www.bfcgroup.gr.
However the developer tools reports the following errors:
- Code: Select all
Uncaught TypeError: undefined is not a function
index.php:1 XMLHttpRequest cannot load http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.bfcgroup.gr' is therefore not allowed access.
index.php:1 XMLHttpRequest cannot load http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic&subset=latin,greek. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.bfcgroup.gr' is therefore not allowed access.
index.php:1 XMLHttpRequest cannot load https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/current/style.min.css. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.bfcgroup.gr' is therefore not allowed access.
index.php:1 XMLHttpRequest cannot load http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.bfcgroup.gr' is therefore not allowed access.
index.php:1 XMLHttpRequest cannot load http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic&subset=latin,greek. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.bfcgroup.gr' is therefore not allowed access.
index.php:1 XMLHttpRequest cannot load https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/current/style.min.css. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.bfcgroup.gr' is therefore not allowed access.
According to this http://stackoverflow.com/questions/25694456/google-fonts-giving-no-access-control-allow-origin-header-is-present-on-the-r all I need to do is add the
- Code: Select all
data-noprefix
I do not see how I can add this other than using the rereplacer plugin but I prefer a better solution.
I would like this resolved as it also appears at the google bots crawls and that causes lower page ranking.
Thank you.