Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #384624

    Hello there!
    I’ve found and error that’s happening everytime I open the browser for the first time and launches my website. The icons of header and footer (socials, search, location etc) appears like chinese caracters or something like that. Then I choose a menu item and they change to the normal icons and then when I go back to the first page they are ok again. It only happens the first time I open the site in my browser.
    Could you please help me?
    Thank you very much.

    #384951

    Hi Stéfano!

    Try adding this to your .htaccess file.

    Access-Control-Allow-Origin: *
    

    Regards,
    Elliott

    #386508

    Hello, Elliott!
    Thank you for your help.
    I tried to add it to the .htaccess file, but it gave me a 500 internal server error page.
    It’s a very strange thing, because everything works again when I continue browsing the site menus.
    Regards,
    Stéfano.

    #387061

    Hey!

    Can you please try adding the code to .htaccess file as following?

    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
            Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    Regards,
    Yigit

    #388824

    Hello!
    Unfortunately it didn’t work. Is there anything else I can try?
    Regards,
    Stéfano.

    #388867

    Hey!

    I’m not noting the issue on my end (first time load on Chrome) – http://i.imgur.com/DHBDYC2.png, could you please check it on another computer?

    Cheers!
    Josue

    #388893

    Hello, Josue.
    It seens it worked fine here too. Maybe it was a cache problem in my chrome. I’m sorry.
    Thank you very much for your help!
    Regards,
    Stefano.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘First page icons error’ is closed to new replies.