- This topic has 15 replies, 4 voices, and was last updated 6 years, 7 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › A lot of checkbox or radio button: Show more / Show less
Tagged: V3
Hi,
Little bugfix, change:
$el.addClass('sf-field-collapse').append('<div class="show-more-less">' + more_txt + '</div>');
to
if( ! $el.find('.show-more-less').length )
$el.addClass('sf-field-collapse').append('<div class="show-more-less">' + more_txt + '</div>');