Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • in reply to: Icons not showing up #259045
    kubalek
    Member
    Post count: 6

    WHAAT? That is it? I don’t understand – what do I tell them? Why is it not working? How will they know what to do? A bit more guidance would be helpful, please!

    in reply to: Icons not showing up #258292
    kubalek
    Member
    Post count: 6

    still nothing. I copied/pasted again. Nothing.

    in reply to: Icons not showing up #258274
    kubalek
    Member
    Post count: 6

    Hmmm…sorry, still not resolved.

    There was an entry in htaccess, so when pasted, it looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # ———————————————————————-
    # Webfont access
    # ———————————————————————-

    # allow access from all domains for webfonts
    # alternatively you could only whitelist
    # your subdomains like “sub.domain.com”

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

    # webfont mime types
    AddType application/vnd.ms-fontobject eot
    AddType font/truetype ttf
    AddType font/opentype otf
    AddType application/x-font-woff woff

    # webfonts and svg:
    <IfModule mod_deflate.c>
    <FilesMatch “\.(ttf|otf|eot|svg)$” >
    SetOutputFilter DEFLATE
    </FilesMatch>
    </IfModule>

    # END WordPress

    in reply to: Icons not showing up #257998
    kubalek
    Member
    Post count: 6

    is anyone there?

    in reply to: Icons not showing up #257935
    kubalek
    Member
    Post count: 6
    This reply has been marked as private.
    kubalek
    Member
    Post count: 6

    might want to change those details now that we can all see them. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)