Overlay and popup images in all articules

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
Sat Oct 26, 2013 1:28 am
Reply with quote
Report this post
Hi :woohoo: , I want to remove the popup that shows all the pictures of the items, i do not like, can you help me, i want that the all images in k2 component are static. :)
User avatar
Fresh Boarder

GK User
Sat Oct 26, 2013 11:19 am
Reply with quote
Report this post
Could You please post an url to your site, to any subpage with image on which You would like to remove popup effect??
User avatar
Moderator

GK User
Sat Oct 26, 2013 10:35 pm
Reply with quote
Report this post
Hi, this is the url of one of my subpages:

http://tugo.vm-host.net/index.php/2013- ... -del-queso

I want to remove the effect of the image (zoom and apliar image).

thanks for the help :woohoo:
User avatar
Fresh Boarder

GK User
Sat Oct 26, 2013 10:37 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.itemImageBlock img:hover {
-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
Sun Oct 27, 2013 12:47 am
Reply with quote
Report this post
wow, thanks, you can not imagine the help that u just give, this code repair a bug that I went out in the smartphone, thanks alot :woohoo: :woohoo: :woohoo: :D
User avatar
Fresh Boarder

GK User
Sun Oct 27, 2013 9:46 am
Reply with quote
Report this post
I'm glad I could help you. If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron