• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

urgent :: image is clickable/opening as plain img file on mobile

Status
Not open for further replies.

knova15

💖 Chevereto Fan
Hi

Just had a look on some new imgs uploaded to my site and on mobile if you click/tap on the img it opens up the image file it self
XY.com/2015/04/..........jpg

can you please fix it ? or what can i do for the time being. the right click is disabled on the site but drag and drop is still available on desktop to take the imgs without permission to download (it is turned off)

Thank you
 
Not a bug. It has been changed to allow zooming. Also, in mobile you can easily trigger the context menu overriding the event prevention and view or save the image.
 
but it is opening the page with file path....and the whole point of disable right click is to prevent basic form of img stealing..

pls add a switch o anything to disable this in the admin as it is SUPER annoying to browse the website on mobile and it actually feels liek there is an error and the system isnt working properly 🙁

thx
 
can you do so pls. not to take it the wrong way but what is the point of disable download and right click/context menu when you can tap on the img and the img is there in full glory :/ what can i do to get it back to normal on small screen ? even if you wont include it i need it back the way it was urgently :/

thx
 
Code:
        if(zoom && PF.fn.isDevice(["phone", "phablet"])) {
            //window.location = $("img[data-load=full]", this).attr("src");
            return;
        }
 
Status
Not open for further replies.
Back
Top