[buddypress-trac] [BuddyPress Trac] #7490: FIX: Impossible to display older activity comments
buddypress-trac
noreply at wordpress.org
Fri Mar 31 12:50:06 UTC 2017
#7490: FIX: Impossible to display older activity comments
----------------------------+--------------------
Reporter: antonioeatgoat | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: 2.8.3
Component: Activity | Version: 2.8.2
Severity: critical | Resolution:
Keywords: has-patch |
----------------------------+--------------------
Comment (by antonioeatgoat):
Hello @hnla, my comments is partially wrong, I've tested with 2017 theme
but I didn't notice there was some plugins active, it works for me as well
in this case. However, I think that my thread is still quite valid, for
two reasons:
1) I don't see why it is hidden using both inline style and 'hidden' class
2) The issue that I described persists if bootstrap css is loaded, which
is quite common. This happens because bootstrap declares an hidden class
as below (which is quite common in every css utility files, not only in
bootstrap):
{{{
.hidden {
display: none !important;
}
}}}
So the new inline style display: list-item doesn't take effect. You can
try it adding that class in the inspector of the browser.
I hope that I there aren't other mistakes on my side this time and I am
sorry for the confusion.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7490#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list