Closed (fixed)
Project:
Views Infinite Scroll
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2012 at 12:56 UTC
Updated:
10 Oct 2014 at 13:17 UTC
Jump to comment: Most recent
Comments
Comment #1
Remon commentedThanks @echataig for your patch :)
Committed to 7.x-1.x and 6.x-1.x.
http://drupalcode.org/project/views_infinite_scroll.git/commit/d3bd60a
http://drupalcode.org/project/views_infinite_scroll.git/commit/90289b2
Comment #3
vacilando commentedWell, in my case the module does not work on a list view precisely because of the above change.
The HTML structure is:
Since .item-list is not just under .view-content, the selector does not work.
With 'div.view-content .item-list > *' as before it does work...
Ideas?