removing product zoom effect

GK User
Wed Jun 17, 2015 10:21 am
How to remove the product zoom effect from hikashop http://3d.atoa.com/hika-cad/product/16- ... d-turbine1
User avatar
Senior Boarder

GK User
Wed Jun 17, 2015 10:51 am
Hi,
URL was wrong,
but I checked : http://3d.atoa.com/buy/cad/view/34-all-in-one-spanner
and I didn't saw zoom
User avatar
Platinum Boarder

GK User
Wed Jun 17, 2015 12:51 pm
Sorry for providing the wrong url.. here is the url with hika shop http://3d.atoa.com/atoa-engineering-art ... ron-design
User avatar
Senior Boarder

GK User
Wed Jun 17, 2015 2:37 pm
Zoom is a template feature.
And yes, there is no switch to turn it off.

you have to edit:
\templates\gk_storefront\html\com_hikashop\product\show_tabular.php

I prepared you a new file - you have to unzip and replace
User avatar
Platinum Boarder

GK User
Thu Jun 18, 2015 10:55 am
Thank you Oscar . But when I replaced this file my descriptions becoming empty . look http://3d.atoa.com/atoa-mechanical-comp ... 7-impeller here I have placed an iframe .when I disable the zoom option as you said it makes my desription part empty. so I replaced it with my old tabular.php
User avatar
Senior Boarder

GK User
Fri Jun 19, 2015 6:45 am
So I cannot help you, besides it request more customization that expect at the beginning. Sorry.
User avatar
Platinum Boarder

GK User
Mon Jun 22, 2015 4:09 am
I made it by removing the following code from template>css>gk.stuff.css . Is this ok to remove the code

Code: Select all
#gkZoom.active{
   opacity: 0.3;
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
}
#gkPreview.active  {
   visibility: visible;
   opacity: 1;
   border: 1px solid #e5e5e5
}
#gkPreview > img {
   position: relative;
}
User avatar
Senior Boarder

GK User
Thu Jun 25, 2015 7:00 pm
you can do with code what you want,
the only trick is ... that you have to remember about those changes before you will do next template update.
User avatar
Platinum Boarder


cron