Missing icons after upgrade to version 2.2.5

Hello. I’ve just upgraded to version 2.2.5 of X-Themes Pro and I’ve noticed that there’s way less variety available with icons now. In particular, the social icons in the footer have now changed. Cheers

Dev site - https://mirostaging.wpengine.com/
(Live site https://www.miromedia.co.uk)

Hi There @miromedia

Thanks for writing in! I cannot check your dev site because it is restricted by htaccess password. I see the live site is using older version of Pro theme (1.2.4).

If you’re using a caching plugin, make sure to purge your server cache after updating.

If you have added icons manually, you need to change data-x-icon to data-x-icon-b to make it compatible with latest release.

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.
Thanks!

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