Pagination

Posted in: Newspaper
Post count: 134

Hi,

is there a way to limit a block pagination to load just 2 pages for example?

Post count: 134

And my second question, is there a way to make the buttons NEXT and PREVIOUS of pagination more visible?

Post count: 22421

Hello,

Unfortunately you cannot limit the pagination. It will show all posts from the specific filter you add to your block. You can however limit the posts displayed on the page itself (not the number of slides but the number of posts shown):http://screencast.com/t/Nk1Adq3ZTTN
If you want to make the pagination on blocks more visible, you can use a bit of css to do it like for example:
.td-next-prev-wrap a{
border: 2px solid #000000!important;
color: #000000!important;
font-size: 14px!important;
}

Thank you!

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