-
mercime replied to the forum topic How do I make the "Activity" tab the main one? in the group How-To and Troubleshooting 14 years, 8 months ago
Usually, it just involves changing the order of the links in header.php or changing order using wp_nav_menu. What theme are you using?
-
mercime replied to the forum topic Migrating buddypress – groups are broken in the group Installing BuddyPress 14 years, 8 months ago
You can create a file, bp-custom.php, post in necessary code and upload to your wp-content/plugins directory
-
mercime replied to the forum topic Newbie – how to get members directory on member only pages in the group How-To and Troubleshooting 14 years, 8 months ago
Wrap link
`<li class=”selected”>
<a href="//” […] -
mercime replied to the forum topic Migrating buddypress – groups are broken in the group Installing BuddyPress 14 years, 8 months ago
https://codex.wordpress.org/Changing_The_Site_URL
https://codex.wordpress.org/Moving_WordPress== If I don’t have bp-config.php I just create it inthe buddypress plugin directory, right? ==
The internal Forum installation […] -
mercime replied to the forum topic Help? Problem with Item Tabs css after creating child theme from base… in the group How-To and Troubleshooting 14 years, 8 months ago
div.item-list-tabs ul {
list-style: none;
} -
mercime replied to the forum topic 404 error one Buddypress installation in the group How-To and Troubleshooting 14 years, 8 months ago
@tomchurch wrap code between backticks
` -
mercime replied to the forum topic How do I hide page titles, and edit which pages show up on my nav bar? in the group Miscellaneous 14 years, 8 months ago
@tntag what links do you want to delete from your main nav? If it’s one of the BP components – members, groups, forums – then delete the lines referring […]
-
mercime replied to the forum topic Buddypress compatiblity with WordPress themes? in the group Installing BuddyPress 14 years, 8 months ago
-
mercime replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 14 years, 8 months ago
@karmatosed thanks for updating https://codex.buddypress.org/releases/1-5-plugin-compatibility/
-
mercime replied to the forum topic Problem with Sign up page and Template/Feature options in the group How-To and Troubleshooting 14 years, 8 months ago
== Then what is the problem with BuddyPress Enabled site? ==
Nothing. “Site Creation Wizard” plugin hasn’t been updated since WP 3.0.4 and while it may work for you in current WP version, the BP version then was 1.2.6/1.2.7 […]
-
mercime replied to the forum topic How to add more tabs to the navigation bar in the group How-To and Troubleshooting 14 years, 8 months ago
Create a BP child theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
Copy over header.php from bp-default theme to your new child theme folder
Open up header.php and make changes there, […]
-
mercime replied to the forum topic how to remove a page from buddypress nav menu in the group How-To and Troubleshooting 14 years, 8 months ago
Go to pastebin.com and paste the code there. Click submit and post the generated URL here. Cheers.
-
mercime replied to the forum topic how to remove a page from buddypress nav menu in the group How-To and Troubleshooting 14 years, 8 months ago
delete activity
`
<li class=”selected”>
<a href="<?php echo site_url() […] -
mercime replied to the forum topic BuddyPress 1.5 updated themes list in the group How-To and Troubleshooting 14 years, 8 months ago
@karmatosed adding my thanks for getting this going 🙂 Hopefully, we’ll be adding more child themes in repo.
-
mercime replied to the forum topic Loss of drop down menu function in WordPress backend when buddypress plugin installed in the group How-To and Troubleshooting 14 years, 8 months ago
I recall seeing that issue in WP.org forums for WP 3.2 and it was fixed for WP 3.2.1 with BP 1.2.9. One of plugins by WP core devs could also help you https://wordpress.org/extend/plugins/hotfix/
-
mercime replied to the forum topic how to remove a page from buddypress nav menu in the group How-To and Troubleshooting 14 years, 8 months ago
@porkchops1987 It can be as easy as opening up your theme’s header.php and delete the other links you don’t need. What theme are you using?
-
mercime replied to the forum topic Change single tab colour in the group How-To and Troubleshooting 14 years, 8 months ago
@naijaping you’d have to add classes to the links you wanted to highlight to change the link color of each link. Or, you might want to change navigation […]
-
mercime replied to the forum topic How to add more tabs to the navigation bar in the group How-To and Troubleshooting 14 years, 8 months ago
You’d have to open up header.php of your theme and find the navigation links then probably hardcode the links to the page/s of your plugin. Hard to tell, no info on what theme you’re using or what method you use to call nav […]
-
mercime replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 14 years, 8 months ago
@suchaqd no, you didn’t both your install. https://buddypress.trac.wordpress.org/ticket/3389
- Load More
@mercime
Active 5 years, 7 months ago