-
Author
Tagged: buddypress search text
-
January 15, 2016 at 14:35 #98665
sharmstr
ModeratorPut this in your child theme’s functions.php file. Change “My Custom Member Search Text” to whatever you want.
COPY CODEadd_filter( 'bp_get_search_default_text', 'change_default_search_text' ); function change_default_search_text( $default_text ) { if ( bp_current_component() == 'members' ) { $default_text = "My Custom Member Search Text"; } return $default_text; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 14:36 #98818olasatu
ParticipantI mean How to remove <?php get_search_form(); ?> and not search text or query
January 16, 2016 at 14:39 #98821sharmstr
ModeratorPut this in your quick css
COPY CODE#members-dir-search { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 15:06 #98827sharmstr
ModeratorPut it in Quick css.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 15:22 #98831sharmstr
ModeratorTheme Options > General: Quick CSS
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 15:33 #98833olasatu
ParticipantI need for the theme child, because with quick kleo css i had work with: #buddypress #members-dir-search{display:none;} = OK, But i need your help for theme child.
January 16, 2016 at 15:42 #98834sharmstr
ModeratorYour child theme’s style.css file isnt even loading. Why do you have so many files in your child theme?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 15:55 #98835olasatu
ParticipantHow do you know that, do you hack my theme kleo with … or my website.
January 16, 2016 at 16:00 #98836sharmstr
ModeratorBy viewing the page source.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 16:08 #98837olasatu
ParticipantOK, But i need your help for theme child how to remove searchform..?
January 16, 2016 at 16:15 #98841sharmstr
ModeratorI will help if you answer my previous question
“Your child theme’s style.css file isnt even loading. Why do you have so many files in your child theme?”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 16:32 #98848sharmstr
ModeratorI dont understand what you’ve done to your site. You should have /themes/kleo and /themes/kleo-child.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 16, 2016 at 16:44 #98851olasatu
ParticipantThat why i need your help for searchform with child css and also i need your help for the cellpending (space) between too wide
January 16, 2016 at 16:54 #98853sharmstr
ModeratorYou should have Kleo installed in /themes/kleo.
You should have the Kleo Child Theme install in /themes/kleo-child.
You should have the Kleo Child Theme enabled.
themes/kleo/style.css shouldn’t have any css it in.
themes/kleo-child should have style.css and functions.php in it and nothing else unless absolutely necessary.
themes/kleo-child/style.css should have your Kleo css overrides.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.