Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Copying search results. Results disappear when clicked anywhere on page
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 1 year, 8 months ago.
- AuthorPosts
- July 20, 2021 at 3:55 pm #34013
Hi there,
Two issues that I cannot resolve for https://geraldhannon.com/articles/ — passcode to get into the site is: gerald
1. we cant copy the text that is the search results. I think this is being disabled through javascript is there a way to make the text copy able?
2. when you click outside the box anywhere on the page, the results disappear. can we somehow make the results stay?
July 21, 2021 at 8:57 am #34016Hi,
1. Try turning off the scrollbar script right here. As far as I know, that is using pointer event prevention because of scrolling. It should resolve the selections issue.
2. You can turn that behaviour of here: https://i.imgur.com/bGBFDHI.png
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 28, 2021 at 3:40 pm #34081Hi there,
I still cannot copy text — it seems its somehow disabled and what you recommended did not work. is there another way to approach this ?
Also wondering, is there a way to have all the results show on the page on load — then users can use search function to narrow down their search?
thanks,
July 29, 2021 at 8:23 am #34085For 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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.