New Landing How can we help? Atelier Icons not showing up

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #257932
    kubalek
    Member
    Post count: 6

    Shopping cart icons and other icons do not show up. I’ve installed the most recent theme version, still no icons. I found this question answered in another forum here and it suggested a htaccess fix, but when applied, doesn’t work for this them. Can you help?

    #257935
    kubalek
    Member
    Post count: 6
    This reply has been marked as private.
    #257998
    kubalek
    Member
    Post count: 6

    is anyone there?

    #258068
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit .htaccess file at wordpress root installation directory and paste give below code:-

    # ----------------------------------------------------------------------
    # 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>

    Thanks
    Mohammad

    #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

    #258292
    kubalek
    Member
    Post count: 6

    still nothing. I copied/pasted again. Nothing.

    #258332
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please contact to hosting provider about this issue.
    Thanks
    Mohammad

    #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!

    #259292
    David Martin – Support
    Moderator
    Post count: 20834

    Please add your FTP details.

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register