Please find following code in /wp-content/themes/panagea/inc/functions/template-functions.php file.
if ( class_exists( 'RWMB_Loader' ) ) {
wp_enqueue_script( 'rwmb-clone', RWMB_JS_URL . 'clone.js', array( 'jquery' ), RWMB_VER, true );
RWMB_Date_Field::admin_enqueue_scripts();
}
And replace with following code.
if ( class_exists( 'RWMB_Loader' ) ) {
wp_enqueue_script( 'rwmb', RWMB_JS_URL . 'script.js', array( 'jquery' ), RWMB_VER, true );
wp_enqueue_script( 'rwmb-clone', RWMB_JS_URL . 'clone.js', array( 'jquery-ui-sortable' ), RWMB_VER, true );
RWMB_Date_Field::admin_enqueue_scripts();
}
And then try again.
Best Regards,
Hi,
1. Please translate it using language file. You should translate it in Panagea-booking plugin, too.
Or you can use loco translation plugin, too.
2. Panagea theme has not option for minimum people.
Best Regards,