• Resolved José Carlos Amaral

    (@josecarlosamaral)


    The social media icons in the top bar are broken and not showing up since Hestia’s update to 2.5.0 on 2019-08-08. The changelog mentions ‘Migrated to Font Awesome 5’.

    Update 2.5.1 didn’t solve my problem.

    Any help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I think we just have to wait for version 2.5.2

    In a Hestia installation at https://mountainviewaz.org/ the Facebook icon is working in the Very Top Bar but the telephone and email contact icons are broken. I’m guessing this is the same issue?

    • This reply was modified 5 years, 6 months ago by aztopdavid.

    @aztopdavid

    Copy the lines below to Extra CSS section in your Hestia theme. Fixes the missing icons in the Very top bar and some other icons. Credits go to @jaretc

    /** Temp fix for missing icons **/
    .fa-search, .fas, .fa-times{
    font-family: FontAwesome;
    }
    
    .hestia-top-bar .nav li a:before {
        font-family: FontAwesome;
    }

    Thanks, @njit75 but it didn’t work. The email and telephone icons are still broken and that code also broke the Facebook “f” which was still working despite the other problems. I’ll leave it there for you to see for 24 hours, then I’ll remove it. Can you refer me to a place where @jaretc posted this?

    Thanks (and I see that an “r” was missing from “jarretc” which is why I couldn’t find it). I tried all the code and just the “.hestia-top-bar” part and it still isn’t working on this site, no matter whether the navigation “Menu Icons” option in Orbit Fox are turned on or off. I see that it’s working on your site, so there must be something different on ours that’s preventing the fix from working.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Social media icons’ is closed to new replies.