Pepe2012 Well-known member Aug 17, 2025 #1 How do I put this back so it shows at the top of a thread page?
beerForo Well-known member Aug 17, 2025 #2 For some odd reason XF removes it you can put it back with this in extra.less: Less: @media (max-width: @xf-responsiveNarrow) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; } } Last edited: Aug 17, 2025 Upvote 1 Downvote
For some odd reason XF removes it you can put it back with this in extra.less: Less: @media (max-width: @xf-responsiveNarrow) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; } }
Pepe2012 Well-known member Aug 17, 2025 #3 beerForo said: For some odd reason XF removes it you can put it back with this in extra .less: Less: @media (max-width: @xf-responsiveNarrow) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; } } Click to expand... The weird thing is I see the page numbers at the top of my iPhone another user doesn't. Edit: The other user is using a different (apparently an outdated) style. Thank you for the code, it worked. Last edited: Aug 17, 2025 Upvote 0 Downvote
beerForo said: For some odd reason XF removes it you can put it back with this in extra .less: Less: @media (max-width: @xf-responsiveNarrow) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; } } Click to expand... The weird thing is I see the page numbers at the top of my iPhone another user doesn't. Edit: The other user is using a different (apparently an outdated) style. Thank you for the code, it worked.
Pepe2012 Well-known member Aug 17, 2025 #5 beerForo said: Does that fix it? Click to expand... Yes, thank you. Upvote 0 Downvote
P punchbowl Member Aug 23, 2025 #6 I've done the change but end up with this What have I done wrong? lol Upvote 0 Downvote
beerForo Well-known member Aug 23, 2025 #7 punchbowl said: What have I done wrong? lol Click to expand... Nothing Upvote 0 Downvote
P punchbowl Member Aug 23, 2025 #8 Is there a way to have page numbers in that circumstance? I feel like I could get 1 2 3 12 in there. Thanks for the fix because people were just getting a watch button and nothing else before. Upvote 0 Downvote
Is there a way to have page numbers in that circumstance? I feel like I could get 1 2 3 12 in there. Thanks for the fix because people were just getting a watch button and nothing else before.
beerForo Well-known member Aug 23, 2025 #9 Oh you just tap it and enter the page #. Upvote 0 Downvote