This topic has 6 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hi,
when i choose variation in the dropdown the image size changed to small image
the link to the page in the private content
Hello,
This relates to new update of WooCommerce plugin. We will release new theme version soon.
As a temporary solution, you can add this code in xstore/framework/woo.php file:
add_filter( 'woocommerce_gallery_image_size', function( $size ) {
return 'woocommerce_single';
} );
Regards
i added the code but its not resolve the problem
Please provide us with temporary wp-admin and FTP access.
Regards
sorry, its fixed
i change the wrong file
thanks
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up