Disable Rightclick and context menu for copyright reasons
-
Hi, its just for the search here and general information if someone need to disable the right click on their page without using a plug in for this.
just navigate to to Lay Options -> Custom CSS and HTML, scroll down to Custom HTML at bottom and insert that code and voila. No option to steal your images for normal users.
<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>
-
u can still open the inspector using the toolbar in chrome or safari though
-
@arminunruh true, but the regular user dont use the inspector to download images. i would say this prevents 95% of downloading images. i just feel better with no context menu
-
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com