Remove Zoom Effect HighlightsII module

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
Mon Aug 25, 2014 9:51 pm
Reply with quote
Report this post
Our site is not yet in production so if you can mask the URL I would appreciate it (http://75.103.90.130).
Have used template css override to turn off other image hover effects but cannot turn off HighlightsII module.
Any help you can give will be appreciated. Thanks.
User avatar
Senior Boarder

GK User
Mon Aug 25, 2014 11:59 pm
Reply with quote
Report this post
This function is still also in place on the subcategory and item pages. We would like help to remove it from here too. Our research has yielded nothing. Thanks.
User avatar
Senior Boarder

teitbite
Wed Aug 27, 2014 8:48 pm
Reply with quote
Report this post
Hi

Can You please point me to what zoom effect You have in mind ?
User avatar
Moderator

GK User
Wed Aug 27, 2014 10:11 pm
Reply with quote
Report this post
If you go to the Joomla demo site, http://www.gavick.com/demo/joomla25/news2/, you will see the effect on all images on the home page. Follow the Social Media Traffic link to the item and also the link to the Categories page to see the zoom. We have managed to supress this effect with custom css override and commenting out some css in gk.stuff.css (.nspMain .nspImageWrapper:hover img) and k2.css (.itemImageBlock img:hover). However, this effect is still showing in Chrome.
Thanks.
User avatar
Senior Boarder

teitbite
Sun Aug 31, 2014 10:22 am
Reply with quote
Report this post
Hi

I believe what You have done is enought. I do not see this effect in Chrome anymore. You may still experienced because cahce was not cleared in browser. Try to clear and let me know if this helped.
User avatar
Moderator

GK User
Wed Sep 03, 2014 8:29 pm
Reply with quote
Report this post
Clearing the cache worked, thanks. However, the effect is still present in the video module (not in IE). Can you help with that?
User avatar
Senior Boarder

teitbite
Thu Sep 04, 2014 1:28 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkNspPM-VideoList .gkImageWrap img {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}
User avatar
Moderator

GK User
Fri Sep 05, 2014 1:05 am
Reply with quote
Report this post
That did it, thanks.
User avatar
Senior Boarder


cron