This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Indexed photos are downloadable

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Indexed photos are downloadable

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #55886
    Michel Van RoyenMichel Van Royen
    Participant

    Hello,
    I have NextGen Gallery Pro and purchased your Ajax Search Pro plugin, but when I installed it and indexed the photos, they appear, which is fine, but they are also downloadable, which I don’t agree with. I installed another plugin to protect them from being downloaded, but this is not a solution because it cannot protect them either. Do you have a solution? If not, I would like a refund.
    Please provide a solution.
    Kind regards,
    Michel

    #55887
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Michel,

    Surely!

    I assume you mean a feature where the user is not redirected to the image, so they can’t download it right?

    The easiest possible way to get around that is to completely disable that via a custom CSS:

    .results .item {
        pointer-events: none !important;
    }

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end. After clearing the cache the user will no longer be able to click on the result to download it.

    If you need help adding this, let me know.

    #55888
    Michel Van RoyenMichel Van Royen
    Participant

    Hello,
    I entered the code and added photos, but now they appear in a drop-down menu and can be clicked on to view them. Have I overlooked something? I’m not a web developer, so I’m not fully familiar with all of this.
    Kind regards,
    Michel

    #55889
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, it appears not the full code is added, the closing parentheses from the 3rd line “}” is missing on the website source so it doesn’t work. Please try it again, make sure to copy all 3 lines, then clear the cache and it should be apparent:

    .results .item {
        pointer-events: none !important;
    }
    #55891
    Michel Van RoyenMichel Van Royen
    Participant

    Implemented (already done) but no progress. I can see the photos but cannot click on them to open them.

    #55893
    Ernest MarcinkoErnest Marcinko
    Keymaster

    That is exactly what this CSS does, it prevents them from opening so the user can’t download them. Isn’t that what you needed? I might be missunderstanding something here.

    #55894
    Michel Van RoyenMichel Van Royen
    Participant

    Yes, but I thought you could then open this one to enlarge it. But that option doesn’t exist?

    #55895
    Michel Van RoyenMichel Van Royen
    Participant

    Or is there a possibility to display them in a gallery instead of a list?

    #55897
    Michel Van RoyenMichel Van Royen
    Participant

    I also don’t have the option to display the search results horizontally instead of vertically. I would be very happy if this were possible, or if it could be done in a gallery.
    Kind regards
    Michel

    #55902
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #55911
    Michel Van RoyenMichel Van Royen
    Participant

    Hello Ernest,
    Thank you for your excellent support, but it is not what I expected from the search engine. I have tried everything you suggested, but I am not getting the right results. I have now removed the plugin. Would it be possible for you to refund my money, please? I would really appreciate it. Thank you in advance.
    Kind regards,
    Michel.

    #55912
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure, no problem, I have initiated the refund request! It usually takes around 14 days for the refunds to process, thank you in advance for you patience.

    May I ask what was the issue exactly? Your feedback would be increadibly helpful for making the plugin better in the future. NextGen image search was a very challenging feature to implement and I would love to know if there is anything specific you wanted.

    #55914
    Michel Van RoyenMichel Van Royen
    Participant

    Hello Ernest,
    Thanks again for the excellent service. The problem is that when you index the photos, they are separate from Nextgen and can no longer be checked for download. If you use the Lightbox, the photos appear at the bottom of the site and as a user you don’t see that immediately. It’s not very user-friendly. I hope this information helps you further.
    Kind regards
    Michel.

    #55915
    Ernest MarcinkoErnest Marcinko
    Keymaster

    If you use the Lightbox, the photos appear at the bottom of the site and as a user you don’t see that immediately.

    Oh? That sounds strange, it shouldn’t happen if I understand correctly. After searching then clicking on a result it should open a full-screen lightbox like so. Basically the same exact way as that you have on your website, I think it is the same lightbox script actually. Did the lighbox open differently or was the styling broken in some way? It could indicate an uncleared cache only.

    Sorry for the questions, I just want to make sure the feature works all right before it goes to production 🙂

    #55934
    Michel Van RoyenMichel Van Royen
    Participant

    I definitely cleared the cache, but it’s not the same as when I did it the first way you showed me. There’s definitely a difference between desktop and mobile.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.