delete zoom in images

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Dec 12, 2014 2:36 pm
Reply with quote
Report this post
Hi! I know that this issue was discussed many times, but I did not understand anything after reading them and I read the manual https://www.gavick.com/documentation/joomla-templates/customizing-joomla-template/how-to-remove-zoom-and-lightbox-effect/ and write this code in override.css:
Code: Select all
.nspArt .nspImageWrapper:hover img,
.gkNspPM-TitleOverlay:hover .gkImgOverlay,
.gkNspPM-TitleOverlay > figure:hover > img
 {
   transform: none !important;
   -moz-transform: none !important;
   -ms-transform: none !important;
   -o-transform: none !important;
   -webkit-transform: none !important;
}

But zoom escape not everything places. In gk5 news show in big picture zoom is gone, but in small picture zoom is stayed ( main page - http://239703.hoster-test.ru/) and in k2 category stayed (http://239703.hoster-test.ru/index.php/zhurnaly) . How remove zoom from all site. And how choose your size pictures?
User avatar
Junior Boarder

GK User
Fri Dec 12, 2014 3:46 pm
Reply with quote
Report this post
hi,
this was also explained but in few topic in this same forum category. search. if not I will help.

BTW
your URL didn't worked for me.
User avatar
Platinum Boarder

GK User
Mon Dec 22, 2014 2:00 pm
Reply with quote
Report this post
I did not find help in the previous topics. I do not understand why some images missing zoom and others do not, ( url must work)
User avatar
Junior Boarder

GK User
Tue Dec 23, 2014 10:19 pm
Reply with quote
Report this post
Maybe "Iron Wolf" blocked access to your web.
add also this
Code: Select all
.nspMain .nspImageWrapper:hover img, .itemImageBlock:hover img {
    transform: none;
}


where? Check my footer link.
User avatar
Platinum Boarder


cron