Right click disable

Discussion in 'Appointway WordPress Theme' started by raaj95, Jun 3, 2015.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    i want to disable right click on appointway theme
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello Raaj,

    Greetings from InkThemes,

    Kindly follow the below step mentioned in the image.

    disable right click.png

    Try to cut the given below javascript code there and paste in header.php at line number 38.

    Code:
    <script language="JavaScript">
    document.oncontextmenu =new Function("return false;")
    </script> 
    Hope that helped.
     

Share This Page