-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang glad to hear you got it working. The header widget is supposed to be where you put it. 😉 Just move it in your header.php file to where you want it to show.
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang what says your “footer and header are ready to be used as widgets.”? Did you place the proper code in functions.php?
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang– you don’t need step 2. You just need to place the code from step 3 into your header.php file where you want the widgets to show up. This article might help as well: […]
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang– why not widgetize your header! http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/
Make sure to do it in your BP child theme… don’t hack bp-default.
-
sbruner started the forum topic Upgrade error: 1.2.8 to 1.2.9 in the group How-To and Troubleshooting 13 years, 3 months ago
We had a BP site running WP 3.1.4 multisite and BP 1.2.8. Upgraded WP to 3.2.1 and immediately upgraded BP to 1.2.9. The upgrade seemed to hang and eventually timed out.
On the front end, everything seems to working fine. […]
-
sbruner posted on the forum topic After the Deadline & BuddyPress in the group Creating & Extending: 13 years, 5 months ago
Now available, for your spelling pleasure:
https://wordpress.org/extend/plugins/after-the-deadline-for-buddypress/ -
sbruner joined the group Creating & Extending 13 years, 5 months ago
-
sbruner posted on the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting: 13 years, 11 months ago
add the following in your child theme’s functions.php file;
add_filter( 'bp_search_form_enabled', false );
bye, bye, search box!
-
sbruner joined the group How-To and Troubleshooting 13 years, 11 months ago
@sbruner
Active 1 week, 6 days ago