Hello!
I’ve seen posts asking how to disable right clicks.
but I’m trying to figure out how to enable right clicks.
thanks
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:
{% include 'filename' %} or {% render 'filename' %} syntaxResolution:
The issue was successfully resolved after the user followed the guidance to locate and remove/modify the blocking code.
Hello!
I’ve seen posts asking how to disable right clicks.
but I’m trying to figure out how to enable right clicks.
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
Hello @GemPages
Thank you so much it’s work now .