romagromov,
аккуратно копируем(кнопка тут справа) и полностью заменяем
jQuery(function() {
jQuery( 'select.use_select2_lib' ).each( function( ) {
if ( ! jQuery( this ).parent( ).hasClass( 'fc_orderby_selector' ) ) {
jQuery( this ).niceSelect( );
}
} );
});