Pagination showing 3 dots all of a sudden in some buttons
-
Hello everyone,
My pagination is all messed up all of a sudden. I was actually ready to go live soon, maybe someone can help me with this. Some buttons just show 3 dots.
It only happens on the home page, you get the first square “1” button than “2” but now the third has 3 dots? than 4 is ok en next is ok.
When I hit the page 2 button, page 2 shows nr4 with 3 dots only, etc, and cant be clicked either, and that one has different css, when I look at the source that button has a different span, “page-numbers dots” dots added?
class=”page-numbers dots”>… span
Here is some of the code:
<div class='candid-pagination'> <nav class="navigation pagination" role="navigation" aria-label="Berichten"> <h2 class="screen-reader-text">Berichtnavigatie</h2> <div class="nav-links"> <span aria-current="page" class="page-numbers current">1</span> <a href="https://www.my_website.nl/page/2/">2</a> <span class="page-numbers dots">…</span> <a href="https://www.my_website.nl/page/5/">5</a> <a href="https://www.my_website.nl/page/2/">Volgende</a></div>
Thanks a lot, any help appreciated!!!
Ed
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pagination showing 3 dots all of a sudden in some buttons’ is closed to new replies.