Hi,
Thanks for contacting us and choosing our product!
This issue happen when version of Select 2 in one of your plugin different in our plugin or WP Bakery.
About this issue you we have just fixed for you by following step:
Step 1: go to wp-content/plugins/haru-pangja-core/ then open file haru-pangja-core.php
Step 2: Change code at line 98 from:
// if ( !empty($screen) && ($screen->post_type != 'product') ) {
wp_enqueue_script( $this->prefix .'-select2', plugins_url( PLUGIN_HARU_PANGJA_CORE_NAME.'/admin/assets/plugins/jquery.select2/select2.min.js'), array( 'jquery' ), $this->version, false );
// }
to
if ( !empty($screen) && ($screen->post_type != 'product') ) {
wp_enqueue_script( $this->prefix .'-select2', plugins_url( PLUGIN_HARU_PANGJA_CORE_NAME.'/admin/assets/plugins/jquery.select2/select2.min.js'), array( 'jquery' ), $this->version, false );
}
Hope this help!
*****
Best regards,
HaruTheme