Plugin info

Total downloads: 1,760
Active installs: 200
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 10/20/2021 (1537 days ago)
Added to WordPress: 10/20/2021 (4 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 5.8.12
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1537 days ago

20/100

Is GS ACF Icons abandoned?

Possibly abandoned (last update 1537 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 5.8.12
Requires PHP: 5.6

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

ACF Tab & Accordion Title Icons
Rating 0.0/5 (0 reviews)Active installs 90
Advanced Custom Fields: Font Awesome Field
Rating 4.8/5 (36 reviews)Active installs 100,000
ACF Content Analysis for Yoast SEO
Rating 4.2/5 (34 reviews)Active installs 100,000
Table Field Add-on for ACF and SCF
Rating 4.9/5 (59 reviews)Active installs 60,000
ACF: Better Search
Rating 4.9/5 (162 reviews)Active installs 40,000
Advanced Custom Fields: Gravity Forms Add-on
Rating 4.2/5 (13 reviews)Active installs 30,000

Description

The ACF icon plugin adds a new field to ACF that enables users to select an icon from a popup.
It works with ACF Repeater fields.
It supports both font icons and SVG icons. You can select if the field should return
* CSS class
* SVG url fragment
* SVG file path
* SVG raw (the SVG markup)

You cannot limit to certain icons or add new icon providers as of writing which is version 0.1.3.

If you are using ACF functions the_field() with CSS class return format you need to enqueue the required CSS.
Use ACFIcon::get_css_handle(get_the_field(‘your-icon-field-id’)) to retrieve the correct CSS handle for the selected icon.

Supported icons are Font Awesome 5 Free, Ionicons and Elementor Icons.

Installation

  1. Download the plugin from the link provided in your order email
  2. Upload the zip file to your site
  3. Activate the plugin

Frequently Asked Questions

How do I use this?

There are few methods either use a plugin such as Advanced Elements that displays ACF fields or add new code to
your theme templates that calls the default ACF functions.
If you are using ACF functions the_field() with you need to enqueue the required CSS.
Use ACFIcon::get_css_handle(get_the_field(‘your-icon-field-id’)) to retrieve the correct CSS handle for the selected icon.

Review feed

No reviews available

Screenshots

Changelog

0.1.3

  • Add on request SVG generation
  • Add usage instructions
  • Remove comment artifacts
  • Remove single SVG files
  • Remove duplicate JavaScript
  • Fix issue with wrong ID targeting on repeater icons
  • Fix issue with missing ID when removing icons on first load
  • Fix wrong URL when return format is URL
  • Fix compatibility when used as subfield with Repeater field