I have a Views page type display. The row style is 'node' and when I set the options to 'Display node comments' the pager does not display.

The nodes will stop at the correct 'items to display' amount, but the pager will not render. As soon as I take off 'Display node comments', the pager will display again.

This seems like a bug. If it is by design, is there a work around? Because I really need to have the pager and display comments too.

Comments

merlinofchaos’s picture

Category: bug » support
Status: Active » Fixed

Yes, you need to change the element ID of the pager, because comments also have a pager and you cannot change that element ID, which will always be 0. Under the pager settings you will find the element ID along with some text explaining that in situations like this you should try changing it.

3cwebdev’s picture

Thank you merlin. I could swear I tried changing the element ID from 0 to 1 all ready, but when I just now did that it works. I have both the pager and the comments. Thank you for you help!

Status: Fixed » Closed (fixed)

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

amir simantov’s picture

This helped me, as well, thanks!

Note: This view is the only one in my page, so I don't know why at all the problem occurs.