• This was alrady asked before but I need a little help with being able to disable the ability to download the mp3 files. I am just missing it if there are options to do that., please get in touch with me

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hi @kenccrn,
    You can try using css,

    .wpfc-sermon-single-audio-download {
        display: none;
    }
    

    Moderator bcworkz

    (@bcworkz)

    Hiding with CSS will certainly deter most people since they likely wouldn’t know anything is there. However, the file reference still exists in HTML source so if someone knew to look there the file could still be downloaded. The best way to avoid downloading is to never add the file reference to start with ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disabling or Hiding Audio Platyer’ is closed to new replies.