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

buddypress-trac noreply at wordpress.org
Tue Jul 19 20:07:09 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 danbp):

 While using following ruleset to change the player bg color:
 (source file: wp-includes/js/mediaelement/wp-mediaelement.css)

 {{{#!php
 /* change the color of the background */
 .mejs-controls,
 .mejs-mediaelement,
 .mejs-container {
         background: url('') !important;
         background-color: #C8E1FA !important;
 }

 /* change the color of the lettering */
 .mejs-currenttime,
 .mejs-duration {
         color: #000 !important;
 }
 }}}

 i first used it in /child/style.css - no effect
 then in /child/buddypress/css/twentysixteen.css - no efect
 and finally directly in twentysixteen/style.css - it worked

 When using an empty(!) wp-mediaelement.css, nothing happens (in back or
 front end). It's like that file is of no use.

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


More information about the buddypress-trac mailing list