Social icon stopped working on update

Hi Team X,

A little help please - our trip advisor icon disappeared with the last update.
The original fix is here: https://theme.co/apex/forum/t/adding-trip-advisor-social/25659
Now we are getting the below results - please advise.

Thank you.

Hi There,

Thank you for writing in, As of Font Awesome version 5 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.

That means looks for the data-x-icon on the code provided and update that to data-x-icon-b

Hope it helps,
Cheers!

Worked like a charm!
added a ‘-b’ to the code and there she is :smiley:

We are delighted to assist you with this.

Cheers!

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