Hello there,
The code that we have sent you is to enqueue files necessary for the functionality of our plugin, and it is the one that we often send since there are some themes that dequeue these files. We have checked your site again and there is a js file that you do not have loaded, but the others do, so try replacing the previous code with this new one:
if ( defined( 'YITH_WCWL' ) ) {
if( ! function_exists( 'yith_wcwl_enqueue_back_required_assets' ) ) {
function yith_wcwl_enqueue_back_required_assets() {
if ( ! wp_script_is( 'jquery-yith-wcwl-user', 'registered' ) ) {
wp_enqueue_script( 'jquery-yith-wcwl' );
} else {
wp_enqueue_script( 'jquery-yith-wcwl-user' );
}
wp_enqueue_style( 'yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css', array( 'jquery-selectBox' ) );
}
add_action( 'wp_enqueue_scripts', 'yith_wcwl_enqueue_back_required_assets', 9999 );
}
}
The image you have sent looks very small, we recommend you send it to us through WeTransfer or some image server.
If you still have problems, we recommend you temporarily deactivate your theme and activate a default WordPress theme like 2022, to check if the conflict comes from Eletra. If it’s still the same, try leaving only WooCommerce and our plugin active, and activate your plugins in batches to see which one fails with this.
Let us know any news, please.
Best regards.