Hello,
My client is asking me if is possible to add a search bar in the layer slider to search on the site given the fact you can add HTML above a gallery of images.
Do u guys know if this is possible to be done with the Enfold theme itself? or is it necessary to buy a plug-in?
thank you very much
JC
Hey Pector!
Please add search form as HTML in Div / Video tab http://i.imgur.com/weLyiaZ.jpg as following
<form action="http://localhost/Enfold/" id="searchform" method="get" class="">
<div>
<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello">
<input type="text" id="s" name="s" value="" placeholder="Search">
</div>
</form>
Best regards,
Yigit