Tagged: 

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #954185

    Hello
    I have problem with single product image
    ,I fixed it before but when I update woocommerce it broke again.
    Now I’m not remember how I fix it and need help.
    My image size is 800x800px
    My box size is 800×800 but it’s still blurry.
    Can you please help me ?
    https://resmim.net/f/aOy1RT.png

    Thanks

    • This topic was modified 6 years, 6 months ago by dokuz.
    #954728

    Hello
    I changed woocommerce settings to 600x600px and my image is 800×800
    still have same problem and need help

    #954864

    Hi,

    Go to Appearance > Customize
    Then go to WooCommerce > Product Images
    Write your desired width in “Main image width” field.
    Click on “Publish”

    Best regards,
    Basilis

    #955490

    Dear Basilis
    It doesn’t work.I tried many widt and image but still have same problem.
    Also my image is blurry in internet explorer and firefox too.,
    Do you have any other offer ?

    #955671

    Hi dokuz,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #955700

    Hello Victoria
    I write admin access details to private box
    Thanks and good luck

    #955726

    Hi dokuz,

    You should be running at least php5.6.3 for the code to work properly. Please consider upgrading your oho version first.
    Image 2018-05-12 at 19.08.54.png

    Best regards,
    Victoria

    #955757

    Hello Victoria,
    I updated the php version from my hosting panel
    can you please help me again
    Thanks

    #956424

    Hello again,
    I updated the php version but still have same problem.
    what to do now ?

    #956692

    Hi,

    What php version are you now?

    Best regards,
    Basilis

    #957031

    Hello,
    I am using php 5.6.36 version
    I send login details from private area before
    Can you check the problem ?

    #957524

    Hi,
    I have to fix the problem
    when you will help me ?

    #957691

    Hi,

    Please do update your web site to something like php 7+ and let us know if it will work out for you.

    Best regards,
    Basilis

    #958583

    Hello Bailis,
    I write login details to private box
    do you know any css trick to fix the problem ?
    It’s not about php version

    #959152

    Hi dokuz,

    Here is a thread for you to consider

    Best regards,
    Victoria

    #960556

    Hello Victoria,
    I tried that and didn’t work on me.
    I have tried all things on enfold forum and any other things on internet.
    Do you have any other solution ?

    #960786

    Also I tried this child theme solution
    https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
    but still have no solution

    #961441

    Hi dokuz,

    I have added this php code at the bottom of your functions.php (I would suggest using a child theme):

    add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
        return array(
            'width'  => 650,
            'height' => 650,
            'crop'   => 0,
        );
    } );

    then regenerated the thumbnails and that fixed it.

    Best regards,
    Nikko

    #961509

    Hello Nikko
    Thank you very much mate :)
    I’m glad to see it fixed
    Best Wishes

    #961595

    Hi dokuz,

    Glad that we could help. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Woocommerce Single Product Image’ is closed to new replies.