Hi,
I will disable the icon rotation hover effect on the portfolio because I changed from round to square the ::before element and I can’t figure how disable this small animation
http://kriesi.at/themedemo/?theme=enfold-overview
At same time in the lightbox when I click next I have between all images a pop-up / magnification transition effect. Same question here how is possible to disable this effect.
http://kriesi.at/themedemo/?theme=enfold-overview
Thanks so much for your help.
Caiser
Hi Caiser_Souze!
could you please show exactly what you mean? what you want to disable? Please show it us on screenshots using imgur.com
Regards,
Andy
Hi Andy, many many thanks for your reply.
Ups I didn’t realize that I posted the wrong links
1. The icon
http://kriesi.at/themes/enfold/portfolio/
Screen image here: http://www.caisersouze.com/downloads/Enfold_icon_001.png
2. The lightbox
http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/
When you click enlarge the lightbox open and when you go to next image the tradition have this kind of efx
Screen image here: http://www.caisersouze.com/downloads/Enfold_lightbox_001.png
Hope is more clear now
Caiser
Hi!
use this in Quick CSS:
.image-overlay .image-overlay-inside {
display: none;
}
Cheers!
Andy
Hi Andy
your trick was already done, but I will maintain the overlay icon but disable the rotation of it during the ‘ease’ apparition.
After a long research I found it:
a:hover .image-overlay .image-overlay-inside{
-webkit-animation: avia_pop_small 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: avia_pop_small 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
animation: avia_pop_small 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
}
Solved at same time the lightbox animation problem. I found all CSS and customised it lil I wish.
Many thanks for your help Andy. For me the topic is closed.
Have a nice day.
Caiser