Home Forums WoodMart support forum FA names I entered in menu items didn’t display any icon at all

FA names I entered in menu items didn’t display any icon at all

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180004

    alex.seidanis
    Participant

    I stumbled upon that myself as well when I realized that most FA names I entered in menu items didn’t display any icon at all. Woodmart evidently comes with a light subset embedded, that doesn’t contain the entire lot. If anyone still seeks a remedy to this issue, this is how I did it:

    1. Visit https://fontawesome.com/v4.7.0/get-started/, enter your email and get a script delivered to your inbox.
    2. Open up your functions.php (Appearance > Theme Editor) and paste this snippet there:

    
    function alex_head_inject() {
        ?>
            [THE FONTAWESOME SCRIPT YOU GOT IN YOUR EMAIL]
        <?php
    }
    add_action('wp_head', 'alex_head_inject');
    

    3. Save changes. That’s it. Happy fontawesoming.

    #180041

    Hello,

    We have integrated the 5th version in the recent version.

    In order to use the 4.7.0, please enable “Alway Use” for Font Awesome library in the Theme Settings > Performance > CSS.

    Best Regards

    #181399

    alex.seidanis
    Participant

    That’s awesome, thanks!

    #181436

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)