Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I do not recommend this as it may annoy your visitors to not be able to disable audio.

    However, if you would like to do this, you can do it using CSS.

    Cheers! 🙂

    Thread Starter sacoeps

    (@sacoeps)

    hi i know what you mean however im using it for a sound effect that lasts less then one second, its the scream 12 seconds in on this website

    http://www.spinneyavenue.org.uk/staff-2/

    on the same page im also using the player for the music as well and having the control for that makes sense but not for the scream whose control button is as the bottom of the page

    what would i have to add to my css

    sorry this is the first website im ever built. iv tried my best but im actually a primary school teacher

    Try with:
    div.mejs-container {display: none !important;}

    Plugin Author mra13

    (@mra13)

    Grab this custom CSS plugin:
    http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413

    Then add the following CSS to it to hide the player button:

    .myButton_stop{
    display: none;
    }

    Thread Starter sacoeps

    (@sacoeps)

    hi thanks for your reply however if you look at my post and the website, i mentioned that there are two audios happening. one is music which needs a button and one is a sound effect which doesnt need a button. is it possible to just hide one. if not its not a major problem ill just have to live with is, it would just look neater that way. great plugin by the way

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to hide audio player’ is closed to new replies.