BuddyBoss Home – Web Support Forums Themes Boss. theme Boss Theme XML updated files

Viewing 6 posts - 31 through 36 (of 36 total)
  • Question

    #54133
    @perich187

    Could you please try now as it shouldnt be. Maybe clear your cache .

    Answers

    #54154

    Anonymous
    @

    Hi @perich187, okay thanks will check that.

    Regards

    #55463
    @perich187

    Hello,

    I am needing help in regards to changing the text within the search area.

    Please check the attachment.

    I want to change the text from type to search > Search for members, events, social groups…

    Please help 🙂

    Regards,

    Adam

    #55508

    Anonymous
    @

    Hi @perich187, Please confirm one thing so I can provide exact code that are you using search plugin or it is default theme search.

    Regards

    #55579
    @perich187

    I think it could be the buddypress global search plugin. Would it be a change in that or the child theme search form ?

    Thanks,

    adam

    #55581
    @vapvarun

    Hi @perich187

    copy searchform.php from parent theme to child theme and you can make you edits inside this file.
    Line number 10 contain Search for, you can replace with your own.

    
    <?php
    /**
     * The template for displaying search forms in Boss
     *
     * @package Boss
     */
    ?>
    <form role="search" method="get" id="searchform" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
        <div class="search-wrap">
            <label class="screen-reader-text" for="s"><?php _e( 'Search for members, events, social groups:', 'boss' ); ?></label>
            <input type="text" value="" name="s" id="s">
            <button type="submit" id="searchsubmit"><i class="fa fa-search"></i></button>
        </div>
    </form>			
    
    

    I will close this topic, please create a new topic for any further queries.

    Regards
    Varun Dubey

Viewing 6 posts - 31 through 36 (of 36 total)
  • The question ‘Boss Theme XML updated files’ is closed to new replies.