Help me figure out why social icons are not showing?

Hello,

I developed this site 3 years ago so sometimes I forget what I did.

The social icons on the top bar are just boxes. I thought they were part of the x-theme social icons. They definitely aren’t in the topbar content, and there aren’t any widgets in the header.

Where are they from and why aren’t the icons showing?

Thanks!

Hi There @shughesd ,

Thanks for writing in! Upon checking your site, I see that you have added those icons through your Topbar using HTML. As of Font Awesome version 5.x, they split icons into multiple fonts. This can be fixed by changing instances of the data-x-icon attribute to one of the following:

data-x-icon-b for social icons.
data-x-icon-o for outline icons.
data-x-icon-s for solid icons.

The original attribute data-x-icon will still work for solid icons as a fallback but we’ve updated everything for consistency.

After making the changes, If you’re using a caching plugin, make sure to purge your server cache after updating. Please refer to the following article on how to clear full cache (https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/).

Hope that helps.
Thanks!

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