Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matt Keys

    (@mattkeys)

    Make sure that the FontAwesome css is being enqueued (it is an option in the plugin), and also make sure you are putting them into the template correctly, there are some examples here:

    http://fortawesome.github.io/Font-Awesome/examples/

    note the use of <i> tags and the ‘fa’ class being used in addition to the selected icon’s class

    Thread Starter Carlos Stevanato

    (@carlos-stevanato)

    mattkeys,

    What I am wanting is to include your plugin into my theme, I put your plugin in my theme folder, and did an include in my functions.php.
    By ACF I exported the group that has that your icon, but that it is creating export fields this way:
    ‘choices’ => array (
    ‘fa-adjust’ => ‘ fa-adjust’,
    ‘fa-adn’ => ‘ fa-adn’,
    And when I create a page that has the icon, it appears in the same way: ‘ fa-adn’
    What form do I use your plugin into the theme correctly?
    Image:
    http://i.imgbox.com/mSIAMff4.jpg

    Plugin Author Matt Keys

    (@mattkeys)

    This is the best way to bundle plugins with a theme:

    http://tgmpluginactivation.com

    Thread Starter Carlos Stevanato

    (@carlos-stevanato)

    Thanks mattkeys!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icon not appear’ is closed to new replies.