Cannot disable Right Click
-
Dear Support,
I have already installed “Copy Protection without Right Click” plugin to disable Right Click for all pages and posts successfully with no problem except the Player of All-in-One Video Gallery. I have also disabled the “Download Button” under “Player Control” options of “All-in-One Video Gallery” settings. And I have also put some scripts such as the following code to Snippet only in order to disable the Right Click on the Player of “All-in-One Video Gallery” . Nevertheless, I am still failed to make it work because I can still still use the Right Click on Player to download my video files.
How can I disable the Right Click when I right-click the player of “All-in-One Video Gallery” ?
add_action('wp_footer', function () {
?>
<script>
document.addEventListener('contextmenu', function (e) {
e.preventDefault();
});
</script>
<?php
});Thanks for your help !
Best Regards. Cloud
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.