Skip to content

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

Notifications You must be signed in to change notification settings

der-lukas/acf-fonticonpicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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 up of ACF

  • Firefox (edge), Safari (edge), Chrome (edge), IE8+.

Installation

This add-on can be treated as both a WP plugin and a theme include.

Install as Plugin

  1. Copy the 'acf-fonticonpicker' folder into your plugins folder
  2. Activate the plugin via the Plugins admin page

Include within theme

  1. Copy the 'acf-fonticonpicker' folder into 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 and Elliot Condon for the amazing Advanced Custom Field WordPress plugin.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.3%
  • HTML 35.4%
  • PHP 2.0%
  • JavaScript 0.3%