-
Richie KS replied to the topic Best Way to Change Search Form in the forum How-to & Troubleshooting 10 years, 11 months ago
try filter only page search, add this to child functions
if( !function_exists( 'only_page_search_filter' )):
function only_page_search_filter($query) {
if ($query->is_search) { $query->set('post_type', 'page'); }
return $query;
}
add_filter('pre_get_posts','only_page_search_filter');
endif; -
Richie KS replied to the topic Problem with Activity Stream Buddypress 1.9.2 in the forum Showcase 10 years, 11 months ago
recon re-save bp pages settings in wp-admin->settings->buddypress
-
Richie KS replied to the topic modify twentyfourteen theme for buddypress in the forum How-to & Troubleshooting 10 years, 11 months ago
make sure the path is correct for activity.php in child theme.
should be themes/twentyfourteen-child/activity/your-file-to-edit-taken-from-bp-default-theme.php
and addadd_theme_support('buddypress');
to child theme functions.php -
Richie KS replied to the topic Mesocolumn – free theme for buddypress in the forum Miscellaneous 11 years, 7 months ago
thx for the info mercime, will check them out.
-
Richie KS started the topic Mesocolumn – free theme for buddypress in the forum Miscellaneous 11 years, 7 months ago
hiya guys, just wanted you guys know i release a free buddypress theme yesterday and hopefully it can be listed in wp theme directory and themes section here in buddypress.org/themes
you can checkout the details and download here:
please advise if this kind of theme annouce is allowed here ok. cheers
-
Richie KS replied to the topic Installed theme and have two problems in the forum Installing BuddyPress 12 years, 1 month ago
the ‘yo’ word were cause by the link title=” tag, try change them in your plugin or template.
go to httpxx://domain.com/wp-admin/options-reading.php and choose latest post instead of static page. see if that fixed […] -
Richie KS replied to the topic Edit Profile Link Leads to Blank Page in the forum Showcase 12 years, 1 month ago
first check if the buddypress setting ‘members’ page slug were saved correctly.
-
Richie KS replied to the topic Help me please in the forum Installing BuddyPress 12 years, 1 month ago
you need to make sure the template/theme ‘SmallBiz’ are buddypress compatible.
you can use the ‘template-pack’ plugin if its not bp compatible theme.
@rkcorp
Active 3 years ago