Search Results for 'buddypress'
-
Search Results
-
Hi there,
I have installed buddypress and everything is working except there are no “add friend” or public/private message buttons under the cover photo, to the right of the profile photo.
Troubleshooting steps I have already taken:
1. Plugins – I deactivated them all except buddypress, refreshed page, no buttons.
2. Theme – I am using a theme called Video Pro which is compatible with Buddypress and has some integration settings too. Others seem to be using Buddypress fine and there are no issues on their support forums with it.
3. I deleted the plugin and reinstalled a fresh version. Still no buttons.
4. I am running this on a regular domain, not a subdomain but I have the site password protected. I added a couple of users to Buddypress so that there would be friends to add. If I go to the member directory I can request friend there but not from the other buddypress pages as I expected to see.
5. The code in the area I think they should be looks like this:
<div id="item-header-content"> <h2 class="user-nicename">@gatehousedesign</h2> <ul class="member-header-actions action"> </ul> <div class="item-meta"> <span class="activity">active right now</span> </div><!-- #item-meta --> </div><!-- #item-header-content -->Anyone have any ideas? Much appreciated if you do. Maybe there’s some privacy setting I haven’t unchecked…? Or a conflict? I don’t see any errors in console.
Thanks,
GWDTopic: Disable email style
Hello!
I was reading the documentation but I can not understand how to disable the buddypress templates, since I am using a general template for all wordpress and they overlap. I tried editing by deleting the styles of single-bp-email in my theme but this invalidated the visualization of the message.
Could you help me? Thank you very much !!Topic: Group is not working
Hi
I am using buddypress but not bbpress community for my wordpress network site. When I send group invitation to a user and he clicks on the notification to join it redirects the user to home page of the site.
how can i fix it? i mean how to access groups?Is it a must to use bbpress?
I wanted to know How to make “Follow” system, not “friends” system in Buddypress?. Please help me..
Dear all,
I just built my entire subdomain around Buddypress and launched last week. However, it gives endless redirect loops. The problem stops as soon as I deactivate the BuddyPress (core) plugin, and returns immediately I reactivate.
Kindly assist.
Thank you.
I want to show buddypress message component to my own account page.
At first I thought it will be as easy as calling messages_screen_inbox();But it didnt work. How to display only the message tab from buddypress?
Topic: Page reload
Hi
Everytime I click on a link on my (buddypress integrated) site the page reloads from the top. E.g. when I’m going from the “activity” link to the profile edit and the profile photo link the pages reloads from the top.
It is annoying – does anybody know how to make the loading of the different pages under the buddypress plugin more smooth?Hi, I would like to set a css class/style (in this case “font-weight: 400;”) to a $field_data in a buddypress function and I’m not really sure how can I do that. This is the code:
function yzc_add_xprofile_field_data_after_username( $name ) { if ( bp_is_members_directory() ) { $field_data = xprofile_get_field_data( 'Age', bp_get_member_user_id() ); return $name . ', ' . $field_data; } return $name; } add_filter( 'bp_member_name', 'yzc_add_xprofile_field_data_after_username', 10 );
Thanks a lot!
I have a site set up with WordPress and have BuddyPress installed on it. I am running the Reign Theme currently on my site. When I log in as a user to test the site I have an issue when uploading a new profile picture. I can select a photo and click upload but it will not show my profile picture when the crop option pops up. I can hit crop but not see anything and it will upload my profile picture. I need to change it where the user can see their photo when the crop option pops up. I have already deactivated all my plugins and used a basic theme and it did not fix my issue. If anyone can help me that would be great.
I am new in buddypress.
Wandering that can I replace the post comment system to what’s new form?
Searching this function for many hours.