Craig Rogers Oct 22, 2015 · 10:19 pm #2590 Hello,
I have noticed that on the Blog page on my site, the Page Numbers along with the Previous and Next buttons are not showing on the mobile version of the site. It means that when users look at the blog page on a mobile, they only see the first few blog articles and cannot go do a different page.
They show up fine on the normal PC Browser version.
My site is at http://www.craigrogers.photography
Any help would be great
Many thanks
Andrew Misplon Puro Oct 22, 2015 · 10:25 pm #2593 Hi Craig
Sorry for the hassle, no idea how this crept in! Thanks for bringing this up. For now, please hotfix using the following:
/* Pagination Hotfix */
@media (max-width: 1024px) {
.resp .pagination .page-numbers {
display: block;
}
}
Insert at Appearance > Edit CSS as it looks like you have Jetpack Custom CSS running.
Craig Rogers Oct 23, 2015 · 12:13 am #2594 Thank you for a quick response.
I’ve added the CSS and all looks good again.
Regards
Craig
Andrew Misplon Puro Oct 24, 2015 · 12:09 pm #2596 Super 🙂 Glad to hear that did the trick. Thanks for your understanding and for letting me know about this problem.
If anything else comes up, let me know.
All the best.