The Views plugin Views Column Class adds a new style which is better suited to grid-based layouts, but Views Infinite Scroll does not support this module out of the box because of its different markup. Views Infinite Scroll's hard-codes selectors for view markup in views_plugin_pager_infinite_scroll.render() and I believe the only way to support additional view styles is to modify this method.

Comments

svenaas’s picture

Assigned: svenaas » Unassigned
Status: Needs work » Patch (to be ported)
StatusFileSize
new997 bytes

The attached patch for 7.x-1.x adds support for Views Column Class.

nyleve101’s picture

Thanks for the patch, it works great!

honza pobořil’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)