• I have tirelessly searched for an answer as to why my Jigoshop Thumbnail images are blurry.

    Please see ~~ http://www.highadventure.com.au/shop/product-category/courses/

    The Product image within the the thumbnail is crisp and perfect, but the thumbnail itself is blurry. Im not very familiar with Code and my web developer seems to be avoiding my request for help in getting this sorted (new site launched 2 days ago)

    Yes,

    I have done the following

    Go to Dashboard > Jigoshop > Setting > Images tab
    Make sure you select “Yes” to all these:
    Crop Tiny Images
    Crop Thumbnail Images
    Crop Catalog Images
    Crop Large Images
    Make sure “Catalog Images” size is 150 x 150
    Install and activate this plugin: Regenerate Thumbnails
    Go to Dashboard > Tools >Regen. Thumbnail and regenerate all thumbnails

    I have found different posts with various coding theories, is this the case?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter HighAd

    (@highad)

    I Found the following code – however I’m not sure how to find where to load it?

    go to: dashboard —->pagelines——-> site options——–>custom code (and paste the following)

    /* enlarge catalog images */
    .products li a img {width:312px !important; height:auto !important;}
    .products li {
    width:30% !important;
    margin-right:1.6% !important;
    margin-left:1.6%; !important;
    }

    /* smaller related products images */
    .type-product .related .products li a img {width:150px !important; height:auto !important;}
    .type-product .related .products li {
    width:20% !important;
    margin-right:2% !important;
    margin-left:3% !important;
    }

    katandmouse

    (@katandmouse)

    I have the same problem. They used to be fine and I’m not sure what happened to cause them to get all stretched. The problem is the size of 32px is HARDCODED into code somewhere. It’s not a style. My image settings are correct at 150px. And I would never choose 32px for an image anywhere ever. I tried running thumbnail regenerate. Didn’t work. I’m tempted to make a copy of all my full size images and rename to …32×32.jpg. What a pain.

    Here’s what’s in the code: <img width=”32″ height=”32″ src=”http://bcwengineering.com/wp-content/uploads/2013/06/Polymer-Scraper-50503-01-32×32.jpg&#8221; class=”attachment-150x wp-post-image” alt=”Polymer-Scraper-50503-01″>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Jigoshop] Thumbnail image Blurry Distortion’ is closed to new replies.