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

Remon’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Active » Fixed

Thank you Joshua :). Your patch has been commited

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.