Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1209855
    Ezy3
    Participant

    How 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’);

    #1210015
    Christian
    Moderator

    Hey 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.

    #1211367
    Ezy3
    Participant

    Ahh I see. Is there no way to change that to 100 x 100 instead?

    #1211485
    Lely
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1209855 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>