This topic has 2 replies, 2 voices, and was last updated 10 years by pittsleyb.

  • Author
  • #30511
     pittsleyb
    Participant

    pagination goes from … 1/2/4 but then when you go to page 2 it seems to correct itself.

    Here is the page with the issue…
    http://www.worldwidesurvival.com/topics/

    #30512
     sharmstr
    Moderator

    It actually is working as far as the number 3 missing. Its supposed to be missing. The reason it doesnt make sense is because the “…” bubble is in the first position and not between 2 and 4. I was a bit confused at first too because when you are on page 2 or 3, all the numbers show. But this is only because you have a total of 4 pages. If you had more pages then it would have been easier to see that it wasnt missing pages, but that the dots were in the wrong place. The screenshot shows it better than I can explain it.

    The default css has “.bbp-pagination-links a” set to float: none and the “…” is set to float: left, making it move before the numbers even though the page isnt parsed that way. Here’s the fix.

    COPY CODE
    
    .bbp-pagination-links a, .bbp-pagination-links span {
    float: left;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    #30514
     pittsleyb
    Participant

    fixed, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘pagination not working on first topic page’ is closed to new replies.

Log in with your credentials

Forgot your details?