Is that possible?
Hey crewneck!
Please go to Enfold/js folder and open shortcodes.js file and find
currentLink.css({visibility:"visible", opacity:0}).animate({opacity:1},1500);
and change it to
currentLink.css({visibility:"visible", opacity:1}).animate({opacity:1},1500);
Regards,
Yigit
Hi!
Please add following code to Quick CSS
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
transform: scale(1,1);
}
Regards,
Yigit
Hi!
Please replace the code with this:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}
Remove browser cache then reload the page.
Regards,
Ismael
Thanks Ismael! That works.
Is it also possible to disable the small mouse over animation?
Hey!
Please add following code to Quick CSS as well
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: scale(1,1) !important;
-moz-transform: scale(1,1) !important;
transform: scale(1,1) !important;
}
Regards,
Yigit
Doesn’t seem to work unfortunately. Any ideas?
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
I forgot to empty the browser cache. Works now! Thanks