Hi,
It seems you changed something on your server and the issue can resolve now.
https://prnt.sc/3OGfPu4KQZxy
1. We go to: wp-content/plugins/haru-teespace/ then open file haru-teespace.php
https://texpro.ie/wp-admin/plugin-editor.php?plugin=haru-teespace%2Fharu-teespace.php&Submit=Select
Go to line 627 and change the code from:
wp_register_style( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.min.css' ), array(), false, 'all' );
wp_register_script( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.full.min.js' ), array( 'jquery' ), false, false );
to
wp_enqueue_style( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.min.css' ), array(), false, 'all' );
wp_enqueue_script( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.full.min.js' ), array( 'jquery' ), false, false );
and the issue with widgets resolved.
2. About the Shop page you can’t change layout with Elementor. You should change in Theme Options -> WooCommerce -> Archive Product (Shop) page.
Hope this helps!
****
Regards,
HaruTheme