-
AuthorPosts
-
August 7, 2014 at 5:46 pm #80179
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!
August 10, 2014 at 2:49 pm #81763For 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
August 10, 2014 at 3:57 pm #81798Great to hear that Chris! And sure, added this on my bug list but there is no available ETA yet.
Thanks!
June 17, 2015 at 4:44 pm #305335Hey 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.
http://therealcoolguy.com/
Can you guide me how to do that please.
Thank you!
LucyJune 17, 2015 at 11:51 pm #305647Hello 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 18, 2015 at 5:15 pm #306545This reply has been marked as private.June 19, 2015 at 12:43 am #306816Hi 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!
June 19, 2015 at 9:42 am #307156So 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
June 19, 2015 at 7:47 pm #307517Hi 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!
June 19, 2015 at 9:55 pm #307571This reply has been marked as private.June 20, 2015 at 4:42 pm #308043Hi 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!
-
AuthorPosts