Meta Social icons Not Showing Icon Stack

Hi, Guys!

You helped me with this issue before but I’m not sure why the icons are not showing the code is still there and I haven’t changed it.


The social icons that are displayed in the attchment are no longer visible. My wesite is Keiani Enterprises

Hi,

You need to find the code that is adding that social icons and change data-x-icon to data-x-icon-b to resolve the issue.
You can check first in your child theme’s functions.php file

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.

Hope that helps.

That did the trick! Thanks so much.

You’re welcome! :slight_smile:

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