Hi Athanasios,
Thanks for reaching out to us.
In the shop page, the swatches are not visible.
It depends on the hooks of your theme. If your theme removes the standard hooks of WooCommerce to redesign the template, our plugin will fail to add the swatches with the products.
I have added the following snippet inside your current child theme’s functions.php file-
// GWP - WVS - #152366 Support for Xtore Theme
add_action('et_before_shop_loop_title', function(){
if ( function_exists( 'woo_variation_swatches' ) ){
woo_variation_swatches()->show_archive_page_swatches();
}
});
In the product page, when clicking on the color swatch only the first image of the variation is updated.
Displaying variation gallery images is not a feature of our plugin, is a feature of your theme.
Could you temporarily deactivate our Swatches plugin and check if is it working without our plugin or not?
Hope to hear from you soon.
Thank You
Variation swatches issues with Xstore theme
Athanasios Brouzioutis
Hello,
I have two issues with the variation swatches plugin in combination with the Xstore theme.
Can you please check it?