Skip to content

Releases: robbdeveloper/acf-elementor-icon-picker

v1.3.1

Choose a tag to compare

@robbdeveloper robbdeveloper released this 03 Jun 16:25

Fix

  • Escape <i> in the ACF field “Return Format” label so it displays correctly in admin

v1.3.0

Choose a tag to compare

@robbdeveloper robbdeveloper released this 01 Jun 15:19

What's new

Taxonomy support for the ACF Custom Icon Elementor widget.

  • Field Source → Auto (current post or term) — detects the current term on taxonomy archives and inside Elementor Pro taxonomy loops ($wp_query->loop_term), otherwise uses the current post
  • Field Source → Specific Term ID — target a term by numeric id from anywhere
  • Shared AEIP_Object_Resolver class — same post/term detection logic used by the widget and [aeip_icon] shortcode

Usage in Elementor taxonomy loops

  1. Drop the ACF Custom Icon widget into your loop template
  2. Select your ACF field
  3. Leave Field Source on Auto (current post or term)

Release v1.2.0

Choose a tag to compare

@robbdeveloper robbdeveloper released this 01 Jun 15:14

What's new

Elementor Pro taxonomy loop support for the [aeip_icon] shortcode.

  • Auto-detects the current term from $wp_query->loop_term inside Elementor taxonomy loops
  • Still works on native taxonomy archives via get_queried_object()
  • Explicit targeting unchanged: term_id, term, or post_id="term_123"

Usage in Elementor loops

[aeip_icon field="cat_icon"]

No extra attributes needed — each loop item’s term is picked up automatically.

v1.1.0

Choose a tag to compare

@robbdeveloper robbdeveloper released this 01 Jun 15:03

What's new

Taxonomy support for the [aeip_icon] shortcode.

  • Auto-detect the current term on category/tag/custom-taxonomy archives
  • term_id attribute to target a specific term from anywhere
  • term attribute as an alias (numeric ID or ACF-style term_123)

Examples

[aeip_icon field="cat_icon"]
[aeip_icon field="cat_icon" term_id="15"]
[aeip_icon field="cat_icon" term="term_15"]

v1.0.0

Choose a tag to compare

@robbdeveloper robbdeveloper released this 06 May 14:05

Download plugin by downloading source code (zip) file.

Download bec-icons-fontello.zip as an example for the font-icon to upload in Elementor Font Icons.