Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ebay Search Bar
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 4 years, 10 months ago.
- AuthorPosts
- May 7, 2018 at 9:47 pm #17776
Is there a way to get a search bar like that of Ebays where the category box is there instead of the arrow icon?https://www.ebay.com/
If so, what would the settings be?
Thanks!
May 8, 2018 at 8:51 am #17778Hi,
Something similar might be possible. The closest example to that on the demo is this one: https://wp-dreams.com/knowledge-base/demo-setup-staff-search-and-filter/
There is a tutorial for it as well, you can find it here: https://wp-dreams.com/knowledge-base/demo-setup-staff-search-and-filter/
It uses different methods to achieve that layout, one of them is the shortcode generator: Documentation – Shortcode generator.In your case it is almost the same, but you only need the search bar and the settings shortcode. So once you have set up the filters, you can try for example this custom shortcode:
[wd_asp elements='search,settings' ratio='60%,30%' id=1]
(don’t forget to change the search ID in this shortcode)
There are also standalone shortcodes for the search bar, settings box and the results container, which you can use on page builder plugins or the post editor screen. For example, if you have side-by-side live editor modules, you can place the search shortcode into the left, and the settings shortcode to the right.
Search bar shortcode
[wpdreams_ajaxsearchpro id=1]
Settings shortcode
Best,[wpdreams_asp_settings id=1 element='div']
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.