Tagged: x
-
AuthorPosts
-
October 10, 2016 at 7:42 am #1209855
Ezy3ParticipantHow can I get the gallery thumbnails to crop to small square images instead of the current view where its messy and all over the page. I would like them to be 100×100 squares instead of random sizes.
http://118.88.29.102/~geelong1/realflame/products/gas-heating/heatseeker/
I have already added the following the my child theme functions.php and have also regenerated the thumbnails. Please help.
function x_woocommerce_donot_remove_plugin_setting(){
if ( ! is_admin() ) {
return;
}
remove_filter( ‘woocommerce_product_settings’, ‘x_woocommerce_remove_plugin_settings’, 10 );
}
add_action(‘init’, ‘x_woocommerce_donot_remove_plugin_setting’);October 10, 2016 at 9:46 am #1210015
ChristianModeratorHey there,
Images should be square out of the box. Looks like your images are small though. Please upload images that are more than 400 x 400px in size because smaller images could not be scaled up so they don’t have thumbnail version generated.
Modifying WooCommerce features requires custom development which is outside the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/
Thanks.
October 11, 2016 at 7:52 am #1211367
Ezy3ParticipantAhh I see. Is there no way to change that to 100 x 100 instead?
October 11, 2016 at 9:19 am #1211485
LelyModeratorHi There,
100 x 100 is too small. Please check this thread for some clarification:https://community.theme.co/forums/topic/woocommerce-product-image-sizes-missing/
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1209855 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
