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

Reply To: Impossibile to remove redirection to url

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Impossibile to remove redirection to url Reply To: Impossibile to remove redirection to url

#42227
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Sure!

If you don’t want the return/magnifier actions to redirect to the results page, then you can set that behavior here: https://i.imgur.com/sxExCBe.png

If you also want the live results to not redirect to the single results when clicking on them, then using the following custom CSS will help:

.asp_r .item,
.asp_r .item a {
    pointer-events: none;
}