Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1415246

    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 ;)

    #1415305

    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

    #1415700

    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 ;)

    #1415875

    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

    #1415893

    Hi Mark
    That’s better thanks
    Alan ;)

    #1415911

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Easy Fullwidth Easy slider. No Transition’ is closed to new replies.