Support » Plugin: Elementor Website Builder - More than Just a Page Builder » Using FontAwesome 5 with get_icon()

  • Resolved Nathan Hawkes

    (@natehawkes)


    I am trying to create widgets for a client’s Elementor plugin and have been trying to use FontAwesome 5 in the widget selection pane. I am using the free version of Elementor, version 3.4.7. I am using get_icon() to select the icon as in:

    public function get_icon() {
      return 'fab fa-github';
    }

    However, the icon does not display. I have turned off support for FontAwesome 4 and this does not help. Could you please advise what I need to do to display FontAwesome 5 icons in the editor? Do I need to add something else to load the FontAwesome files? They display in every other area, just not here, and it is rather frustrating.

    • This topic was modified 2 years, 4 months ago by Nathan Hawkes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Using FontAwesome 5 with get_icon()’ is closed to new replies.