Title: Missing icon
Last modified: August 30, 2016

---

# Missing icon

 *  Resolved [Certmike](https://wordpress.org/support/users/certmike/)
 * (@certmike)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/missing-icon-5/)
 * Hi Alex,
 * I am running web page [ OutdoorYeti.com](http://outdooryeti.com) with Polylang
   plugin (Version 1.7.10) and have Hueman Theme installed (Version: 2.2.3).
 * In english version I have everything correct but in Slovak version I miss icon
   for recent post, popular post, tags, recent commets in Alx widget.
 * For video post, I do miss Icon of video. In Firefox there is some small text 
   displayed instead. In IE, there is nothing displayed.
 * Can you pls have a look and let me know what is wrong?
 * Thanks a lot,
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/missing-icon-5/#post-6638721)
 * Hi Mike. Welcome to the Hueman forum. The problem is due to a [Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS)
   restriction. Here is one of the errors:
 * > Font from origin ‘[http://outdooryeti.com&#8217](http://outdooryeti.com&#8217);
   > has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘
   > Access-Control-Allow-Origin’ header is present on the requested resource. Origin‘
   > [http://sk.outdooryeti.com&#8217](http://sk.outdooryeti.com&#8217); is therefore
   > not allowed access.
 * Your page is being served from ‘[http://sk.outdooryeti.com&#8217](http://sk.outdooryeti.com&#8217);
   but the font is being loaded from ‘[http://outdooryeti.com&#8217](http://outdooryeti.com&#8217);.
 * Here are a couple of Polylang support topics related to that issue:
    [https://wordpress.org/support/topic/wrong-urls-on-translated-domains?replies=6](https://wordpress.org/support/topic/wrong-urls-on-translated-domains?replies=6)
   [https://wordpress.org/support/topic/polylang-ruining-font-in-second-language?replies=2](https://wordpress.org/support/topic/polylang-ruining-font-in-second-language?replies=2)
 * Here is a block of code you could add to your .htaccess file:
 *     ```
       <IfModule mod_headers.c>
           <FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$">
               Header set Access-Control-Allow-Origin "*"
           </FilesMatch>
       </IfModule>
       ```
   
 * Here is another post discussing the .htaccess modification:
    [http://www.webcodegeeks.com/web-servers/cors-and-how-to-enable-it-in-apache-web-server/](http://www.webcodegeeks.com/web-servers/cors-and-how-to-enable-it-in-apache-web-server/)
 * You could also copy header.php to a child theme and modify it:
    [http://bowdenweb.com/wp/2011/05/how-to-enable-cors-in-wordpress.html](http://bowdenweb.com/wp/2011/05/how-to-enable-cors-in-wordpress.html)
 * Or you might just try a plugin:
    [https://wordpress.org/plugins/wp-cors/](https://wordpress.org/plugins/wp-cors/)
 *  Thread Starter [Certmike](https://wordpress.org/support/users/certmike/)
 * (@certmike)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/missing-icon-5/#post-6638755)
 * Hi bdbrown,
 * thanks for answer. However the .htaccess solution didnt work for me. At least
   I got an idea what should I google.
 * I guess there is a plenty of solution, I just needed to find the correct one.
 * Thanks for help,
    Mike
 *  Thread Starter [Certmike](https://wordpress.org/support/users/certmike/)
 * (@certmike)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/missing-icon-5/#post-6638761)
 * Hi bdbrown,
 * actually your code is working
 *     ```
       <IfModule mod_headers.c>
           <FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$">
               Header set Access-Control-Allow-Origin "*"
           </FilesMatch>
       </IfModule>
       ```
   
 * I just had some issue with my browser but friens confirmed it is working. So 
   thanks for help,
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing icon’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [missing icons](https://wordpress.org/support/topic-tag/missing-icons/)

 * 3 replies
 * 2 participants
 * Last reply from: [Certmike](https://wordpress.org/support/users/certmike/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/missing-icon-5/#post-6638761)
 * Status: resolved