• Font Awesome is awesome because it gets updated all the time with new and relevant icons. This plugin only lists the old icons πŸ™

    An easy workaround is to add the single line of code (linking to the latest Font Awesome CSS file as on http://fontawesome.io/get-started/) to your theme’s header.php file (under Appearance, Editor, header.php)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for your comment here. What line of code from http://fontawesome.io/get-started/ should I be adding?

    dynamic_dan

    (@dynamic_dan)

    Have to disagree with what you’ve said, this plugin also provides the shortcodes which, without this you would have to either type the HTML or write the shortcodes in PHP first to use. Provided this plugin remains updated with the latest version of the icon set, one alternative would be to use the code and hard code it into your theme.

    Thread Starter werneravr

    (@werneravr)

    OK, here’s what I meant:

    Download the plugin and add the following code:

    <i class="icon-pencil"></i>

    It should show a pencil. This is all good, but it is one of the first (older) fonts they added. Now try to add this:

    <i class="icon-wheelchair"></i>

    It doesn’t show anything.

    Font Awesome continuously adds more icons, but the plugin doesn’t stay up to date with the latest version.

    What you should do to enable all icons on your WordPress site:

    1. Go to Appearance > Editor > header.php
    2. Add the line: <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
    3. Add any icons (as from their latest cheat sheet)

    Hope this helped? Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin needs updating’ is closed to new replies.