how to remove the search box from header and add it to a widget?

Posted in: Newspaper
Post count: 19

hello
i was wondering if you can show me how to remove the smart search box from the header and use in a widget

Post count: 22421

Hi,
You can hide the header menu search widget with css like so:
.td-search-wrapper{
display:none!important
}

And then you can use the search inside a widget in the sidebar like so: http://screencast.com/t/AWHGoqXXU5s1
Thanks.

Post count: 19

hi Bogdan ,
thank your answer,
I know how to do that , but I want the smart search , the search with suggestion that is in the header (Live search with ajax and up down keys) to use in a widget , and not wordpress search

waiting for your answer

Post count: 22421

Hi,
Unfortunately the live search cannot me moved so easily. It was created directly inside the menu. It was not meant to be a widget. The code for the live search can be found here: http://screencast.com/t/HFtGdMrCeXxS and http://screencast.com/t/Rhe4vE4CZKww
You will need substantial coding knowledge in order to replicate the code and create a widget based on it. Unfortunately we cannot help you in this matter as it falls beyond what support can offer you.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.