Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Is there a way
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 3 years, 8 months ago.
- AuthorPosts
- December 17, 2020 at 5:27 pm #30799
Display results by default when the page loads-
Is there a way to only auto-populate search results when the search bar is clicked?and if I use Multisite with 3 big sites will the search be faster if I break the sites up or would it be about the same.
if I have a big database of 50k entries can I do some things to the server that will speed the search up? like more ram/CPU or other things
is there a way to set a hover color for the > and < of the results pages
and how to set breakpoints for mobile and tablets, not the post size breakpoints but the actual plugin breakpoints for results
December 18, 2020 at 1:45 pm #30806Hi,
Unfortunately the auto-poulate only works on the page load, it is not possible on the search input click, that would have to be custom coded.
The index table engine may help you with that, it should make a great performance impact, especially if you are having a lot of posts.
The results page layout is unfortunately controlled by the theme you are using, the plugin cannot affect that.
and how to set breakpoints for mobile and tablets, not the post size breakpoints but the actual plugin breakpoints for results
Best,
What exactly do you mean by that? Styling (width, height etc..) of the search bar, or live results list, or the results page?
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 18, 2020 at 4:02 pm #30808is there a way to set a hover color for the > and < of the results pages
you missed one =)
if I use Multisite with 3 big sites will the search be faster if I break the sites up or would it be about the same.
I need the media queries for the plugin it’s self so I can match them to my site.
like a custom CSS box for desktop and one for tablets and one for phones and be able to match them to my site. like the @media queriesDecember 21, 2020 at 10:31 am #30829Hi,
Well, you can use these media queries if you want to target specific resolutions.
if I use Multisite with 3 big sites will the search be faster if I break the sites up or would it be about the same.
Best,
I think it would be around the same.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 21, 2020 at 3:48 pm #30840“Well, you can use these media queries if you want to target specific resolutions.”
So I put the media queries in my custom CSS for the plugin?December 21, 2020 at 4:04 pm #30844Well you can use them in whatever custom CSS field. But these are only sample media queries, you still need to fill in the actual CSS rules you want.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
The topic ‘Is there a way’ is closed to new replies.