Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Extending Search Functions
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 6 years, 9 months ago.
- AuthorPosts
- November 28, 2017 at 5:22 pm #15661
To Whom It May Concern,
I would like to extend your awesome Ajax Search Pro plugin, is it possible to have the search crawl an external page? I want my current site to crawl: http://sgmh.uat.staywellknowledgebase.com/ and pop up with results but unsure of how to do so. Also, I would like to use CSS on the autocorrection feature to stylize it to my needs, but am unsure of how to do so.
Thank you for your time and help,
Jeremy Redkey
Web Developer
951-463-0483November 28, 2017 at 8:27 pm #15665Hi Jeremy,
That unfortunately is beyond the plugins capabilities. The search uses the local database to search for content, not the actual visible content. Therefore it is not possible to index 3rd party sites, I’m sorry.
It depends on how do you want to style the autocomplete. It is a secondary input, that is absolutely positioned just above the search input field, so it hovers under it. Basically the search an the autocomplete are on top of each other. The autocomplete input field can be accessed with custom CSS rules like so:
.proinput input.autocomplete { color: red !important; }
This sample code will change the color of the text to red.
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.