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.