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

Reply To: Indexed photos are downloadable

#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.