thank you for this module. highly appreciated!

I'm running Image Matrix together with the Views Infinite Scroll http://drupal.org/project/views_infinite_scroll
When I turn the Image Matrix on the page view shows the pager but still loads the images using infinite scroll.

I also noticed that the header of the view is visible below the pager.

Infinity scroll on its own works fine with normal page view. Wondering if this comes from Image Matrix or infinite scroll.

Comments

maciej.zgadzaj’s picture

Status: Active » Closed (won't fix)
StatusFileSize
new996 bytes

The problem here is that Views Infinite Scroll does not handle non-standard view styles (including IM). Attached patch to VIS module fixes it (sorry, I am not going to write an extension to views_plugin_pager_infinite_scroll specifically for this), and makes mentioned problems disappear. You can post it to VIS issue queue if you want, or perhaps (which would be even better) ask them for an option to allow other modules to provide their own content and item selectors.