• Resolved silsilaekamaliya

    (@silsilaekamaliya)


    Hi,

    Recently I upgraded to wordpress 4.2.2, after upgrade all my audio posts are facing problems. I am using the default WP mediaelement for audios.

    The audio player is not showing the volume control and play/pause button properly, both these buttons are merged.

    The audio player is working on Android perfectly.

    I am providing the link for my post
    https://www.silsilaekamaliya.com/dunya-mehnat-ki-jaga-mufti-sahab/

    Kind request for the support what went wrong after upgrade?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter silsilaekamaliya

    (@silsilaekamaliya)

    Waiting for support

    Thread Starter silsilaekamaliya

    (@silsilaekamaliya)

    Replaced the Following codes in mediaelementplayer.min.css
    .mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;display:table-cell;vertical-align:middle}

    with following codes

    .mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}

    purge all the caches, it fixed the issue.

    To prevent same problem from the future upgrades, I added the following code th custom_styles.css

    .mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}

    and don’t care what is in mediaelementplayer.min.css

    Thanks it is working now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress mediaelement audio player not showing controls buttons’ is closed to new replies.