BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Boss Theme XML updated files
- This topic has 35 replies, 3 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
December 10, 2015 at 6:43 am #54133@perich187Could you please try now as it shouldnt be. Maybe clear your cache .
Answers
December 10, 2015 at 12:20 pm #54154@
AnonymousHi @perich187, okay thanks will check that.
Regards
January 3, 2016 at 11:56 pm #55463@perich187Hello,
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
January 4, 2016 at 1:18 pm #55508@
AnonymousHi @perich187, Please confirm one thing so I can provide exact code that are you using search plugin or it is default theme search.
Regards
January 5, 2016 at 8:25 am #55579@perich187I think it could be the buddypress global search plugin. Would it be a change in that or the child theme search form ?
Thanks,
adam
January 5, 2016 at 8:34 am #55581@
AnonymousHi @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
- The question ‘Boss Theme XML updated files’ is closed to new replies.