New Landing How can we help? Atelier Disabling or Preventing Right Click on Site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #239606
    ninesolutions
    Member
    Post count: 192

    Dear Swift Ideas,

    Is there any option of method in disabling right clicking for users browsing my site?

    Mainly i would like to prevent them from right clicking my images to save them.

    Would appreciate any assistance here, thanks!

    Jas

    #239666
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #239889
    ninesolutions
    Member
    Post count: 192

    Thanks Kyle,

    This function would be useful if it can be built into the framework.

    As a novice web user, i try to stay away from third party plugins. Have quite a few experiences of third party plugins which resulted in malware or site hacked.

    Thanks for the recommendation!

    #239892
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS/JS -> custom js -> Paste given below code:-

    
    
        <script language="javascript">
        document.onmousedown=disableclick;
        status="Right Click Disabled";
        function disableclick(event)
        {
          if(event.button==2)
           {
             alert(status);
             return false;    
           }
        }
        </script>

    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register