Ethos Blog Post Nav Button Arrows not Appearing

Hi there.

With the last update, the arrows on my blog post navigation buttons seem to have disappeared (here’s how the buttons appear now: https://imgur.com/a/HeFAqwA?).

I tried to solve the issue myself via the forum, and I did find a post describing the same issue (Ethos previous/next post buttons). However, the proposed solution was to add the ‘data-x-icon character’ to the functions.php code, but when I looked at my code, I already had that included.

I’ve been trying to find a solution for over a week now, but so far, nothing has worked.

Please advise as to how I could solve this issue.

Thanks in advance!

Hi @eb1990,

Thank you for reaching out to us. I checked your setup and data-x-icon-b needed to be replaced with data-x-icon-s I went ahead and changed it for you. As of Font Awesome version 5, they split icons into multiple fonts. So you need to change instances of the data-x-icon attribute that you added directly before, 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.

You can learn more about Font Awesome 5 integration here https://theme.co/docs/font-awesome-icon-issues#font-awesome-5-integration

Hope this helps!

Ahh perfect, that solved it.

Thank you so much!

Hi @eb1990,

Glad that we are able to help you.

Thanks

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