Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Scott

    (@skotmxpx)

    I found a possible solution. Looks like it’s an error with FlexSlider by WooThemes. I updated to 2.2.2 and changed onTouchStart to ontouchstart.

    See Issue 958

    I’m developing a new theme at this moment and had no issues with Infinite Scroll:

    * Firefox 26
    * WP: 3.8.1
    * Slim Jetpack: 2.7.0.1

    Also tested with:

    * Jetpack 2.8
    * Google Chrome 32
    * Internet Explorer 11

    When I encountered Infinite Scroll issues, always were because of other JS 3rd party scripts (just like your case with FlexSlider) from other plugins or bad made themes.

    This cases happen because some people working on other plugins or themes don’t understand a basic concept of best practice of writing JS code and make their functions/variables/objects isolated in local scope so they don’t interfere with global scope.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Infinite Scroll broken in Firefox’ is closed to new replies.