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

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

    #54527
    @tomastd

    In this closed thread I found the solution, but after the upgrade to Boss 2.0, I think that the header.php file has changed.

    https://www.buddyboss.com/support-forums/topic/mobile-options-always-with-global-search-bar/

    Can you tell me where to do it?

    Thank you!

    Answers

    #54528
    @vapvarun

    yes @tomastd
    the structure of the header.php is updated
    You can copy new header.php from parent theme to child theme and add your edits inside it
    Regards

    #54532
    @tomastd

    Sorry, I found it.

    /template-parts/header-mobile.php line 14

    I changed the line:
    from: if ( boss_get_option( ‘boss_search_instead’ ) && is_user_logged_in() ) {
    to: if ( boss_get_option( ‘boss_search_instead’ ) ) {

    Regards!!!

    #54542
    @vapvarun

    🙂 Great
    Regards

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