Viewing 7 replies - 16 through 22 (of 22 total)
  • Didn’t work for me either:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    <FilesMatch "\.(ttf|otf|eot|woff)$">
      <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
      </IfModule>
    </FilesMatch>

    Any thoughts?

    In Firefox I went into:
    tools
    content
    Default font -> Advanced
    In the lower half check “Allow pages to choose their own fonts, instead of my selections above”

    All is well

    Nice, but not all is well for all the other visitors/owners of Firefox :(. If there would be a trick to let all Firefox installations do this, that would be great. But impossible I think because of security matters.

    Hello all,
    I am having the same problem I think. I put the simple social icons plugin into my widget menu, and the social media icons show up on MAC and mobile devices, but not Firefox or PC computers. I originally thought it was just Firefox, but it seems to be all PC’s regardless of browser. First, I see above there is a Firefox fix to put a code into a .htaccess file in the root menu for the site. I am NOT computer/tech literate at all, so I am going through the files in my file manager on the site host, but I cannot find this .htaccess file. Can anyone give me a very dumbed down step by step as to where this would be (providing it’s the same across the board)? THANKS for your time.

    Hi bombshell, I would ask your web host for help locating your htaccess file. It should be in the root directory of your website when looking at your file manager, but your host may have hidden or restricted access to it. Good luck.

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    but your host may have hidden or restricted access to it.

    A filename that begins with a . is a hidden file. That’s what the . is for.

    @bombshellbeautifulca when you open the file manager in your control panel you need to make sure that it shows hidden files.

    If you are using nginx/apache on a Plesk based intall you may need to add the following to the static files list so the plugin is served correctly.

    ttf otf eot woff

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Icons don't work in Firefox’ is closed to new replies.