Releases: robbdeveloper/acf-elementor-icon-picker
Releases · robbdeveloper/acf-elementor-icon-picker
Release list
v1.3.1
v1.3.0
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_Resolverclass — same post/term detection logic used by the widget and[aeip_icon]shortcode
Usage in Elementor taxonomy loops
- Drop the ACF Custom Icon widget into your loop template
- Select your ACF field
- Leave Field Source on Auto (current post or term)
Release v1.2.0
What's new
Elementor Pro taxonomy loop support for the [aeip_icon] shortcode.
- Auto-detects the current term from
$wp_query->loop_terminside Elementor taxonomy loops - Still works on native taxonomy archives via
get_queried_object() - Explicit targeting unchanged:
term_id,term, orpost_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
What's new
Taxonomy support for the [aeip_icon] shortcode.
- Auto-detect the current term on category/tag/custom-taxonomy archives
term_idattribute to target a specific term from anywheretermattribute as an alias (numeric ID or ACF-styleterm_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
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.