Support » Plugin: Easy Watermark » Excellent Plugins

  • Excellent plugin, it works on latest WordPress release 6.1.1. though it is not tested. I first installed it and i thought it has corrupted my images database and i had to remove it and restore back my store, but that’s not correct. I encourage everyone to watch the video by WebStylePress channel, i am not allowed to provide link here. Easy to use, easy to remove watermark, it does not corrupt files, has mass block deployment and it works perfectly. The developer need to make the interface more intuitive and feature oriented. Two important missing features are the “right click” image disable. Am fine without it as long my photos are watermarked properly. The other missing feature is .PNG watermark Opacity cannot be controlled. Else, it is just PERFECT.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Thanks for the review and your suggestions!

    Silvana Borges

    (@silvanaborges)

    You don’t need a plugin to disable the right click buttom and copy. Just add this to the footer scripts of your website:

    <!-- NO RIGHT CLICK-->
    <script type="text/javascript">
    jQuery(document).ready(function () {
    //Disable cut copy paste
    jQuery('body').bind('cut copy paste', function (e) {
    e.preventDefault();
    });
    //Disable mouse right click
    jQuery("body").on("contextmenu",function(e){
    return false;
    });
    });
    </script>

    I think the plugin interface is perfect already, they just need to keep it up to date, nothing else 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excellent Plugins’ is closed to new replies.