Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ekornmeyer

    (@ekornmeyer)

    Just FYI I fixed it in core/um-fields.php

    if ( isset( $data['allowclear'] ) && $data['allowclear'] == 0 ) {
    							$class = 'um-s2';
    						} else {
    							$class = 'um-s1';
    						}

    I changed $class = 'um-s1'; to $class = ' um-s1';

    The rendered output was not putting a space between the um-iconed and um-s1 classes on the select

    Plugin Author Ultimate Member

    (@ultimatemember)

    Thanks for letting us know you fixed the issue

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icons in fields not working for select’ is closed to new replies.