Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Disable Archive Page › Reply To: Disable Archive Page
October 28, 2020 at 5:35 pm
#30057
Keymaster
PS.: as a temporary measure to completely disable that, you can also use this custom CSS:
.promagnifier {
pointer-events: none;
}