Page 1 of 1
[Solved] No display of product image
Posted: Wed Sep 09, 2015 9:28 pm
by iamafaker
Re: No display of product image
Posted: Wed Sep 09, 2015 9:34 pm
by iamafaker
Update: i can see the image on Firefox, but no display on Chrome ... why??
Re: No display of product image
Posted: Wed Sep 09, 2015 9:47 pm
by jrfcomputing
Have you got Adblock on your chrome
What theme are you using?
Re: No display of product image
Posted: Wed Sep 09, 2015 9:51 pm
by jrfcomputing
Adblock some times blocks certain images size do in system> image > Product Image Thumb Size set to a random size like 802 x 802 rather than 800 x 800 if that dosent it can be the css script used as that is what it was for me
Re: No display of product image
Posted: Sat Sep 12, 2015 2:48 am
by blazh80
Hello, i have same problem with oc 1.5.5.1, do you find any solutions?
Re: No display of product image
Posted: Tue Sep 15, 2015 12:20 am
by markp-r
So, I recently began having problems with the product image not showing in Chrome (but showing in Firefox and IE).
JRFComputing mentioned a css file - which css file was it that you made the changes on - and what change did you make?
I'd really like to find the solution.
************** UPDATE ******************
In doing more research, I found a solution that worked for me. It might not work for others - but if you are using the Journal2 theme (like I am) this solution from stackoverflow.com worked for me:
put
Code: Select all
.product-info .left .image * {
-webkit-transform: none;
}
in your custom css tab (journal admin panel)
I did that and it worked like a charm
I'm sorry, but I don't know which css file or anything else - I just know that I added that code to my Journal2 custom css tab and it worked brilliantly.
Re: No display of product image
Posted: Tue Sep 15, 2015 12:17 pm
by dpattyatl
MARKP-R
Thanks so much!!! I have the same error since two weeks ago and trying everyhing and no solution...
You saved my life men!!
Thanks!
Re: No display of product image
Posted: Tue Sep 15, 2015 4:25 pm
by jrfcomputing
It was that file for me. When you change it the product image is no longer responsive. The makers of the jornal theme have fixed this now if you update.
If you do not want to update you also need to add
max-width: 100%;
Under .product-info .left .image a img { (around line 34 of product.css)
Re: No display of product image
Posted: Thu Sep 24, 2015 11:32 pm
by geert jan
Worked for me, super!!
Re: No display of product image
Posted: Mon Oct 12, 2015 8:25 pm
by iamafaker
Thanks for the solution!!