Title: Images
Last modified: August 22, 2016

---

# Images

 *  Resolved [duchu](https://wordpress.org/support/users/duchu/)
 * (@duchu)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/images-104/)
 * It’s possibe to display images in search dropdow or check box ? I need to replace
   text for a images.
 * [https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/](https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [websupporter](https://wordpress.org/support/users/websupporter/)
 * (@websupporter)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/images-104/#post-5226258)
 * Hi duchu,
    well it is not natively supported. I’ve tried to find a workaround
   for checkboxes.
 * If you create a checkbox, go to “Individual” in the configuration dialog. Instead
   of the text place the URL or the Image.
 * If you are using the shortcode, place this script after the shortcode:
 *     ```
       <script>jQuery( '.sf-checkbox-wrapper label' ).each( function(){ var img = '<img src="' + jQuery( this ).text() + '" alt="" />'; jQuery( img ).appendTo( this ); jQuery( this ).contents().filter(function(){return (this.nodeType == 3);}).remove(); })</script>
       ```
   
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Images’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/filter-custom-fields-taxonomies-light_ffffff.
   svg)
 * [Filter Custom Fields & Taxonomies Light](https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [websupporter](https://wordpress.org/support/users/websupporter/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/images-104/#post-5226258)
 * Status: resolved