Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Indexed photos are downloadable › Reply To: Indexed photos are downloadable
October 29, 2025 at 8:41 am
#55887
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.