Giter Site home page Giter Site logo

iamarif / acf-fonticonpicker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from micc83/acf-fonticonpicker

0.0 2.0 0.0 450 KB

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

Home Page: http://codeb.it/fonticonpicker/#acf

PHP 8.94% CSS 2.32% HTML 87.93% JavaScript 0.81%

acf-fonticonpicker's Introduction

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.

acf-fonticonpicker's People

Contributors

micc83 avatar patrickgalbraith avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.