Nirav Hello guys, I stuck in custom discussion search bar. I want to move from top bar to banner section as per design which i was shared below. I've tried to research through some extensions and custom as well but i can't able to fix it. So can you please help me in it.?
PascalBoschma Hello 👋 I'm not sure what you exactly want. You want the search bar to be like the one on your screenshot?
Justoverclock Nirav > Justoverclock hi, for the search bar you can use "add custom html" in your admin dashboard under "appeareance". for the right sidebar you can use afrux widget core extension, and write your own component, or use my extension "custom html widget" to put your own code.
Nirav Justoverclock <div class="banner-top"> <div class="container"> <h1></h1> <p></p> <form class="example" action=""> <input type="text" placeholder="Search for discussion and questions..." name="search"> <button type="submit"><i class="fa fa-search"></i>Search</button> </form> </div> </div>
Justoverclock Nirav ok so if this is your code is normal that the search bar doesn't work, you need to write some action when the button is triggered