Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1269624
    kofflerarts
    Participant

    This is super weird, but all of a sudden there are two small letters (an F and an L) in place of the search icon in my header.

    URL is http://www.koffler.digital

    Thanks in advance!

    #1269644
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    As we checked your site, We saw this error:

    Access to Font at 'http://kdzone.kofflercentreoft.netdna-cdn.com/wp-content/themes/x/framework/fonts/font_awesome/fontawesome-webfont.woff?v=4.5.0' from origin 'http://kdzone.kofflercentreoft.netdna-cdn.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://koffler.digital' is therefore not allowed access.

    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: *");
    });

    Let us know how it goes.

    Thanks.

    #1269661
    kofflerarts
    Participant

    that doesn’t appear to have changed anything…?

    #1269680
    Joao
    Moderator

    Hi There,

    Your header looks fine on my end, please clean cache and try again.

    Thanks

    Joao

  • <script> jQuery(function($){ $("#no-reply-1269624 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>