Shop images blurry

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #9868
    miguelgino
    Member

    Hi i found that the shop images are blurry and when i tried to set new dimensions on the catalog it has this text on it making it un editable

    The settings of this image size have been disabled because its values are being overwritten by a filter.

    #9882
    miguelgino
    Member

    `<img width=”150″ height=”150″ src=”WaistCincher_Cherry-150×150.jpg” alt=”WaistCincher_Cherry” />

    i inspected element and this is what i got the theme is hardcropping the image to 150×150

    how do you fix this and on woocommerce i cant edit the catalog images
    The settings of this image size have been disabled because its values are being overwritten by a filter.

    #9888
    Veena
    Moderator

    Pls share the link and temporary login credentials of your site as a private msg here.
    Thanks

    #9890
    miguelgino
    Member
    This reply has been marked as private.
    #9891
    miguelgino
    Member
    This reply has been marked as private.
    #9899
    Raghavendra
    Moderator

    Have you tried changing the option for specifying the image sizes in WooCommerce->Settings->Products->Product Image Sizes ? Can you give a try and see if that resolves the issue?

    #9901
    miguelgino
    Member
    This reply has been marked as private.
    #9924
    Raghavendra
    Moderator

    Have you tried contacting WooCommerce team about this? I have never seen this setting disabled so far in any of our installations.

    #9926
    miguelgino
    Member

    Hi attached is a new installation of your theme because i wanted to test if it was a plugin i installed same issue.

    http://gyazo.com/54fdb3071ce7931d88c7454ac5e568a2

    i wonder why on your installation this is not showing since this is a new install.

    #9928
    Raghavendra
    Moderator

    So, is WooCommerce not generating product thumbnails of size 250×250 at least? The disabled settings seemed to indicate that thumbnail generated should be 250×250.

    #9929
    Raghavendra
    Moderator

    At line numbers 23 to 25 in woocommerce/woocommerce-integration.php file, you can try deleting/commenting these lines –

        add_filter('woocommerce_get_image_size_shop_catalog', 'mo_shop_catalog_image_size', 1);
        add_filter('woocommerce_get_image_size_shop_single', 'mo_shop_single_image_size', 1);
        add_filter('woocommerce_get_image_size_shop_thumbnail', 'mo_shop_thumbnail_image_size', 1);
    

    and see if that helps enable the settings and then change the generated thumbnails. You will need to use Regenerate thumbnails plugin after you set new dimensions for the images (as per the settings page of woocommerce).

    #9933
    miguelgino
    Member

    Thumbs up! it worked so it was woocommerce after all not your theme.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Shop images blurry’ is closed to new replies.