Closed (fixed)
Project:
Views Infinite Scroll
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2011 at 02:43 UTC
Updated:
15 May 2011 at 16:41 UTC
If I have a panel with 2 views and one of them is using infinite scroll and the other is paged, then the pager for the paged view disappears.
If I modify views_infinite_scroll.js I can aplly the specific view selectors to the pager as well which solves this problem.
var pager_selector = 'div.view-id-' + settings.view_name + '.view-display-id-' + settings.display + ' div.item-list ' + settings.pager_selector;
$(pager_selector).hide();
Comments
Comment #1
Remon commentedThank you Joshua :). Your patch has been commited