Remove image zoom effect on ALL site images

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
Wed Jan 28, 2015 5:12 pm
Reply with quote
Report this post
Hi - I know there are several posts about removing the image zoom function for this template, with links to help files on this forum, but could you give me a SINGLE instruction to remove ALL image zoom effects, site-wide.

Previous suggestions, in help files and posts here, only seem to work on the home page and not site-wide.

Would be great to have a definitive code list for this as it seems to be a function lots of people would like to change.

Thanks for your help and sorry to ask similar questions, but I have followed every topic link with only partial success.
User avatar
Senior Boarder

GK User
Wed Jan 28, 2015 6:36 pm
Reply with quote
Report this post
Hi,
but please tell me which code you added to remove zoom.
I hope that you've read also this: https://www.gavick.com/documentation/jo ... box-effect


Sorry that I cannot update this documentation anymore.
So there is no full guide (and probably won't be) ... only tips on forum and this guide.
User avatar
Platinum Boarder

GK User
Thu Jan 29, 2015 10:32 am
Reply with quote
Report this post
Thanks Oscar,

I've read this: https://www.gavick.com/documentation/jo ... box-effect and added css override code, as well as other suggestions published here in the forum.

None of the code suggestions appear to stop the zoom effect in K2 items. Have I missed something? Many thanks - Andy
User avatar
Senior Boarder

GK User
Thu Jan 29, 2015 11:35 am
Reply with quote
Report this post
Sure, rule is this same, but the class it different.
Code: Select all
.itemImageBlock img:hover {  transform: none !important;  }
User avatar
Platinum Boarder

GK User
Thu Jan 29, 2015 12:00 pm
Reply with quote
Report this post
Many thanks - I've included the code you suggested but K2 item images still zoom. Do I need to add additional code to stop this?
User avatar
Senior Boarder

GK User
Thu Jan 29, 2015 12:25 pm
Reply with quote
Report this post
try this
.itemImageBlock img { transform: none !important; transition:none; }

in my example page it worked.

Clear CMS cache !!!
User avatar
Platinum Boarder

GK User
Thu Jan 29, 2015 3:28 pm
Reply with quote
Report this post
Thanks for that. I've cleared the joomla cache and the browser cache but when I use the code you suggest there is no change. All images still display the zoom effect. Strange!
User avatar
Senior Boarder

GK User
Thu Jan 29, 2015 5:42 pm
Reply with quote
Report this post
My code works for K2 items.
You want also for articles ?
URL where you still have zoom, please
User avatar
Platinum Boarder

GK User
Thu Jan 29, 2015 5:52 pm
Reply with quote
Report this post
Have sent you a private message (subject: image zoom problems) with the URL - site still under development. Many thanks - Andy
User avatar
Senior Boarder

GK User
Thu Jan 29, 2015 5:59 pm
Reply with quote
Report this post
did you added only my last code.

:!: ALL CSS CODE MUST BE ADDED ! :ugeek:
from this topic + GK guide

it's because in
templates/gk_news2/css/gk.stuff.css
"zoom" I mean "transform:.... " is added in many places !
User avatar
Platinum Boarder

GK User
Sun Feb 01, 2015 7:18 pm
Reply with quote
Report this post
Ok, I guess looking on your website that all zoom are gone.
User avatar
Platinum Boarder


cron