Plugin Author
ILLID
(@mihail-barinov)
Hi.
You can add AWS search form anywhere you like by using this line of code:
echo do_shortcode( '[aws_search_form]' );
Plugin Author
ILLID
(@mihail-barinov)
Or you need layout when search form appears when you click on search icon?
Hello ILLID and thank you for the response!
I need the main WP search to be disabled and the AWS search to be activated in it’s place. The real issue is that there is a main search bar on the site that I need to pull AWS search results.
Screenshots below of main site search:
https://snag.gy/YZMIie.jpg (search icon)
https://snag.gy/FtqVDP.jpg (search box)
https://snag.gy/YqVsrl.jpg (search results)
I need those results to be replaced with AWS search results.
Thank you again and sorry for not being able to pick up code things quickly. I am building this site for my own business (alone) and I am beyond novice level.
Hello,
I am supporting this request, it would be a great addition if it could replace the native WordPress search.
Thanks a lot
Plugin Author
ILLID
(@mihail-barinov)
Well there is some problems with this.
Main – AWS plugin doesn’t have separated page with search results. So if you replace native search box with aws than all search results will be shown in the dropdown. And this can lead to some layout problems.
You can manually add aws search form instead of custom one, but in this case you will need to make some css changes in order to have good looking form in the new place.