Blog Page Numbers Missing on Mobile

Tagged: 

  • Author
    Posts
  • #2590

    Craig Rogers
    Participant

    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

    #2593

    Andrew Misplon
    Keymaster

    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.

    #2594

    Craig Rogers
    Participant

    Thank you for a quick response.

    I’ve added the CSS and all looks good again.

    Regards

    Craig

    #2596

    Andrew Misplon
    Keymaster

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top