Default Audio Player
-
Hi,
I use the loop to post remotely to a detached website.
When I post audio to a page that contains
<?php wp_footer(); ?> <!-- WordPress -->
I get an audio player that does not support right-click copy audio link. I assume that this is the default theme player (theme used is Twentyfifteen). On pages where I exclude the footer call I get the default browser player – it does support the right-click options.
I could just leave the footer bit off – but to use plugins I need it.
Examples:
This page has the footer call – if you right-click the player you do not get option to save audio
https://ktbb.com/infocus/index.phpThis page has the footer bit removed – you now have the normal browser behavior of being able to save audio – also the Social icons (shared counts plugin) are gone because they require the footer call.
https://ktbb.com/infocus/So question is how to disable the WP theme player so that the browser default is always used?
Thanks for any suggestions
DafThe page I need help with: [log in to see the link]
- The topic ‘Default Audio Player’ is closed to new replies.