I’ve just gone up to 1.1.6 and I’ve got a frustrating ‘feature’ (/bug) - my main product image on all product pages is now displaying about 800 pixels (that’s a guess) south of where it should be. I’ve dumped my cache in both dashboard and browser - nothing doing.
I had uploaded the image ratio resize add on, but i’ve since removed that to see if that was the problem. It wasn’t.
It’s rather odd? Anyone had same and have a fix?
you’ll see it on here until I manage to fix it (product pages rememeber):
www.reduceyourenergyuse.com
I just upgraded to 1.1.6 also & am having a very similar problem.
On the product pages it will flash a really large product photo for just a second (I have a fiber optic connection) then the image disappears & reappears way further down the page, it covers the related products, or product description depending on how long the product description is.
I also posted in another thread because my grid view is displaying products in a vertical line instead of 3 in a row in addition to the main product pic being shifted too far down the product page. Someone responded with a solution, but I think I already have the code in my boxes.css file. I am still comparing his posted code to my code.
http://www.magentocommerce.com/boards/viewthread/18394/
Thanks yaani and Darren E - tried both uploading the raw boxes.css from the full 1.1.6 zip, and adjusted my currently broken boxes.css with the code you helpfully supplied Darren. Both adjusted all sorts of layout things on my product pages, although the code as supplied did place the product image correctly.
I think it’s because I’m using the Modern Theme. Do you guys think that’s the case?
Yes, I bet that is where the differences in the boxes.css files are coming from.
I am customized my store by changing values in the default theme files. When I replaced the 1.1.6 default theme files with my default theme files from 1.1.4 the differences were apparent. I then replaced my changed default boxes.css file (1.1.4) with the boxes.css file supplied with the version 1.1.6 I then had to apply my changes again to the new 1.1.6 boxes.css file, the other 1.1.4 default theme files seem to be compatible with 1.1.6, as far as I can tell. Maybe after further testing I will find others. Makes me wonder if I should just use all the new 1.1.6 default theme files & just apply all my styling changes to them. I am trying to document my changes better so next time I upgrade it will make it easier for me if I have to reapply my changes to the new files (rather than replace the new files with my old version files).
I fixed it by changing the class to main-product-img in the following in app/design/frontend/default/default/template/catalog/view/media.html (you would do this in whatever theme you have applied:
My mistake. The file you need to modify is found here (I posted sloppily): app/design/frontend/default/default/template/catalog/product/view/media.phtml
I seem to have closed that conversation down! I didn’t mean to. I can’t see in the css where to fiddle to get the images displaying properly on the product pages.