Blinking images in News Show Pro GK5 (ver. 1.1.5)

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 Oct 23, 2013 4:58 pm
Reply with quote
Report this post
Hello!
I am using template Creativity and component News Show Pro GK5 (ver. 1.1.5). If I move the mouse outside of the component, then all the images begin to blink at a certain period. If the cursor is moved to the component, the blinking stops.
Please help get rid of that blinking.
This effect occurs for example here:
http://www.i-rt.ru/index.php/uslugi
User avatar
Fresh Boarder

GK User
Thu Oct 24, 2013 2:35 pm
Reply with quote
Report this post
Ok, first of all, please disable auto animation in NSP GK5 module configuration.
User avatar
Moderator

GK User
Fri Oct 25, 2013 10:10 am
Reply with quote
Report this post
Thank you! That solved the problem.
There is another issue.
How to disable the image magnification if I am bringing mouse over the image?
User avatar
Fresh Boarder

GK User
Fri Oct 25, 2013 3:15 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.nspArt .nspImageWrapper:hover img {
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Oct 29, 2013 9:27 am
Reply with quote
Report this post
Thank you! The problem is solved.
User avatar
Fresh Boarder

GK User
Tue Oct 29, 2013 4:54 pm
Reply with quote
Report this post
If You will have any other questions, feel free to post new forum threads.
We'll be glad to help you :).
User avatar
Moderator


cron