sortable issue fixed

This commit is contained in:
magepeopleteam 2021-01-04 04:55:45 +00:00
parent 03cf62a633
commit 3f2f913b12
2 changed files with 9 additions and 1 deletions

View File

@ -472,4 +472,7 @@ label.mp_event_virtual_type_des textarea{width:100%;}
display: block;
text-align: center;
padding: 15px;
}
}
div#mp_event_all_info_in_tab .handle-actions.hide-if-no-js {
display: none;
}

View File

@ -127,6 +127,11 @@ class MP_Event_All_Info_In_One
do_action('mep_admin_event_details_end_of_tab_details', $post_id); ?>
</div>
</div>
<script type="text/javascript">
jQuery(function($) {
$( "#mp_event_all_info_in_tab" ).parent().removeClass('meta-box-sortables');
});
</script>
<?php
}