Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #80179

    Rad
    Moderator

    Hi Jason,

    I think you could use standard HTML5 video which does not require X audio player and its css.

    Example:

    [x_audio_embed]<audio controls="controls">
    <source src="http://some/audio/file.ogg" type="audio/ogg">
    <source src="http://some/audio/file.ogg" type="audio/mpeg">
    Your browser does not support the audio element.
    </audio>[/x_audio_embed]

    Cheers!

    #81763

    Chris L
    Participant

    For what it’s worth, I am also experiencing this issue where the audio player is not working on mobile only. The default audio shortcode for WordPress works as a workaround for now but just a weird glitch there.

    You can see it at http://www.wavecrestcc.com/latestseries

    #81798

    Rad
    Moderator

    Great to hear that Chris! And sure, added this on my bug list but there is no available ETA yet.

    Thanks!

    #305335

    LucyKeile
    Participant

    Hey guys I am trying to add a player just like Jason has on his home page ( with a download function) all I do the wp player comes up, not the Jplayer.

    player
    http://therealcoolguy.com/
    Can you guide me how to do that please.
    Thank you!
    Lucy

    #305647

    Lely
    Moderator

    Hello Lucy,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #306545

    LucyKeile
    Participant
    This reply has been marked as private.
    #306816

    Rad
    Moderator

    Hi Lucy,

    I’m not really sure what’s the problem. Would you mind explaining it more clearer 🙂

    The player is from your plugin.

    /wp-content/plugins/fwdmsp/

    We don’t have control over the players added by embed. And it’s 3rd party plugin.

    Thanks!

    #307156

    LucyKeile
    Participant

    So if I use the player that comes with the theme to create a audio playlist how do I customize that player I would like to make the player transparent with white text and white borders.

    I understant that you can advise me how to do things if I use a third party plugin.

    Please let me know.

    Lucy

    #307517

    Rad
    Moderator

    Hi there,

    Yes of course, possible with css. Though, I’m not really sure about the texts. Would you mind providing an example url that has X’s audio player?

    For the meantime, please add this.

    .mejs-controls {
      border-color: #000000;
      background-color: transparent;
      background-image: none;
    }

    Cheers!

    #307571

    LucyKeile
    Participant
    This reply has been marked as private.
    #308043

    Rad
    Moderator

    Hi there,

    The given css from above is only applicable for X’s audio player, which is the default player for wordpress. As I checked again, your playlist is using the same player’s css provided by wordpress. The problem I’m seeing is that your players are broken, please use audio embed element instead of text element.

    Then after, maybe I could provide you some css that can alter your player colors just as long as you give us the list of what you wish to change.

    Thanks!