Hi!
The awesome ajax search function didnt show up in the header menu as default.
How can I get it there?
Hi,
It should be there by default. Can you give us a link to your website?
You can add this on your custom.css or Quick CSS
#menu-item-search {
display: block;
}
Regards,
Ismael
Thanks Ismael,
I’ve tried adding that code to custom.css but it doesn’t work. My website is currently in under-contruction mode. Can I send you an email?
the following code is not in the header on my website, got it comparing my website to the enfold theme demo with firebug
data-avia-search-tooltip=” <form action=”http://kriesi.at/themes/enfold/” id=”searchform” method=”get”> <div> <input type=”submit” value=”🔍” id=”searchsubmit” class=”button”/> <input type=”text” id=”s” name=”s” value=”” placeholder=’Search’ /> </div> </form>” style=”height: 88px; line-height: 88px;”>
Hi!
Did you assign your menus (Appearance > Menus) to a theme location? Otherwise the search won’t work.
Best regards,
Peter
Works now! Thanks Dude!! :D