BuddyBoss Home – Web Support Forums Themes Boss. theme Mobile Options always with global search bar

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #46229
    @tomastd

    How can I do to have always the search bar in the mobile theme?

    Now the options are “hide” and “Replaces title/logo when logged in”

    Can it be a “show always” option, please?

    Thanks!

    Answers

    #46250
    @vapvarun

    Hi @tomastd
    You can easily customize header.php inside child theme and modify content inside

    with

    
    <?php
                        echo get_search_form();
                    ?>
    

    Regards
    Varun Dubey

    #46309
    @tomastd

    Thanks!!!

    Actualy, I changed the line 360 to ” <?php if(get_option(‘boss_search_instead’) == ‘1’ ) : ?>”

    It is working now.

    Thanks!!!

    #46332
    @vapvarun

    🙂 Glad you find that code , I will close this topic
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Mobile Options always with global search bar’ is closed to new replies.