Audio files not playing on firefox
Hi there,
Thanks for writing in! This could be the audio file format issue, try uploading the mp3 format to fix the issue. You can check the supported formats in different browsers here https://www.w3schools.com/tags/tag_audio.asp
Hope this helps!
Thanks! This works.
Also, when, I play the audio files - the player shows solid white. It should be showing grey as the file is played, but it’s just solid white.
I’ve checked this issue for you and I can see that the “HEADINGS FONT COLOR” under (Pro > Theme Options > Typography) is overriding color set in the element controls colors settings, if you want to keep the heading font color as it’s, then I suggest adding this CSS code to the element CSS section for your audio elements as in the following screencast:
$el .x-mejs .mejs-time-loaded {
background-color: hsla(0,0%,100%,0)!important;
}
Screencast: https://imgur.com/a/tHX0yLV
I’ve already did that for the first audio element.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.