Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @ranbac

    You could try to use this code in your functions.php file in your theme:

    add_action( 'wp_enqueue_scripts', 'remove_um_jquery_ui', 100 );
    function remove_um_jquery_ui() {
    	wp_deregister_style( 'um_ui' );
    }

    Regards.

    Thread Starter Nguyễn Quốc Hùng

    (@ranbac)

    I tried to use this code in your functions.php file in your theme:

    add_action( ‘wp_enqueue_scripts’, ‘remove_um_jquery_ui’, 100 );
    function remove_um_jquery_ui() {
    wp_deregister_style( ‘um_ui’ );
    }

    it’s worked

    Thread Starter Nguyễn Quốc Hùng

    (@ranbac)

    that code broke UM account page!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘disabling Ultimate Member jQuery UI styling’ is closed to new replies.