The Grid - Audio Player - How to Disable download .mp3

We are using “The Grid” extension to make a grid that plays audio .mp3 files.

However when we play a song there, a button to download the .mp3 appears so everybody can download the .mp3 archive of the song.

This happens only in some browsers like Google Chrome.

We have tried to change the skin but it has nothing to do with it - it has to do with the player The Grid provides.

How can we make sure that download button is not enabled???

Here we provide a screenshot - the download button is on the far most Right (arrow down - you click there and you can download the .mp3 file)

Thanks for you help

Hello @audiolizard,

Thanks for asking. :slight_smile:

I tried checking both the website both the websites you have assigned on the licence manager page. I see mp3 player on one of the website but that’s not using The Grid plugin and I don’t see download button in that.

On second website I see a under construction page. Can you please share the details for us to take a closer look?

Thanks.

Hi there,

I have deactivated the under construction - you can see the players on the Catalog page (on the menu) - you have to use Chrome and play one of the songs, then the player controls appear and also the download arrow (clicking on it you can download the .mp3).

Let me know if you need access to my website and I’ll send you the login info.

Thanks

Hi there,

It’s chrome’s player feature. And it’s related to this https://stackoverflow.com/questions/41115801/in-chrome-55-prevent-showing-download-button-for-html-5-video

Please add this code to your global custom javascript

jQuery('.tg-item-audio-player').attr('controlsList','nodownload');

Thanks!

It worked!

Thank you very much to both of you :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.