• Audiomonk

    (@audiomonk)


    Pagination is great, but is it possible to show the last page number to give the user an idea of how many pages there are in total?

    So say I have 28 pages of items.

    Pagination shows < 1 2 3 4 5 > etc…

    Could it show < 1 2 3 4 5 ..28 > or something along those lines?

    I realise there’s a last page and first page button, but I’m wanting to show the numbers. My users on first sight as it is, will think there’s only 5 pages of items.

    Also… is there a way to show pagination above and below the items?

    • This topic was modified 5 years ago by Audiomonk.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hello,
    Thank you for contacting us.

    It is possible to show the last page number with the Normal type of pagination. Please switch to the Normal type.

    Unfortunately, it is not possible to show pagination above and below the items.

    Best regards,

    Thread Starter Audiomonk

    (@audiomonk)

    I’m using live filters on my content views, can’t switch to normal type of pagination without losing that functionality.

    Sorry to hear it’s not possible to show pagination in both places, clicking on next page scrolls back up to the list, would be handy to click from there.

    Plugin Author Content Views

    (@pt-guy)

    Sorry to hear that you can’t switch to the Normal type of pagination.

    You can disable scrolling on clicking the next page button by adding this code to Custom JS field in Content Views >> Settings page:

    
    window.cvp_pagination_no_scroll = true;
    

    For further Pro support, please contact us here.

    Best regards,

    Thread Starter Audiomonk

    (@audiomonk)

    Ok thanks, I have pro version, but no way round the pagination thing unless I remove the live filters. Maybe we could have the pagination match for live filter setups in a future version?

    Plugin Author Content Views

    (@pt-guy)

    Thank you for your reply.
    We might find the way to improve the Ajax pagination (to show the last page) in future releases.
    For further Pro support, please contact us here.
    Best regards,

    Thread Starter Audiomonk

    (@audiomonk)

    Thanks, I will do, maybe a way to style the pagination also ? (I have pro)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to show last page number’ is closed to new replies.