Pepe2012 Well-known member Sunday at 2:48 AM #1 How do I put this back so it shows at the top of a thread page?
beerForo Well-known member Sunday at 2:57 AM #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: Sunday at 3:02 AM 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 Sunday at 3:20 AM #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: Sunday at 3:34 AM 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 Sunday at 3:34 AM #5 beerForo said: Does that fix it? Click to expand... Yes, thank you. Upvote 0 Downvote
P punchbowl Member Today at 1:00 AM #6 I've done the change but end up with this What have I done wrong? lol Upvote 0 Downvote
beerForo Well-known member Today at 1:09 AM #7 punchbowl said: What have I done wrong? lol Click to expand... Nothing Upvote 0 Downvote
P punchbowl Member Today at 1:14 AM #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 Today at 1:25 AM #9 Oh you just tap it and enter the page #. Upvote 0 Downvote