Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Is there a way
- This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by
Ernest Marcinko.
-
AuthorPosts
-
December 17, 2020 at 5:27 pm #30799
Loot70
ParticipantDisplay 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 #30806Ernest Marcinko
KeymasterHi,
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
What exactly do you mean by that? Styling (width, height etc..) of the search bar, or live results list, or the results page?December 18, 2020 at 4:02 pm #30808Loot70
Participantis 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 #30829Ernest Marcinko
KeymasterHi,
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.
I think it would be around the same.December 21, 2020 at 3:48 pm #30840Loot70
Participant“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 #30844Ernest Marcinko
KeymasterWell 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.
-
AuthorPosts
- The topic ‘Is there a way’ is closed to new replies.