Social icons, search bar icon not displaying

Hi

In my website https://www.sansarlochan.in I am unable to see search bar icon and all social icons in footer. I have already enabled social icons from customizer.

I thought it is a cache problem. I am using WP Super cache plugin. I deactivated plugin and deleted all cache but nothing worked.

One thing more, when i activate another plugin namely “Autoptimize” then all icons starts showing up. Earlier I used to use this plugin.

Hey Sansar,

Thank you for reaching out to us. This seems like a cache issue, your site is trying to access the fonts from the cached URL i believe. Have you cleared all caches? Please clear all caches including browser cache then deactivate your caching plugin and other optimization plugins. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

If this doesn’t work then try adding this in your .htaccess:

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

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.