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

    I am still seeing a shift of elements – like on this page when you rollover any of the team members
    in the middle or right side of the page – do I have something set wrong? I see this on other pages as
    well, those that have a layer slider. Is that effecting other elements on the pages?

    http://www.copenhagenfilmcompany.dk/2014/team_/

    thanks

    #217299

    Hey Munford!

    There is no layer slider on the page. On what browser and OS are you testing this with?

    Regards,
    Ismael

    #217342

    There is a slider at the bottom of that page. I am using chrome and OS x 10.6.8
    I have been seeing this on the site as a whole – slight shift on the right side of the pages.
    any ideas? It seems to happen when the slides move.

    #217519

    Hi!

    Please try adding following code to Quick CSS

    .container { 
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

    Regards,
    Yigit

    #217570

    excellent. That fixed it. Don’t at all understand why….

    May I say once again that you are the very very best support team, going well beyond what is expected and always gracious in your help. I appreciate it so much and have learned a great deal on this forum. My second license is being bought today.

    thanks again.

    #217572

    Hi!

    You are welcome, glad we could help. It actually has nothing to do with Enfold but it is more of a Chrome bug. Nice to hear it! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘animation shift / layer slider’ is closed to new replies.