-
mercime replied to the forum topic Recommendation(s) – Need Your Help in the group Creating & Extending 14 years, 6 months ago
@chuckdev
== Integrate BuddyPress/ WordPress with a program that allows payment for membership levels? ==Yes. One that comes to mind is https://wordpress.org/extend/plugins/s2member/ – it has a pro version as […]
-
mercime replied to the forum topic Client updated buddypress and broke site. Help! in the group How-To and Troubleshooting 14 years, 6 months ago
Rename wp-content/plugins/welcome-pack folder to e.g. wp-content/plugins/welcome-pack-xx via FTP/cpanel/etc
-
mercime replied to the forum topic Buddypress Admin Bar/Menu Changes in the group Creating & Extending 14 years, 6 months ago
It happens, the answer comes up just after you post in the forums 🙂 Have a good weekend.
-
mercime replied to the forum topic Remove the Powered by WordPress and Buddy press info in the footer. in the group How-To and Troubleshooting 14 years, 6 months ago
@mrscooches You’re right. It was not in the theme’s settings. I found it in
custom-community/core/includes/theme-generator/theme-generator.php
The easiest way is to delete or replace the footer credit in […] -
mercime replied to the forum topic Buddypress installation error – URGENT help needed pls! in the group Installing BuddyPress 14 years, 6 months ago
That was fast 🙂 Cool.
-
mercime replied to the forum topic Move Buddypress from root to a subfolder in the group How-To and Troubleshooting 14 years, 6 months ago
@purplefilm BuddyPress is a WordPress plugin. Same method to use when moving WordPress, read these
https://codex.wordpress.org/Changing_The_Site_URL
https://codex.wordpress.org/Moving_WordPress
Backup Database […] -
mercime replied to the forum topic Compatibility Issue with Karma Theme in the group Installing BuddyPress 14 years, 6 months ago
Sure. As mentioned in a previous post, theme dev would know what to replace that with since title and the breadcrumb script won’t work with BuddyPress pages and you’ll be left with the search form. At this […]
-
mercime replied to the forum topic Frisco theme (BP 1.5) available in WordPress Theme Directory in the group Creating & Extending 14 years, 6 months ago
Firynze’s issue has been resolved https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/themes-broken-after-1-5-1-upgrade/
-
mercime replied to the forum topic Getting started with BuddyPress in multisite in the group Installing BuddyPress 14 years, 6 months ago
Set which blog ID BuddyPress will run on in multisite:
define ( 'BP_ROOT_BLOG', $blog_id );
Replace $blog_id with iD # of site e.g. […] -
mercime replied to the forum topic Buddypress installation error – URGENT help needed pls! in the group Installing BuddyPress 14 years, 6 months ago
Did you check your error logs? Where are you hosted? Finally, https://codex.buddypress.org/troubleshooting/blank-pages/#memory-limit
-
mercime replied to the forum topic How to upgrade Avenue K9 (BuddyPress BuddyPack) theme for bp 1.5 in the group How-To and Troubleshooting 14 years, 6 months ago
@naijaping you cannot use the child theme solution for the Avenue K9 theme because Avenue K9 is already a child theme of bp-default theme. Best to follow up with theme`dev whether he’ll update the theme.
-
mercime replied to the forum topic Upgrading from 1.5 to 1.5.1 in the group Miscellaneous 14 years, 6 months ago
@echiomega basically,
1. Go to https://buddypress.trac.wordpress.org/browser/tags.
e.g. BP 1.2.9 to BP 1.5.1, note Rev# of BP 1.2.9 == 4610.
2. Click on 1.5.1 link.
3. In new page, at the bottom left area […] -
mercime replied to the forum topic Remove the Powered by WordPress and Buddy press info in the footer. in the group How-To and Troubleshooting 14 years, 6 months ago
Check out Appearance > Theme options > Footer
-
mercime replied to the forum topic Buddy press in Romanian in the group Localization 14 years, 6 months ago
Join the team: https://translate.wordpress.org/getting-started
Dev area: http://wppolyglots.wordpress.com/
BuddyPress-specific: https://translate.wordpress.org/projects/buddypress/dev -
mercime replied to the forum topic Compatibility Issue with Karma Theme in the group Installing BuddyPress 14 years, 6 months ago
This is the code in header.php which renders that bar shown in the image you attached.
`?php
//retrieve value for sub-nav checkbox
global $post;
$post_id = $post-ID;
$meta_value = […] -
mercime replied to the forum topic Front end controls missing in the group How-To and Troubleshooting 14 years, 6 months ago
You should be able to get support from theme devs for the premium theme.
-
mercime replied to the forum topic My post and my members post are getting sent to spam. in the group How-To and Troubleshooting 14 years, 6 months ago
Are you on single site or multisite? How are the members posting to the blog, via backend or a frontend plugin (which one)?
-
mercime replied to the forum topic Compatibility Issue with Karma Theme in the group Installing BuddyPress 14 years, 6 months ago
1. Open up your karma’s header.php and Save As header-buddypress.php. At the very bottom of header-buddypress.php, insert this code:
`!– header-area —
!– end rays —
!– end header-holder —
!– end header […] -
mercime replied to the forum topic How to Change the Font Size For Activity? in the group How-To and Troubleshooting 14 years, 6 months ago
body.activity #activity-stream p { font-size: 14px; }
change font-size to taste -
mercime replied to the forum topic blogroll to buddypress 1.5 in the group Miscellaneous 14 years, 6 months ago
- Load More
@mercime
Active 5 years, 7 months ago