• The size of thumbnail is 120×120 but I can’t see. I tried with Regenerate Thumbnails but don’t work. Other thumbnail work fine.

    If you can help me, thanks.

    • This topic was modified 6 years, 9 months ago by system90.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Please post the url to your site.

    Thread Starter system90

    (@system90)

    Is this
    scontidiamazon.it

    Those images are on Amazon’s servers, so regenerating WordPress thumbnails will have no effect.

    Amazon is returning a 403 forbidden error on the image links. I’m beyond my knowledge here, but this article seems to cover the issue:
    https://dmjcomputerservices.com/blog/resolving-403-forbidden-errors-with-amazon-s3/
    basically it looks like you need to set the correct public permissions on the images within your amazon affiliate account.

    There are other resources if you google “Amazon images 403”. Others have had this problem.

    The cart images are present but extremely small. You can fix this with some custom css:

    .woocommerce table.shop_table td {
      padding: 0;
    }
    .woocommerce-cart table.cart img {
      width:120px;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    The cart table is only 3/4 page width due to some effect from Visual Composer. Maybe you can turn it off for that page.

    Thread Starter system90

    (@system90)

    thanks for your support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘woocommerce widget Cart thumbnail’ is closed to new replies.