• Resolved tosok

    (@tosok)


    Hey there. Thank you for a great plugin.

    I have pagination enable but instead of getting the “Next | Prev” option as shown in the demo video, I get pages numbers. How can I switch from one to the other?

    Also, how would I create a bit more separation between the bottom row of documents and the “Next | Prev” text or numbers below?

    Grateful for any direction you can provide.
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Dan Rossiter

    (@danrossiter)

    Hi tosok,

    Yes, the pagination changed following that video to use WordPress’ built-in pagination logic. Using some custom CSS (entered at Dashboard -> Settings -> Document Gallery -> Custom CSS you can get close to the original look:

    .document-gallery > .paginate > .page-numbers { display: none }
    .document-gallery > .paginate > .prev, .document-gallery > .paginate > .next { display: inline }

    -Dan

Viewing 1 replies (of 1 total)

The topic ‘Pagination questions’ is closed to new replies.