• arno

    (@edmosveer)


    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">&hellip;</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

    • This topic was modified 3 years, 1 month ago by arno.
    • This topic was modified 3 years, 1 month ago by arno.
    • This topic was modified 3 years, 1 month ago by arno.
Viewing 1 replies (of 1 total)
  • Thread Starter arno

    (@edmosveer)

    I cant edit my first message but I said only homepage but happens on every next one too.

    I noticed that when I lower the nr of posts per page, there will be more buttons with […] dots and if I raise the number from 9 to 12 or 15 the buttons are good.

    Also the cat. pages are ok, so it probably started after I reached a certain amount of posts. I added three yesterday and thats when the problem started I think. Didnt do much else.

    The problem will probably also happen on thet cat. pages after they contain a bigger amount of posts.

    • This reply was modified 3 years, 1 month ago by arno.
    • This reply was modified 3 years, 1 month ago by arno.
Viewing 1 replies (of 1 total)
  • The topic ‘Pagination showing 3 dots all of a sudden in some buttons’ is closed to new replies.