Tagged: icons, missing icons
Recently updated WP 4, Enfold theme 2.9.2 Website: http://www.walyaswimwear.com/
Forum topics #319438 and #319361 succinctly articulate the depth of my issues.
I’ve deactivated ALL plugins, changed the affected icons (and then back again) and the problems persists. If other maintenance strategies should be undertaken to test the Enfold install, please advise.
Hi!
Try adding the following to the .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Regards,
Josue
Thanks! Problem solved.