• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Right click on image Mobile bug

  • Thread starter Deleted member 82525
  • Start date
Status
Not open for further replies.
D

Deleted member 82525

Guest
Website URL
<private>

Chevereto version
3.10.5

Description of the issue
Hi, I'm Rosy and above all I'm Italian so please excuse my English. Last Thursday October 26, I bought the core licence after read almost anything I could found on the website and community about features and bugs; and I like really much Chevereto and all its features, but the main reason I choose Chevereto over others scripts is that it has "Configurable on/off download original image", Configurable on/off right click on image and Watermark. Those things are really important to me, becasue I'm going to sell the photos I will put on the gallery, so I have to protect them.
I worked on my gallery for the last days (keep in mind I'm not a programmer, I'm new in this kind of things) and I made a few changes to match the gallery layout with my website, and the result is good, everything woked out very well... till this morning when I tested it on my mobile phone! In fact, in the mobile you ARE ABLE to download the original pictures! So what's the point? In desktop "no right click on image" works like a charm, but on mobile fails really bad.
So now I pay for a product that schould protect my photos, instead everyone can download them for free from mobile phone and tablet!
My question now is: is this a bug and there's a way to fix this? Or there is no solution to ifx this problem?
Because if the latest is the case, I'm going to ask for a refund considering that you listed a feature that doesn't work!
Sorry, I don't want to seem rude, I really like Chevereto and I hunderstand all your hard work to make it, and I would really love to can use it, but without this particular feature I can't, not for what I wanna do with my website.
So please can you see if there is a way to solve this problem, otherwise I will have no other choice than to search something else and ask for the refund.
Sorry for bother you, hope to have your news soon.
Best regards,
Rosy
 
Rosy, I'm sure Rodolfo will reply to you later, but you should'nt really post your key on a public forum. Try and edit your post and remove it ;)
 
There's no way in which you can protect images from being saved by others when you showcase your pics using a website. Is just impossible, someone with a computer can easily download everything.

Best that you can do is to force image resize for all uploads and watermark everything so people must contact you directly to get access to the full resolution image without watermark.

On the right click thing for mobile, I will check if I can stop that event. In any case, is not wise to rely just on that right-click stuff for Image ownership.
 
Rosy, I'm sure Rodolfo will reply to you later, but you should'nt really post your key on a public forum. Try and edit your post and remove it ;)
I didn't know my ticket would be public, I was thinking that send it by the support form it would be private!!!! Thanks anyway
 
There's no way in which you can protect images from being saved by others when you showcase your pics using a website. Is just impossible, someone with a computer can easily download everything.
Best that you can do is to force image resize for all uploads and watermark everything so people must contact you directly to get access to the full resolution image without watermark.
... In any case, is not wise to rely just on that right-click stuff for Image ownership.
I perfectly aware that someone with a little knowledge can bypass the "no right click" script, but for all other normal people that's a really good deterrent and the watermark is another help, Digimarc with Photoshop, I know a few ways myself; but I'm not here to discuss about this, I contest the fact that in Chevereto features you declare that in this script there is this option: "Configurable on/off right click on image", but in fact it does work only on desktops, it doesn't work on mobile phones at all and if you know it, you should warn potential buyers, so they have the chance to decide knowingly if buy or not your script. In fact if I knew this thing, I would not have bought it. Don't get me wrong, I love Chevereto, it has a bounch of wonderful features and of course is one of the best script of this kind, but what I need now is a safer place for my photos and I need this specific feature.

On the right click thing for mobile, I will check if I can stop that event.
This doesn't answer clearly my question and that "if" worry me a bit, I'm aware you're busy but I need to know if you're going to try and fix this now or you'll just look on it when you have time. Because I have to upload on my website thousands of photos in these days, and I need to be sure that the problem will be fixed before I do it, otherwise I'll reluctantly be forced to ask for the refund and search for some other script.
Like I said before, I understand and respect all your hard work with this project, but I have to protect my project too, I'm sorry.


UPDATE: I found something about css overlay for image, could something like this works?
Code:
<div class='column'>
    <div class='protect'>
        <img src='img/source.jpg' />
    </div>
    <span>©Copyright 2017</span>
</div>
 
<style>
 
.protect {
    position: relative;
}
.protect:after {
    background-image: url(/path/to/overlay);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
</style>

If this could work, where should I put the code? I know where to put css code, but I have no idea where to put the "class" tag, in which Chevereto files?
Could this work out?
 
Last edited by a moderator:
Yeah well, rick click means "mouse" not touch. I haven't false advertise anything.

And yes, I have already added this feature and it will be available on next revision.
 
Yeah well, rick click means "mouse" not touch. I haven't false advertise anything.
Sorry, I didn't mean to accuse you of something or to offend you in any way, maybe I express myself wrong, what I was meaning is that in a fully responsive image sharing script, if I read in the features that it has "no right click script" option I expect it will work in all devices, and I intend it how the way to disable the "save as" in desktop and mobile too. My mistake if I misunderstood the meaning of it.

And yes, I have already added this feature and it will be available on next revision.
That's great, and when it will be? If I upload my photos now, I'll be able to add that feature later or it will work only with the new uploads? Sorry to be a bother but I really need to finish my project.
 
Put the contents of this file in app/themes/Peafowl/views/image.php
It works, it's perfect, thank you very much, you did a great job. Sorry again to bother you so much.

btw: if I'm not intruding too much, can I ask who translate in Italian the language file? Because some translation seems made with Google translate and in the dashboard some text are really wrong, in ways that changes the meaning of the command, I had to set the dasboard with the English language to understand the real meaning of some instructions. I ovverraid my language file with the right corrections, at least the ones I found till now and I was wondering, maybe it would be helpful to other Italian users have a more accurate Italian translation.
It could be a way to thank you for the great and quick job you do with my problem. If you could be interesting I'll more than willing to share the file ones I'll have check it all. Just an idea.

Thanks again for your help.
 
Status
Not open for further replies.
Back
Top