Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1374454

    Hi we have used your theme in this site https://www.officineditrevi.com/ and we have a problem with this product list:
    https://www.officineditrevi.com/categoria/elettropompe-sommerse-alte-temperature/
    in all the languages.
    As you can see we have uploded a new product and a new product photo but the format of the thumbnail is not correct.
    Of couse we are using the same shape and dimentions as the original one.
    Can you halep me to solve the issue?

    Thanks in advance

    Antonella

    #1374799

    Hey Antonella,

    Thanks for contacting us!

    It seems like you have modified WooCommerce files on your child theme. Could you please temporarily switch to Enfold parent theme, clear cache and check if that helps?

    Best regards,
    Yigit

    #1374827

    Thank for your answer but it’s not right.
    Threre are no modifications that affort this issue in our ccs file. Already check.
    A the moment the system makes squared every picture is uploaded. It was not in this way until now.
    Possible some updayes have created the issue?
    We are working with the sysstem since a long time and never had problems with pictures and we have uploaded a lot of products and pictures.
    Please, can you have a better look to the problem?
    We have just renewed the support just to solve it.
    Thankas in advance

    Antonella

    #1375193

    Can i have answer, please?

    Thanks in advance

    #1376029
    This reply has been marked as private.
    #1376137

    Hi Antonella,

    I am sorry for the late reply!

    Your product images are not showing up on my end but I have added following code to bottom of functions.php file of your child theme

    
    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }
    
    

    Could you please clear cache and review your website?

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.