[buddypress-trac] [BuddyPress Trac] #6000: No template notices are displayed in twentyfifteen

buddypress-trac noreply at wordpress.org
Thu Nov 13 16:34:21 UTC 2014


#6000: No template notices are displayed in twentyfifteen
----------------------------+------------------
 Reporter:  imath           |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  2.2
Component:  All Components  |     Version:
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |
----------------------------+------------------

Comment (by hnla):

 Think actually this is a relatively trivial fix.

 We already namespace our messages elements as we do most of our selectors
 so the existing ruleset:

 `#buddypress div#message.updated`

 A block level div simply needs to have it's default nature re-declared.

 So adding `display: block` given we already have a high degree/weight of
 specificity for this ruleset will, and does in testing, re-enable the
 rendering of our template notice.

 Display: block is a non problematic property to add, it's the default
 property for the element and we are not changing it anywhere to be inline.

 If circumstances were to change having this declaration of block level
 would not be a problem.

 I can patch and add this when we're clear of some other changes being run
 through in bp css.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6000#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list