Hi,
Please inform me how can i disable the effect that is appearing between images in the ajax portfolio image viewer.
Hey saquasar!
I’m not really sure what you mean here. Are you talking about the slideshow in the AJAX portfolio preview how it transitions? Send us a link to your page and take a screenshot highlighting what your trying to do and we’ll check to see if it’s possible.
Cheers!
Elliott
Hey!
Are you referring to the gallery inside the portfolio ajax container? Use this in the Quick CSS field:
a.avia-gallery-big.fakeLightbox.lightbox.avia-gallery-big-crop-thumb {
opacity: 1 !important;
}
Regards,
Ismael
That worked, thanks!