Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Result Overlays › Reply To: Search Result Overlays
Hi Lance,
That did not work. If I turn it to Disabled I get the WordPress search result and not the vertical result I am looking for. If I have it Enabled the vertical results overlay the WordPress result for the same search.
Okay, wait, you want it to replace the original WordPress results somehow? I don’t think that is possible, the results page will still show the original search results.
You could try a hacky way to maybe hide the results via custom CSS, that could work:
.search.search-results #content-masonry {
display: none;
}
About the PDF content, the most likely cause is that the index table may not be enabled on the search instance, make sure to check that first.