insert the code below in your themes function.php file :
FYI : Your current wordpress version is not compatible with your theme
wp_enqueue_script( ‘jquery-ui-dialog’, false, array(‘jquery’), false, true );
Hi, just resolved this, it is with your theme that’s not compatible with your current wordpress version. to solve this you need to add the code below in your themes function.php file
wp_enqueue_script( ‘jquery-ui-dialog’, false, array(‘jquery’), false, true );