Hello there, well I hope this is the right place to post this issue. In my Drupal 7 installation, the standard pager links vanish into nothingness on pages with a custom views block, e.g. the standard front page or node lists by taxonomy terms. This happens in my custom theme as well as in Bartik. They don’t turn up in the HTML at all, so it’s not a CSS problem. And this happens whether I’m logged in (as user #1) or not. However, the pager links do NOT disappear on pages with the views archive list block, nor on the views archive page even if that has a custom views block... They return as soon as I turn off my custom views blocks, or take them off those pages.
So it seems that my custom views blocks mess up the pager links somehow. I’m not sure this is a Views bug, but it seems the most likely option to me. I’ve also done some searching on this and found that others seem to have the very same problem, see here: http://drupal.org/node/1126018
If you want me to export one of my views blocks for testing purposes, let me know. Thank you!
Comments
Comment #1
merlinofchaos commentedThis probably indicates that you've got multiple views with pagers on the same page. Be sure that your custom views blocks are using a different pager ID.
Comment #2
Netzhexe commented... Brilliant! That totally solved the problem. You rock! I set those blocks to output everything as they don't contain that many items. However, it took a little while for me to find the relevant information in the Advanced Help pages. (It’s under Basic Settings, for all those who can’t seem to find it either.) But I was fairly inattentive when looking through the pager settings, ’cause the explanation right under Pager ID really says it all. Sorry, and many thanks for the quick help!