#2164 closed defect (bug) (fixed)
Support Theme: Pagination on profiles pushes content left
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
Looking at topics and posts created in a profile the float for the bbp navigation causes things to be pushed to the left
Seems caused by a float: right;
in https://wordpress.org/support/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss:128
For reference here's the replies page with the float back at float: none
from the bb-base style:
Change History (6)
#2
@
8 years ago
- Summary changed from Forum Theme: pagination on profiles pushes content left to Support Theme: Pagination on profiles pushes content left
This ticket was mentioned in Slack in #forums by clorith. View the logs.
8 years ago
#4
@
8 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 4284:
#5
in reply to:
↑ 1
;
follow-up:
↓ 6
@
8 years ago
Replying to netweb:
The replies header is there, topics header is not, topics were removed in [3898]
@netweb: I'm not clear what you're saying here. That the .bbp-pagination-count
content is blank/missing in certain views whereas the .bbp-pagination-links
is always present? If so, that sounds like it should be opened as a separate issue.
#6
in reply to:
↑ 5
@
8 years ago
Replying to coffee2code:
Replying to netweb:
The replies header is there, topics header is not, topics were removed in [3898]
@netweb: I'm not clear what you're saying here. That the
.bbp-pagination-count
content is blank/missing in certain views whereas the.bbp-pagination-links
is always present? If so, that sounds like it should be opened as a separate issue.
This doesn't make sense to me either this morning ;)
As part of the initial forums switch to bbPress 2.x, the forum topics pagination counts were removed for performance optimization, see /support-forums/inc/class-hooks.php?rev=3898#L9 , I was expecting to see this on the users profile though, I'll create a new ticket for this.
Should be similar to this:
Also the headers on each page (similar to the
Viewing 8 discussions of 28 total
above:Viewing 15 topics - 1 through 15 (of 20 total)
Viewing 15 posts - 1 through 15 (of 1,254 total)
The replies header is there, topics header is not, topics were removed in [3898]