Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1064917

    Hello,
    I have had this issue before.
    My hosting company moved my site to a new server

    Now the icons are not showing.
    I have updated Enfold and added to 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>
    # END WordPress
    <FilesMatch “\.(ttf|otf|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    Icons show in Safari fine
    This shows on inspection in Chrome
    <span aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span>

    I am not sure what to do next

    #1064920
    This reply has been marked as private.
    #1065780

    Hi,

    Did you add the CORS config in the “pplscreens” htaccess file?

    
    <blockquote><FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch></blockquote>
    

    You have to give “pplsport” permission to access the icon font files from the “pplscreens” site.
    Please ask your hosting provider if the “mod_headers” module is enabled.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.