Tagged: x
-
AuthorPosts
-
October 28, 2016 at 10:12 am #1234856
rgrissomParticipantMy site is at http://positiveperformancecoaching.com
October 28, 2016 at 1:24 pm #1235065
Prasant RaiModeratorHello There,
Thanks for writing in!
As we checked your site, we saw this error:
Access to Font at http://static.positiveperformancecoaching.com/themes/x/framework/fonts/font_awesome/fontawesome-webfont.woff2?v=4.6.3′ from origin ‘http://static.positiveperformancecoaching.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://positiveperformancecoaching.com’ is therefore not allowed access.
It means that your hosting provider doesn’t allow for cross origin (cross domain requests are disabled).
Could you please try adding the following rule into your .htaccess file and see if that works for you.
<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>Alternatively, try adding the following code into your functions.php file.
add_action ('init', function(){ header("Access-Control-Allow-Origin: *"); });Hope that helps.
November 6, 2016 at 10:57 am #1246019
rgrissomParticipantThanks! I just needed to update the .htaccess file and flush the cache.
November 6, 2016 at 11:21 am #1246044
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1234856 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
