How to turn off hover animation? (News Show Pro GK5)

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
Sun May 26, 2013 6:05 am
Reply with quote
Report this post
Is there a way to turn off the side turning animation when mouse hovers on a thumbnail? No luck when I tried going to News Show Pro GK5 Module --> Animation --> off for hover and animation.

Thanks in advance!
User avatar
Fresh Boarder

teitbite
Sun May 26, 2013 6:49 am
Reply with quote
Report this post
Hi

Please add this to css:

Code: Select all
.gkNspPM-TitleOverlay .gkImgOverlay { display: none; }
User avatar
Moderator

GK User
Sun May 26, 2013 4:49 pm
Reply with quote
Report this post
Thank you very much! Now I have another question...:p how to access and add the code to the CSS? Thanks!

No luck when I tried adding it through template manager --> advanced setting --> custom css code.
User avatar
Fresh Boarder

GK User
Mon May 27, 2013 9:44 am
Reply with quote
Report this post
I added the code to my override.css with no luck,:(
User avatar
Gold Boarder

GK User
Mon May 27, 2013 9:34 pm
Reply with quote
Report this post
I also found and added this code to override css, but it's still not working. :( I did have the override css button switched on.

Am about to launch the website asap, please help! Thanks so much~~!!
User avatar
Fresh Boarder

teitbite
Tue May 28, 2013 9:40 am
Reply with quote
Report this post
Hi

Please show me exactly which animation You have in mind. For me this code is working, so I'm guessing I've misunderstood the place You were talking about.
User avatar
Moderator

GK User
Tue May 28, 2013 1:24 pm
Reply with quote
Report this post
Hello! It's the thumbnail picture on the home page created by News Show Pro. Example would be (on Rockwall demo home page) of a man jumping with guitar "here i am waiting i'll have....." or the sunglasses guy in the 'news and features'. Is there a way so the pictures are stable and without the zoom in and turn side-ways? Thank you!
User avatar
Fresh Boarder

GK User
Wed May 29, 2013 8:34 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Thu May 30, 2013 12:36 pm
Reply with quote
Report this post
Hello, I really need help with this. Anyone? Thanks in advance!
User avatar
Fresh Boarder

teitbite
Sat Jun 01, 2013 4:55 pm
Reply with quote
Report this post
Hi

Sorry for delay. I got stuck on couple of really complicated questions. Thanks for showing, I was thinking about completly different effect.

This one can be removed by editing file /css/gk.stuff.css at line 500 and deleting this class:

Code: Select all
.gkNspPM-TitleOverlay > figure:hover > img {
   -webkit-transform: scale(1.1) rotateZ(-3deg);
   -moz-transform: scale(1.1) rotateZ(-3deg);
   -ms-transform: scale(1.1) rotateZ(-3deg);
   -o-transform: scale(1.1) rotateZ(-3deg);
   transform: scale(1.1) rotateZ(-3deg);
}
User avatar
Moderator

GK User
Sat Jun 01, 2013 5:36 pm
Reply with quote
Report this post
Thanks so much for the reply! :) Yay, it solved after removing this one, similar to yours:

Code: Select all
.nspArt .nspImageWrapper:hover img {
   -webkit-transform: scale(1.1) rotateZ(-3deg);
   -moz-transform: scale(1.1) rotateZ(-3deg);
   -ms-transform: scale(1.1) rotateZ(-3deg);
   -o-transform: scale(1.1) rotateZ(-3deg);
   transform: scale(1.1) rotateZ(-3deg);
}
User avatar
Fresh Boarder

teitbite
Sat Jun 01, 2013 6:08 pm
Reply with quote
Report this post
Hi

Looks like I've been looking in a template for different joomla version :) So I'm glad You've found the solution.
User avatar
Moderator


cron