I've used a few different versions of this theme and I can not get the pagers to display. Source code checking reveals that the pager is not even constructed. How do we either turn off the pager correctly (removing the code from the template file seems to yield no results.)
Thank you.
Comments
Comment #1
jkasdorf commentedUpdate: Found out what was causing the issue. There seems to be a conflict between the pager function in the theme settings and the pager function within the Drupal 7 views module. When both are using a pager at once, the pager in the theme is overrode and does not display. Seems to also only happen when the views pager would not show up because of lack of results to trigger the pager in the first place. Hope this helps someone who may also be looking.
Comment #2
Yannick WEBER commentedHi jkasdorf,
I have the same problem that you with the titan's pager override. I'm trying to find out a solution but nothing at the moment !
Have you find how deactivate titan's pager override ?
I find titan theme cool but if I don't find any solution about the pager I'll have no choice but to find another theme.
Thanks
Comment #3
alterego55 commentedSame here. And I've already done a weeks worth of tweaking to the styles. aaarggh.
Comment #4
Yannick WEBER commentedHi,
It seem to be a conflict between drupal's pager and oder contrib module pager.
For example, If I use view's "Archives List" block with its pager activated on the front page, drupal's pager wont appear until i'll change the "Archives List" pager ID.
I think its the same problematic with every module using a pager.
Change any contrib module pager ID and you'll get out of the hook !
Comment #5
wooody commentedProblem for me too. please any help .
Thanks
Comment #6
lcfranson commentedWorked for me. I changed pager id in views to 1. Now my pager is back!
Comment #7
Nancy Ibsen commentedChanged the pager id in views to 1 and 2 and no joy. Changed it to 11 and that worked.
Comment #8
ganskop commentedThanks, Nancy. Changing to 11 worked for me too.
Comment #9
HydroZ commentedNancy,
your hint solved this issue for me. Thank you!
I had to views on one page, both using a pager. I opened the "pager options" in both views and entered in the field "Pager ID" distinct values.
Comment #10
MO-2 commentedThis approach worked for me on a totally different theme.
If you're having issues showing a pager on comments, then check any other views on the page that are using a pager and make sure they each use a distinct ID.
Comment #11
bhavikshah9 commentedHi @yannick-weber,
Your 5 years old comment has made my day. I was struggling to find the reason of the issue since days. Then came across this post and tried your hint. Worked like charm. Thanks once again.
Comment #12
jmato commentedConfirming #4
Comment #13
jonabhit's unbelievable, Nancy Thank you very much.
It is so strange the changing the pager id will fix the issue.
I was wondering how did you come to this solution? is it a defect in the code?
Thank you Yannick
#4 was resolving the issue for me. even though I don't know which is the module that also using the pager.
Comment #14
gaspounet commentedAnother guy from the future who would like to thanks comments #4 and #7, 8 years later it still works like a charm ;)
Comment #15
rajanvalecha12 commentedThanks #4 and #7 :)