Hi,

After installing and enabling, I set "infinite scroll" Views pager. I uploaded jquery.autopager-1.0.0.js to sites/all/libraries/autopager and sites/all/modules/views_infinite_scroll/js.

I can see in Firebug that the js is loaded.

But when I scroll to the bottom of the page, the following pages do not load. And there is no pager displayed, so this is not usable.

I am using a Zen subtheme with Drupal 7.12 and views 3.3.

Any idea to get this to work?

Comments

Taesto’s picture

Title: Not loading pages » Works but needs a footer...

Ok so actually it works!!!

I put a footer at the bottom of my page, so that there was some space between the last element of the page and the bottom of the browser window, and then it worked.

I hope this can help others who are trying to make this work.
I also added the min.js version of autopager js so maybe that helped as well.

Anyway good to see this finally work.

Remon’s picture

Status: Active » Postponed (maintainer needs more info)

Weird, I tested it with Zen theme, no blocks in footer region, works fine though.
Could you please provide more info on how to reproduce you issue?
Thanks

Taesto’s picture

I don't know, I just installed the module, and it didn't work. After a while I added in the css for the footer "position:relative; top:500px;" and then it worked...

to reproduce the bug you can try a page with no footer, or with the footer in the middle of the page.

honza pobořil’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)