Niloy - Codeixer
Forum Replies Created
-
Hello, please try this code below:
add_filter( 'shop_thumbnail', function( $size ) { return array( 'width' => 200, // Custom Width 'crop' => 0, ); } );
I admit your review but if the theme has custom size declare any custom image size for WooCommerce image size and that is less than the default image size than it will DROP the image quality.
sorry, the free version is not working with variation image.
Hello,
please open a ticket in our support forum.yes, pro version 100% work with Elementor but if you face any issue just contact us via our own support forum (pro version) .
Thanksbtw, free version is not working with elementor.
sorry i don’t understood. please explain more.
it’s CSS conflict issue.
please use this code below in Appearance > customize > Additional CSS.vbox-content img { margin: 0 auto; }
can you please share a screenshort because i check it with storefront theme and it’s works.
this two filter was used in old woocommerce version . after version 3.0 the dashboard edit option was gone and use customizer for edit the size.
so you can’t change it from the WordPress dashboard. in this plugin pro feature, I will add an option for resizing the images from the setting panel. so pro version can get benefit from it.Hi,
for thumbnails i use ‘shop_thumbnail’ image size and for the large image i use ‘shop_single’ image size.
you can use this code Below in your functions.php file for resize the width and height.add_filter( 'shop_thumbnail', function( $size ) { return array( 'width' => 110, // Custom Width 'height' => 165, // Custom Height 'crop' => 0, ); } );
let me know if you need any other helps.
Thank youHi,
sorry for the inconvenience
if you purchase the pro version then I will provide you support for the overlapping issue.
Thank youplease send me a screenshot
Hi,
Thanks for purchase the pro version.
For premium customers we provide support via our support forum (https://codeixer.com/s) please create a support ticket into that forum.this plugin has a simple settings page which has already proper details for the options . check the settings screenshort [navigation : woocommerce > gallery settings ]