Audio Player Element Advanced Display & Function

I am using the audio player element. When I click the advanced button the format of the time on the audio player is 00:00. Is there a way to remove the first 0 so the format is 0:00.

Hey Kyle,

Regretfully, the time format was set by WordPress and there is no option for the time format. You will need to consult with a third party developer to override this.

Thank you for understanding.

Ok. Thanks for that information. Is there anyway to change the length of the content bar? I’ve attached a picture and as you can see it overlaps with the numbers.

Hi,

To adjust the length, you can try adding the code below in Theme Options > CSS

.x-audio-player .mejs-time-total {
    width:97% !important;
}

Hope that helps

That worked perfect! Thank you so much for the help.

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.