• biorkes

    (@biorkes)


    Hi,
    I’m having a strange problem with my web. I installed my wordpress at https://www.domain.com/test, then I wanted to move it to the real domain that I wanna use – https://www.domain2.com. I’m using GoDaddy shared hosting and I transfered the web using alias. Everything works fine – images attached to the posts, videos etc. But there are some icons which seem to be crashed and instead of a Google Font, the web is running some default font.
    I read a lot about this problem and i couldn’t figure it out what is causing this image breaking.

    Take a look at the main menu icons, top social icons next to the search bar, and the icons for the weather in the right side widget.

    The test website: https://www.bitelevisions.com/test
    The alias: https://www.bitelevision.com/

Viewing 1 replies (of 1 total)
  • Thread Starter biorkes

    (@biorkes)

    FIXED!

    Seems it was an .htaccess problem. If you have FontAwesome problem or similar issue, open .htaccess and paste this:

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

Viewing 1 replies (of 1 total)
  • The topic ‘Web alias breaking JS icons and Google Fonts’ is closed to new replies.