Title: Fork awesome
Last modified: December 16, 2018

---

# Fork awesome

 *  Resolved [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/)
 * Will I have to make changes to my site due to the Font Awesome -> Fork Awesome
   change?

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-10995064)
 * Hi [@ajtruckle](https://wordpress.org/support/users/ajtruckle/),
 * in short – no.
 * If you haven’t used FontAwesome directly (like this: `<i class="fa fa-icon"></
   i>`), you don’t need to change anything.
 * If you did, then you need to replace `fa` classes with `sui`. Example:
 *     ```
       replace this:
       <i class="fa fa-plus"></i>
   
       with this
       <i class="sui sui-plus"></i>
       ```
   
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-10995170)
 * Yes, I have used the icons directly. In menus too.
 * [http://Www.publictalksoftware.co.uk](http://Www.publictalksoftware.co.uk)
 * I just don’t want to break the site in some unknown way.
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-10995270)
 * You can use FontAwesome and Shortcodes Ultimate together. The only difference
   is that you’ll need to enqueue FA stylesheet yourself as it was removed from 
   SU.
 * Do not worry about conflicts as SU now uses its own CSS classes for icons. Actually,
   countless conflicts were the main reason for this change.
 * Add the following snippet to the end of the `functions.php` file of your active
   theme:
 *     ```
       add_action( 'wp_enqueue_scripts', function() {
       	wp_enqueue_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', false, '4.7.0', 'all' );
       } );
       ```
   
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-10995279)
 * Or, you can just replace `fa fa-icon` class names with `sui sui-icon` if it’s
   easier for you.
 *  [Kenika](https://wordpress.org/support/users/kenika/)
 * (@kenika)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-10999298)
 * Most of my icons disappear when I change to “sui sui”. Any idea why that’s happening?
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-11001183)
 * Hi Kenika,
 * there are many possible reasons. I can’t say exactly without additional details.
 *  [Kenika](https://wordpress.org/support/users/kenika/)
 * (@kenika)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-11004195)
 * I see. What infos do you need. Do you need (admin) access to my site?
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-11004302)
 * At least, show me the URL of your page with missing icons.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Fork awesome’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [WP Shortcodes Plugin — Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Vova](https://wordpress.org/support/users/gn_themes/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/fork-awesome/#post-11004302)
 * Status: resolved