Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1212539

    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?

    #1213681

    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

    #1214497

    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

    #1215410

    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

    #1216376

    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?

    #1216473

    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

    #1222890

    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?

    #1223672

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.