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

Reply To: Copying search results. Results disappear when clicked anywhere on page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Copying search results. Results disappear when clicked anywhere on page Reply To: Copying search results. Results disappear when clicked anywhere on page

#34085
Ernest MarcinkoErnest Marcinko
Keymaster

For the text selection, try maybe this custom CSS:

.asp_content * {
    user-select: all !important;
}

It should force the correct selection behaviour on all contents within the search bar.

For the results, the auto-populate feature should do the trick. It lets you display a number of results on the initial page load.