WP Manifestindependent plugin directory
manifest / content / acf-fonticonpicker

Advanced Custom Fields: FontIconPicker

ACF { fontIconPicker is a Fonts Icons Picker field type for the Advanced Custom Fields WordPress plugin.

by Alessandro Benoit · github.com/micc83/acf-fonticonpicker · website

46stars
9.9kcomposer installs
9forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/micc83/acf-fonticonpicker/archive/refs/heads/master.zip

Also on Packagist as micc83/acf-fonticonpicker:

composer require micc83/acf-fonticonpicker

From the readme

ACF { fontIconPicker 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. Compatibility This add-on will work with: version 4 and 5 (thx to WilkoManger) of ACF Firefox (edge), Safari (edge), Chrome (edge), IE8+. Installation This add-on can be treated as a WP plugin, a composer package or a theme include. Install as WP Plugin 1. Copy the whole content of the repository in a new acf-fonticonpicker folder within your wp-content/plugins folder 2. Activate the plugin via the Plugins admin page Install with Composer If your project is already setup to use composer use the command below to install the plugin. 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. Include within theme 1. Copy the whole content of this repository into an acf-fonticonpicker folder within your theme folder (can use sub folders). 2. Edit your functions.php file and add the code below: Credits jQuery fontIconPicker has been made by me. You can contact me at micc83@gmail.com o

Read the full README on GitHub →