• Question: is it possible to have the search in the header menu? I’m not using the topbar menu at all and my website lost that nice magnifying glass…

    Suggestion if it’s not possible: let us choose where to display the search menu. I know it’s not THAT ez but since we can avoid using the topbar menu, it seems… Logical. ??

    I did a search menu item linked on a blank search query but it’s far from a perfect solution.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Cafeine

    (@cafeine)

    (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.

    Theme Author presscustomizr

    (@nikeo)

    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

    Thread Starter Cafeine

    (@cafeine)

    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. ??

    Thread Starter Cafeine

    (@cafeine)

    It’s working perfectly, thanks again to both of you!

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search available in header menu ?’ is closed to new replies.