New Landing How can we help? Atelier Icons are missing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #273328
    engzhaowei
    Member
    Post count: 5

    My icons disappear after updating to the latest theme. Theme Options icons disappear as well.

    Please see the screenshot attached.

    Hope your team can help me. Thank you!

    Attachments:
    You must be logged in to view attached files.
    #273361
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please activate the parent theme and check for issue. Let me know your feedback.
    Thanks
    Mohammad

    #273363
    engzhaowei
    Member
    Post count: 5

    I tried both parents and child theme. Doesn’t work.

    #273379
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit the htaccess that is located at wordpress root installation directory and insert this code.

    <FilesMatch ".(eot|ttf|otf|woff)">
    	Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
    

    Thanks
    Mohammad

    #274119
    engzhaowei
    Member
    Post count: 5

    Hi,

    After inserting the code, it is still not working

    #274120
    engzhaowei
    Member
    Post count: 5

    This is my htaccess

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

    <FilesMatch “.(eot|ttf|otf|woff)”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>
    # END WordPress

    #274124
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue.
    Thanks
    Mohammad

Viewing 7 posts - 1 through 7 (of 7 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