ui.theme.css file conflicts with Magic Members plugin
-
this is the code i’ve used to dequeue the css file for the Magic Members screen on the backend. if anyone else is having the same styling issues, you might be able to use the same method.
function event_calendar_admin_css_fix(){ $current_screen = get_current_screen(); if($current_screen->id === 'toplevel_page_mgm/admin') { wp_dequeue_style('tribe-jquery-ui-theme'); } } add_action( 'admin_enqueue_scripts', 'event_calendar_admin_css_fix', 100 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ui.theme.css file conflicts with Magic Members plugin’ is closed to new replies.