[buddypress-trac] [BuddyPress Trac] #7187: media element issue on all twenty themes

buddypress-trac noreply at wordpress.org
Tue Jul 19 16:26:51 UTC 2016


#7187: media element issue on all twenty themes
--------------------------+------------------------------
 Reporter:  danbp         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Media         |     Version:  2.6.1.1
 Severity:  minor         |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by sbrajesh):

 Thank you.
 I believe it is an issue on parts of !BuddyPress template pack and can be
 easily rectified without causing much damage.

 Though the "button" element can be used anywhere, In !BuddyPress the
 intended purpose is to use it inside the forms. Since all !BuddyPress
 forms use the class 'standard-form' , we can simply change the selector
 from
 {{{
 #buddypress button
 }}}

 to

 {{{
 #buddypress .standard-form button
 }}}

 I don't think there is any use cse of the "button" element in !BuddyPress
 that won't be covered by this. In fact, I did some search in my IDE and It
 seems !BuddyPress does not use the 'button' element at all in the current
 version.

 Hope that helps.

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


More information about the buddypress-trac mailing list