Please fix the issue, it is a company website it would be a problem if this persists, I really like the theme
In function.php, line 298, replace:
wp_localize_script( 'jquery', 'onepress_js_settings', $onepress_js_settings );
with
wp_localize_script( 'onepress-theme', 'onepress_js_settings', $onepress_js_settings );
Regards.