Next and Previous Ajax pagination on blocks

Posted in: Newspaper
Post count: 6

Hi,
I would like to have next and previous buttons on top of my block posts (in this case block 15) and still have them at the bottom. Is there any particular code I could use to have this feature?

Post count: 6

Hi, never mind. duplicated this and it works perfectly

$buffy .= $this->get_block_pagination();

Post count: 19

is there anyway to customize the Next and Previous Ajax pagination on blocks
like the colour and size and icons on it???

Post count: 22421

Sorry but there are no settings to alter the next prev pagination on blocks. It can only be done with custom css. if you provide more details to how you want them with screenshots, maybe we can offer a css code that can come close to the design you are after.

Thank you!

Post count: 19

I would like to have the load more pagination something similar to what you see here https://www.theguardian.com/international

Post count: 20688

So maybe something like this – https://www.screencast.com/t/Hd6eCBdDt
This is the code used in the example

.td-load-more-wrap a {
color:white;
background-color: #d01317;
border-radius: 100px;
}

Post count: 19

Thanks a lot!
Is it also possible to align it left, now it is in centre

Post count: 20688

Add this to align it to the left – http://prntscr.com/k7ckoj

.td-load-more-wrap {
text-align: left;
}

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.