Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #371322

    Hello!

    This is a somewhat bothersome feature for the reader on my site – on every page where I am using the enfold slider or the logo slider, when the frame of the slide moves, all of the text on the page flashes or blinks. It happens over and over again, making the text hard to read.

    What is strange is that I do not see this happening on the Enfold Demo, even when using the same browser.

    Can someone please help to fix the blinking text?

    #371458

    Hey onegirlrtw!

    Thank you for using Enfold.

    Another user reported the same issue and specifying a height on the inner slider fixed it. Try this on Quick CSS:

    .home ul.avia-slideshow-inner {
    height: 444px !important;
    max-height: 444px !important;
    }

    If you want to be more specific, try adding a custom css class on the slider: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #377749

    Thanks but the above suggestion didn’t work. Can we please leave this thread open and if someone has another suggestion, please leave a comment as I would be most grateful for some help in resolving. Thanks!

    #377902

    Hey!

    I tested the fix above and it works. You might need to adjust it for different screen sizes using media queries. What is the screen resolution of your monitor?

    .home ul.avia-slideshow-inner {
    height: 535px !important;
    max-height: 535px !important;
    }

    Regards,
    Ismael

    #378555

    Hi Ismael,

    That worked. Thank you so much. I’m very grateful and so happy to see this problem fixed! (My screen resolution is 1440 x 900.)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sliders causing all text to "blink" or "flash" with every change of slide’ is closed to new replies.