Closed ghost closed 6 years ago
I am trying to add a search box to the menu, however it does not show on the menu.
The code is completely removed by the plugin, how do i go about adding this?
This is the code i'm trying to add within the nav tag:
<ul class="search"> <li> <div class="input-group input-group-sm pt-1 w-75"> <input type="text" class="form-control search-form-control" aria-label="Amount (to the nearest dollar)"> <div class="input-group-append"> <span class="input-group-text search-icon"> <i class="fa fa-search" aria-hidden="true"></i> </span> </div> </div> </li> </ul>
It's a bug. I'll prepare a fix for that.
@Asadlerpwcom new version is out, can you please check it and let me know if everything is working properly now. Thanks.
Works perfectly thanks!
I am trying to add a search box to the menu, however it does not show on the menu.
The code is completely removed by the plugin, how do i go about adding this?
This is the code i'm trying to add within the nav tag: