(And by the way, topbar menu seems to fail to work on mobile, so there’s that too… ;p)
Hi Cafeine,
if you’re using Hueman 3.3.8 add this code to parts/header-nav-main.php right before </nav><!--/#nav-header-->:
<div class="container">
<div class="container-inner">
<div class="toggle-search"><i class="fa fa-search"></i></div>
<div class="search-expand">
<div class="search-expand-inner">
<?php get_search_form(); ?>
</div>
</div>
</div><!--/.container-inner-->
</div><!--/.container-->
Also make sure you set the option “Topbar and header menus, logo centered” in the Customizer: Header Design > Header design: colors, mobile settings.
Hi @cafeine, Thanks for this feedback.
Making the search bar available in various location / context is something that needs to be implemented in the theme.
I’m currently working on more flexibility for it.
About the topbar menu failing to show up on mobile, make sure that you have assigned a menu to the topbar location, and that this is the one assigned to your mobile menu in customizer > Menus > Locations.
Let me know if it helps
Thanks a lot for the answers, both or you!
I’ll check again for the menu on mobile, but I’m pretty sure I had everything set up correctly for the mobile top bar. I’ll double check!
And again, thx a lot for the amazing work on this theme. ❤️
It’s working perfectly, thanks again to both of you!
🙂