Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m not seeing any jumping. What browser are you using? the images do have a fade hover effect, but it’s not jumping.

    Could that be what you’re referring to?

    Thread Starter diannadoran

    (@diannadoran)

    Hi Kevin,

    I checked in all my browsers and it appears to be a Firefox only problem. I am on a Mac OS 10.11.3 with Firefox 45.0.2. I checked Safari, Chrome and Opera and they all look fine.

    My client also experiences the jumpiness on her Mac using Firefox.

    Thanks for your help & for the quick response!

    Try adding this css in the theme options > custom css box:

    .lightboxhover img {
    transform: none;
    }

    Kadence Themes

    Thread Starter diannadoran

    (@diannadoran)

    Thanks for the fix, although it does not seem to fix things consistently for all users.

    We cleared cache before testing.

    Here are my current experiences (on MAC OS 10.11.3)
    Firefox 46 – fixed, no jumpiness
    Safari 9.0.3 – slight jumpiness occurs only in 3 column view and only the first and third columns jump: https://dwarddesigns.com/portfolio/fine-art/
    Chrome 50.0 & Opera 36 – slight jumpiness occurs only in 3 column view and only the second (middle) column jumps: https://dwarddesigns.com/portfolio/fine-art/

    This is what my client experiences:
    Chrome: subtle jumping happening on portfolio pages with grid set to 3-columns

    Firefox: major jumping on all portfolio pages with grids set to any number of columns.

    Safari, no hover/jumping issues!

    Weird, huh?

    hmm ok, try this:

    .lightboxhover img {
        -moz-transform: translateZ(0) scale(1,1);
        -webkit-transform: translateZ(0) scale(1,1);
        transform: translateZ(0) scale(1,1);
        }

    Kadence Themes

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Intial hover on portfolio item is jumpy or glitchy’ is closed to new replies.