Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #335748

    Hi there, It maybe just the way I have implemented the slider, but its occurs on a couple of my posts in IE11, when scrolling down the fullscreen slider sometimes flickers over the top of the colour section below. Doesn’t seem to happen in chrome.

    Any ideas? Thought it maybe to do with the video frame? Seems to occur when that is almost in full view

    http://www.digilocker.co.uk/2014/05/05/ui-design-rev-ace/

    #337592

    Hi!

    I think that’s happening because of the parallax effect. I’d suggest disabling it on IE11, try adding this code to Quick CSS:

    .avia-msie-11 .avia-fullscreen-slider .avia-slideshow > ul > li{
    background-size: contain !important;
    }
    .avia-msie-11 .avia-fullscreen-slider .avia-slideshow-inner{
    transform: none !important;
    }
    

    Cheers!
    Josue

    #337681

    @Josue Genius! That seems to really have fixed it :) Thanks ever so much.

    Is there any way of disabling the parallax effect on colour sections for mobile width? IE on windows phone does use the effect, but it becomes a little choppy.

    • This reply was modified 9 years, 6 months ago by Digilocker.
    #337781

    Hey!

    Try with this:

    .avia_mobile .av-parallax { 
        transform: none !important;
    }

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.