Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #66304
    @attrell

    Is there a way to remove uploading video and audio options, without getting rid of the pro version?
    I’d like to keep the ‘Views’ feature, but do not want videos and audio files being uploaded.

    Thank you

    Answers

    #66938
    @vapvarun

    Hi @attrell
    sorry for delayed response.
    You can add following custom css to hide them.

    
    a.btn.bpcp-modal.button {
        display: none;
    }
    input#upload_song {
        display: none;
    }
    

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Upload Options’ is closed to new replies.