I've used the patches from http://drupal.org/node/1288368 (#58 and #84) but the pager is still not showing up. There's a possiblity that it's a compatibility problem since I have a lot of other modules and customized stuff going on so I didn't want to add to that issue. I tried adding a 'custom_pagers_node_view_alter' function to see if the pager is there and it is but then does not display on the page. I don't see any errors in the logs. What can I do or where can I look to figure this out?

Comments

Katrina B’s picture

The pager will not display for me, either. I do have Display Suite installed; I tried the solution suggested here, but it didn't help. I tried disabling Display Suite; that didn't help, either.

krabbe’s picture

I had the same problem, but creating a block solved it.
It didn't work properly because of a cache problem, but after deactivating block caching the pager works fine...

klokie’s picture

Category: support » bug

My custom pager wasn't being rendered either, but after I corrected the name of the function template_preprocess_custom_pager to custom_pagers_preprocess (in custom_pagers.module) and followed the directions in #1 it worked.

klokie’s picture

Issue summary: View changes

clarification