Plugin

Archived
Forum
(read-only)

Infinite Scroll

ExpressionEngine 1.x, ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Laisvunas

     

Pagination for mobile?

Support Request

domains
domains

Is there a way to have infinite scroll set up for desktop and mobile on the same page?

For desktop i have this code which works

<div class=“container articles-sm articles-extra hidden-xs”>
  <div class=“row”>
  {embed=“mobility/embed-infinite-scroll-mobility” infinite_scroll_vars=“limit” infinite_scroll_values=“8”}
  </div>
</div>

for mobile i have this code ...

<div class=“container articles-sm articles-extra visible-xs”>
  <div class=“row”>
  {embed=“mobility/embed-infinite-scroll-mobility” infinite_scroll_vars=“limit” infinite_scroll_values=“4”}
  </div>
</div>

Problem is the mobile code does not get executed the initial 4 results show then the pagination does not work ...

Is it possible to have 2 paginations on the page at the same time.

regards
George