• Resolved zipway

    (@zipway)


    After my theme author updated their theme most recently, my fixed widget has stopped working in chrome. It is obviously still somewhat active, as it does jump down the page a bit when you scroll (and then returns when you reach the end of the page) but it does not follow the page. I’ve tried all the compatibility options and also tried disabling all instances of -webkit-backface-visibility:hidden; and -webkit-transform: translate3d(0,0,0); in my theme’s css file, but none of that has helped.

    I would be very appreciative if you could take a look at my site and see if you can help.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    I have found the problem. freshGrid.css line 1029:

    .fg-el-has-bg {
    will-change: transform;
    }

    Disable it:

    .fg-el-has-bg {
    /*will-change: transform;*/
    }

    and the widget will appear again!

    Thread Starter zipway

    (@zipway)

    Wow! I’m impressed you found that. I updated it and it works fine now! Thanks so much for the support.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Chrome issues as well’ is closed to new replies.