Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Disable Rightclick and context menu for copyright reasons

    General Discussion
    2
    3
    35
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alex F last edited by Alex F

      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>
      
      1 Reply Last reply Reply Quote 0
      • arminunruh
        arminunruh Global Moderator last edited by

        u can still open the inspector using the toolbar in chrome or safari though

        A 1 Reply Last reply Reply Quote 0
        • A
          Alex F @arminunruh last edited by

          @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

          1 Reply Last reply Reply Quote 1
          • Referenced by  A Alex F 
          • First post
            Last post
          Post a link to where the problem is if possible, please <3
          I don't answer or check forum DMs, please just post on the forum.
          Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com

          Before you post:

          Use the Search Feature. Maybe there is already a solution to your issue.

          1. Update Lay Theme and all Lay Theme Addons
          2. Disable all Plugins
          3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
          4. When using a WordPress Cache plugin, disable it or clear your cache. Now see if your problem solved itself.
          Go here, see if your problem is listed here:
          Troubleshooting

          When you post:
          1. Post a link to where the problem is
          2. If the problem is difficult to explain, post screenshots / link to a video to explain it

          Thanks!

          Online Users

          Recent Topics

          • Search as icon instead of text?

          • FILTER Categories showing all projects

          • H

            Vimeo embed with autoplay and loop is really slow...help!

          • A

            website not loading on iphone safari

          laytheme.com