WP Manifestindependent plugin directory
manifest / unclassified / acf-iconic-radio-group-wordpress-plugin

ACF Iconic Radio Group GitLab

Extends ACF by adding a radio button group field with SVG icon support (auto-pick from theme folder).

by Viktor Kovalenko · gitlab.com/v_kovalenko/acf-iconic-radio-group-wordpress-plugin

0stars
0forks

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://gitlab.com/v_kovalenko/acf-iconic-radio-group-wordpress-plugin/-/archive/master/acf-iconic-radio-group-wordpress-plugin-master.zip

From the readme

Extends ACF by adding a radio button group field with SVG icon support (auto-pick from theme folder). ACF Iconic Radio Group adds a new field type to Advanced Custom Fields. Each radio option can display an SVG or PNG icon, chosen from a theme folder. You can define choices, assign icons, and set a default value for each field. The plugin supports optional icon mapping, default value selection, and a global icon folder override via filter. 1. Upload the plugin folder to /wp-content/plugins/. 2. Activate the plugin via the Plugins menu. 3. Make sure you have Advanced Custom Fields (ACF) installed and activated. 4. Create or edit an ACF field group and add an "Iconic Radio Group" field. 1. Create or Edit a Field Group: Go to ACF Field Groups and add a new field of type Iconic Radio Group. 2. Choices: Enter each choice on a new line in the format: "value : Label" 3. Default Value: Enter the value (not label) of the choice you want preselected by default. 4. Icon Folder: Set the relative path to your theme’s icons folder (default: /dist/img/icons/). Place your SVG/PNG icons in this folder. 5. Icons Mapping (optional): List icon filenames (e.g., star.svg) one pe

Read the full README on GitLab →