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

Reply To: Disable result link (click action)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Disable result link (click action) Reply To: Disable result link (click action)

#52458
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

The easiest and simplest way to do it is by using this custom CSS:

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

This will prevent any clicks on the browser level, without making any modifications on the plugin code.