Change blog/posts pagination - by fredwerk

This topic has 6 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler

  • Avatar: fredwerk
    fredwerk
    Participant
    March 4, 2020 at 09:54

    Hi,

    Currently when scrolling down the posts, I have a “Loading more Post” message (infinite scrolling). Is it possible to change this to pagination? Clicking on next page to see posts?

    Thanks,

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:00

    Hello,

    Theme Options > Blog layout > AJAX Infinite Posts Loading > Off.

    Regards

    Avatar: fredwerk
    fredwerk
    Participant
    March 4, 2020 at 11:41

    Thanks but this only makes “Older Posts” and “Newer Posts” links appear.

    In this case, can we make those look like the READ MORE button? They are barely visible those links.

    Same colour, etc?

    Cheers.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 15:26
    .articles-nav a {
        font-family: "BaarPhilosBold-K7jl";
        background-color: #553b8a;
        color: white;
        border-color: #553b8a;
        text-transform: uppercase;
        padding: 8px 20px;
    }
    .articles-nav a:hover {
        background-color: #9680c1;
        border-color: #9680c1;
    }

    Regards

    Avatar: fredwerk
    fredwerk
    Participant
    March 5, 2020 at 00:21

    Many thanks, this is perfect!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 08:05

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.