How can I enable right clicks on my website?

Topic summary

A user discovered their website had right-click functionality disabled and sought help re-enabling it.

Root Cause Identified:
GemPages support team identified that the Cozy AntiTheft app (or similar application) was preventing right-clicks, despite the user initially claiming no such apps were installed.

Solution Provided:

  • Support located the app’s code still running in the theme files
  • Provided screenshots showing the exact code location in the theme’s liquid files
  • Explained the code could be placed in snippet files using {% include 'filename' %} or {% render 'filename' %} syntax

Resolution:
The issue was successfully resolved after the user followed the guidance to locate and remove/modify the blocking code.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

Hello!

I’ve seen posts asking how to disable right clicks.

but I’m trying to figure out how to enable right clicks.

https://varicho.com/

thanks

Hello @ammar25

I have checked. This store may be using the Cozy AntiTheft app to prevent right click (Or another app with similar features).

https://apps.shopify.com/cozy-antitheft-for-images-and-more

You can control it in the app.

Best regards,
GemPages Support Team

Hello @GemPages ,

In fact, I do not use any applications that prevent the copy feature and the right-click feature.

I uploaded the theme and found it present.

I think that there is a script inside the values ​​that prevents these properties, and I need help until I find this script .

can you help me please.

with Thanks

Hi @ammar25

I can still see the application’s code running in your theme.

You can find the location of the code in the theme.liquid file.

The code can be placed in a snippet file with the syntax
{% include ‘file name’ %} or {% render ‘file name’ %}

Best regards,
GemPages Support Team

1 Like

Hello @GemPages

Thank you so much it’s work now .