Viewing 1 replies (of 1 total)
  • Plugin Author websupporter

    (@websupporter)

    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.