Hello,
is it possible to add a forward button to the default audio player to allow the listener to scan forward into the audio/podcast audio file?
Hey Brand,
Sorry for the late reply, Enfold uses the default WordPress player, but I didn’t find any options to add this. Perhaps an audio plugin would have this option.
Best regards,
Mike
okay, we’ve added a CUE to try and fix our problem.
see the page here
the header on the player is chopped off soy can’t see the controls.
we tried the plugin in a different theme and it works perfect.
see it working on other theme here
Could you supply code to fully display the player?
Thanks
Hi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #mep_0.mejs-container {
width: 100% !important;
height: 100% !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
the code works for the first sound file only.
The page with contain 24 sound files that the user can select from.
can you help here?
Hi,
Try changing the css to this:
#top .mejs-container {
width: 100% !important;
height: 100% !important;
}
Then clear your browser cache and check.
Best regards,
Mike
Dragging the progress bar only seems to work on Firefox on Windows. Doesn’t work on Chrome or Edge on Windows, or Safari, Chrome or Firefox on iOS.
Does anyone have a fix?
Hi,
sorry for the late reply, it looks like your audio playlist is created by a plugin “cue”, the audio progress bar seems to work on our demo, have you tried disabling your plugins to see if that helps?
Best regards,
Mike