All Projects → micc83 → acf-fonticonpicker

micc83 / acf-fonticonpicker

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

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

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.

$ 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.

{
    "require": {
        "composer/installers": "*",
        "micc83/acf-fonticonpicker": "dev-master"
    }
}

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:
include_once('acf-fonticonpicker/acf-fonticonpicker.php');

Credits

jQuery fontIconPicker has been made by me. You can contact me at [email protected] or twitter for any issue or feauture request.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].