Hi Airene,
Thanks for reaching out to us. Please comment on the previous code and add a plugin called Code Snippets. Then create a new snippet by copying the below code-
add_action('woo_variation_swatches_pro_archive_page_loaded', function($wvs_pro){
remove_action('woocommerce_init', array( $wvs_pro, 'enable_swatches' ), 1);
add_action('woocommerce_shop_loop_item_title', array( $wvs_pro, 'after_shop_loop_item' ), 9);
}, 10, 1);
Thank You
Upgraded Variation Swatches Issues
Airene Huang
Issue 1: After upgrading the Pro plugin, the previous code you have added to the theme functions is duplicating the swatches. I disabled it now. How to let the swatches stay above the title and the price (by default it stays below).
Issue 2: I think it is affecting the website performance again but not sure if it is because of the duplicated swatches shown in the archive page. Hope the performance will be better if this issue is solved.