Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Resource Loading Issues

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #191339
    KKHAN
    Participant

    Hi,

    I had a problem which i tried to fix and now it’s caused another problem :(.

    My font-awesome icons were not displaying because the browser could not display type woff. I added this…

    http://stackoverflow.com/questions/11872404/font-awesome-not-properly-displaying-on-firefox-how-to-vend-via-cdn

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

    Into my .htaccess file and Apache config and it did not fix the problem, but it caused another issue. See the wordpress site. kkhan.me.

    Now none of my css files are loading, and even after i had removed what i did it’s still having the same issue. Check the console, all my css won’t load as it says “was not loaded because its MIME type, “text/html”, is not “text/css”.”

    #191361
    KKHAN
    Participant

    I fixed it, the Web Address URL and Site Address URL, were still set to my local development i had to update them.

    http://codex.wordpress.org/Changing_The_Site_URL

    #191365
    KKHAN
    Participant

    .htaccess was very small anyway, i didint add anything so it only has the defualt wp stuff in there.

    Grr contact form not working in live but it is in local and i don’t know why :/ time to post in php help topic!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.