Hi,
Do you mean adding an icon for each individual option in Select, Checkbox, and Radio custom fields?
Thread Starter
Houdini
(@romariokg)
Hi! Yes! For example, add a car manufacturer logo for Audi or BMW.
Like here: https://prnt.sc/OY0Ut57ihR6W
Hi,
Yes, it is possible to add a custom icon class there using a hook. You will also need to load the icon library script on the pages where the icon should appear.
Please check line 4742 in the file:
plugins/classified-listing/app/Resources/Options.php
apply_filters( 'rtcl_get_icon_class_list', $icons )
Thank you
Thread Starter
Houdini
(@romariokg)
So, I have to create a script with icons? My icons are only in SVG format.
Why don’t you make it possible to attach a custom icon to custom fields directly in the Form Builder? This would be convenient for other users who don’t understand programming.
-
This reply was modified 1 month, 3 weeks ago by
Houdini.
Hi,
Sorry, right now possible class based icon library. We will consider image upload later.
Thank you