-
@mercime replied to the forum topic How to remove "by" in the homepage in the group Creating & Extending 14 years, 1 month ago
It’s in the index.php file
-
@mercime replied to the forum topic Customize CSS w/ Sliding Door Theme… And where's my login page? in the group How-To and Troubleshooting 14 years, 1 month ago
@thesurfinstitute Following is the simplest way to make your theme compatible:
If you’ve changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP […]
-
@mercime replied to the forum topic Customize CSS w/ Sliding Door Theme… And where's my login page? in the group How-To and Troubleshooting 14 years, 1 month ago
== There’s really nobody out there that can assist me with this!? ==
@thesurfinstitute We’re all volunteers here living in different time zones and it just happened that your post got overlooked. A polite bump […]
-
@mercime replied to the forum topic No Follow Button Under User Profile in the group How-To and Troubleshooting 14 years, 1 month ago
BuddyPress Followers plugin works only with BuddyPress plugin activated.
I recommend that you post at WordPress forums for assistance in seeking for plugin/s that would meet your needs. Before posting there, […]
-
@mercime replied to the forum topic [Resolved] Making ”mantra” theme buddypress compatible in the group How-To and Troubleshooting 14 years, 1 month ago
Widget title alignment is corrected and updated in my previous post. Found out the conflicting style is inline and so we need to add the !important in stylesheet.
-
@mercime replied to the forum topic [resolved] Changing ”Groups” to ”Teams” in the group Miscellaneous 14 years, 1 month ago
== Is there a way to make the change from “Groups” to “Leagues” happen everywhere? ==
Yes. Use language translation file as in https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
-
@mercime replied to the forum topic No Follow Button Under User Profile in the group How-To and Troubleshooting 14 years, 1 month ago
1. You should be using BuddyPress 1.5.4 with WP 3.3.1
2. You need to have “pretty permalinks” ==> dashboard menu Settings > Permalinks – and set permalinks to other than default. -
@mercime replied to the forum topic Error 500 in the group Installing BuddyPress 14 years, 1 month ago
-
@mercime replied to the forum topic No Follow Button Under User Profile in the group How-To and Troubleshooting 14 years, 1 month ago
@roxanne-bland WP/BP versions? Site URL?
-
@mercime replied to the forum topic Feature Requset: Global rename abilty for the word "Group." in the group Requests & Feedback 14 years, 1 month ago
1. https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Create bp-custom.php and add?php
define ( 'BP_GROUPS_SLUG', 'guilds' );
?2. […]
-
@mercime replied to the forum topic No Follow Button Under User Profile in the group How-To and Troubleshooting 14 years, 1 month ago
@roxanne-bland not right. Go to dashboard menu, Plugins Add New and enter “bp template pack” in keyword and click on “install” button in pop-up.
@BlinkyBill01 you don’t need to add a break tag. Instead, […]
-
@mercime replied to the forum topic BuddyPress group creation broken in the group How-To and Troubleshooting 14 years, 1 month ago
BP and WP versions? Could be a theme or plugin conflict. Have you tried basic troubleshooting by changing to bp-default theme and deactivating all plugins except BuddyPress?
-
@mercime replied to the forum topic [Resolved] Making ”mantra” theme buddypress compatible in the group How-To and Troubleshooting 14 years, 1 month ago
Add the following in your stylesheet
#primary .widget-title {
text-align: left !important;
}
[Updated: 03-04-12] -
@mercime replied to the forum topic No Follow Button Under User Profile in the group How-To and Troubleshooting 14 years, 1 month ago
To make your WP theme compatible with BuddyPress, you’ll need to install and activate BP Template Pack plugin then go through Appearance > BP Compatibility process
-
@mercime replied to the forum topic Fixing alignment of WP theme – Ingsignio Portfolio theme in the group Installing BuddyPress 14 years, 1 month ago
You’re welcome. Simple way yes – vote 5 stars for BuddyPress at https://wordpress.org/extend/plugins/buddypress/ 🙂
-
@mercime replied to the forum topic No Follow Button Under User Profile in the group How-To and Troubleshooting 14 years, 1 month ago
You’re referring to BuddyPress Followers plugin, right? What theme are you using? Follow button shows up/works when you’re using bp-default theme or WP theme with BP Template Pack. If you’re using custom BP […]
-
@mercime replied to the forum topic Fixing alignment of WP theme – Ingsignio Portfolio theme in the group Installing BuddyPress 14 years, 1 month ago
B. At the bottom of the same 16 files, replace:
!-- .padder --
!-- #content --
?php do_action( '//DIFFERENT HOOKS' ); ?
?php get_sidebar( 'buddypress' ); ?
?php get_footer( 'buddypress' ); ?with […]
-
@mercime replied to the forum topic Fixing alignment of WP theme – Ingsignio Portfolio theme in the group Installing BuddyPress 14 years, 1 month ago
@mosaicrob You will change 16 template files within the 6 BP folders transferred to your insignio theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template […]
-
@mercime replied to the forum topic BP Template Integration with WP Flexishop Theme in the group Installing BuddyPress 14 years, 1 month ago
@jamesmcbennett Sorry, missed the header-wrapper div. Open up your header-buddypress.php file and above
add
`
?php get_template_part( ‘flexi-header’ ); ??php if (class_exists(‘WP_eCommerce’) && […]
-
@mercime replied to the forum topic My Account Link in the group How-To and Troubleshooting 14 years, 1 month ago
Do you mean something like this https://wordpress.org/extend/plugins/buddypress-profile-menu/screenshots/
- Load More
@mercime
Active 5 years, 7 months ago