Wallogit.com
2017 © Pedro Peláez
ACF-FontIconPicker is a Fonts Icons Picker field type for the Advanced Custom Fields WordPress plugin.
Adds a Fonts Icons Picker field type for the Advanced Custom Fields WordPress plugin. Go to the official plugin page for custom configuration and example of use., (*1)
This add-on will work with:, (*2)
version 4 and 5 (thx to WilkoManger) of ACF, (*3)
Firefox (edge), Safari (edge), Chrome (edge), IE8+., (*4)
This add-on can be treated as a WP plugin, a composer package or a theme include., (*5)
Install as WP Plugin, (*6)
acf-fonticonpicker folder within your wp-content/plugins folderInstall with Composer, (*7)
If your project is already setup to use composer use the command below to install the plugin., (*8)
$ composer require "micc83/acf-fonticonpicker:dev-master"
Or add the below to your composer.json and update (using composer update). Note composer/installers package is required to install the plugin to the correct location., (*9)
{
"require": {
"composer/installers": "*",
"micc83/acf-fonticonpicker": "dev-master"
}
}
Include within theme, (*10)
acf-fonticonpicker folder within your theme folder (can use sub folders).functions.php file and add the code below:include_once('acf-fonticonpicker/acf-fonticonpicker.php');
jQuery fontIconPicker has been made by me. You can contact me at micc83@gmail.com or twitter for any issue or feauture request., (*11)
I really have to thank miniMAC for the idea, Zeno Rocha for jQuery plugin boilerplate, Dave Gandy for the beautiful set of icons, WilkoManger for adding support for ACF5 and Elliot Condon for the amazing work done on Advanced Custom Field., (*12)