Tagged: schmidtgrafisk
Hi Enfold
I’m using Easy Fullwidth Easy slider on all pages, one image only, and I’d like to the transition to none on all pages.
Thanks ;)
Hey Alan,
Thank you for the inquiry.
There is no option for disabling the fade-in effect by default. However, you can achieve it by adding the following CSS code. Please keep in mind that if the slider contains more than one image, this modification will disrupt the default transition behavior.
.avia-slideshow li {
opacity: 1 !important;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.
Best regards,
Ismael
Hey Ismael
It still has a bit of a delay, when you switch to a new page the header image seems to flash once before it appears.
Is it possible to just display the image without this blink.
Thanks ;)
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#full_slider_1 .avia-slideshow li.av-single-slide {
-webkit-animation: 0s ease 0s normal none 1 running none !important;
animation: 0s ease 0s normal none 1 running none !important;
visibility: visible !important;
opacity: 1 !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mark
That’s better thanks
Alan ;)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike