Non of Zoom options/ extensions not working

Hi,

Can any one explain why any of this zooming extensions is not working with the template.i have tried every zoom extensions. but no luck with any one.

Thanks
Duminda

4 answers

Profile photo of Sherlock 0.00 $tone December 29, 2012
Public

Hi Duminda,

Which zoom extension did you install and got fail ? just let me know where I can get it , I probably try to install it myself to detect what was wrong

#1
Profile photo of Sherlock 0.00 $tone January 2, 2013
Public

Hi mate,

Sorry for this delay, you just need to to make a small change as following to get rid of this issue
Open the file of skin/frontend/default/jm_scerif/css/theme.css and look for this css rule

HTML Code:

                               .product-view .product-image {
                                     float: left;
                                     margin-bottom: 5px;
                                    overflow: hidden;
                                    text-align: center;
                               }

Change it to

HTML Code:

                               .product-view .product-image {
                                     float: left;
                                     margin-bottom: 5px;
                                     text-align: center;
                               }

Hope this would help

#3

This question is now closed

Written By

Comments