Difference between revisions of "Icons not loading or displaying properly"

From WikiName
Jump to: navigation, search
(Created page with "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 ab...")
(No difference)

Revision as of 12:18, 18 July 2015

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.
  • 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>