Icons not loading or displaying properly

From WikiName
Revision as of 12:19, 18 July 2015 by Satish (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If icons are missing on you site using Swift theme, then try these

  • Are you using Ad blocker extension in your browser? It is a known issue, and nothing can be done about it.
  • Make sure that the icon set includes the icons you want to use. You can pick a higher icon set at swift design options -> advanced
  • If you get the Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource error in your browser console, then add this to you htaccess file at the end

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