=== Dequeue Font Awesome === Contributors: tiguan Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EH65WAWPEYPXU Tags: dequeue, Font Awesome, dequeue stylesheet, performance, http requests, dequeue style Requires at least: 3.6 Tested up to: 3.9.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Removes Font Awesome stylesheets added to your theme by certain plugins, if Font Awesome stylesheet is already loaded by the theme. == Description == **Dequeue Font Awesome** is a very lightweight plugin that will remove **Font Awesome** stylesheet added to your theme by certain plugins, to not be loaded by several times, **if your theme already make use of Font Awesome**. In other words, **Dequeue Font Awesome** plugin aims to reduce the number of **HTTP** requests (for performance reasons) generated by certain plugins that loads **Font Awesome** stylesheet to your theme, even if your theme already uses **Font Awesome**. You wouldn't want to see **Font Awesome** loaded several times in your header, bloating your theme unnecessarily. = Supported plugins so far: = * [Menu Social Icons](http://wordpress.org/plugins/menu-social-icons/) * [Font Awesome Icons](http://wordpress.org/plugins/font-awesome/) * [Font Awesome 4 Menus](https://wordpress.org/plugins/font-awesome-4-menus/) * [Font Awesome More Icons](http://wordpress.org/plugins/font-awesome-more-icons/) Feel free to use the support area to request adding other plugins to the list, for that you want to remove their Font Awesome stylesheet files. = Important Note = Your theme should already load Font Awesome, otherwise above plugins will not work! To find out if your theme already uses **Font Awesome**, take a look over your page source of your site and search for "font-awesome". If "font-awesome" is somewhere in the head, your theme is already enqueue **Font Awesome** so you can use this plugin safely. = Still need IE7 Support for above plugins? (really?) = Since this plugins removes Font Awesome IE7 compatibility too from plugins above, make sure you have IE7 conditional stylesheet in your theme: 1. Copy font-awesome-ie7.min.css into your css directory. 2. Load the font-awesome-ie7.min.css using wp_enqueue_style in the same way as your theme load the main font-awesome.css. 3. Alternative method: in the area of your header.php, reference the location to your font-awesome-ie7.min.css as follow: `` == Installation == 1. Download the plugin (.zip file) on your hard drive. 2. Unzip the zip file contents. 3. Upload the `dequeue-font-awesome` folder to the `/wp-content/plugins/` directory. 4. Activate the plugin through the 'Plugins' menu in WordPress. NOTE: there are no plugin settings page so don’t be alarmed :) == Screenshots == 1. Page source view before activating the plugin. 2. Page source view after activating the plugin. == Changelog == = 1.0 = * Initial release