Search Results for 'theme'
-
Search Results
-
Hi,
WordPress version: 6.7
BuddyPress version: 14.2.1
https://onehomeplanet.com
The issue still happens with Twenty Twenty-Five themeThough BP says that changes are saved, they are only saved under BP Edit tab and in WordPress user profile, but not under BP View tab (which is the content visitors will see…).
Thanks for your help,
Philippe
Topic: Any buddypress builder?
Hi! I want to customize how my buddypress looks like, but I can’t find any plugin. The only one that is available is the buddybuilder for elementor.
Is there any plugin for spectra or astra themes? Thank you.
Hi BuddyPress Community,
I’m using BuddyPress to create a community on my website, but I’m having trouble with user profile pages not displaying correctly. When members view their profile, the layout is broken, and certain elements (like the profile picture and activity feed) aren’t showing up as they should.
Here’s what I’ve tried so far:
Checked for conflicts with my WordPress theme (using a BuddyPress-compatible theme).
Disabled other plugins to see if they’re causing issues, but the problem persists.
Cleared the site cache and checked the site in multiple browsers, but no luck.
Could there be a setting in BuddyPress I’m missing, or does anyone have tips for troubleshooting profile page display issues? I’d appreciate any guidance on how to get these pages to look as intended!Thanks in advance!
Hi
I’m using BBPress with BuddyPress in a WordPress site with MicroOffice theme. We’ve notice recently that the BuddyPress Activity Feed is no longer updating when someone Favourites a Forum post inf BBPress. I’ve tried turning off all other plugins to no avail. I’ve also delted and reinstalled buddypress.
Also I’ve notice the BuddyPress RSS feed is not working, and when I go into the activity feed domain.com/activity (for example) it will say 9 favourites but when you click o it you only see two listed. Its also not increasing from 9 when I click on forum items favourite button.
Does anyone have any ideas please?
Topic: page template for buddypress
I’m using the latest wordpress default block theme. Where can I swap template for buddypress pages? Currently buddypress is using the default “pages” template for all buddypress related pages.
How to apply another page template to buddypress? There is no way to “edit page”.Hi,
I have a buddypress theme installed that allows to handle WPJM plugin for job and resume registrations. For this latter I need the users to register as candidate or employer to control who can view resumes or post jobs etc.
However the theme dont have this per standard but their support where very kind to give me a suggested custom code to handle this. I cant get this to work and wonder if someone knows what might be missing?
This is what they wrote me for this question:
Create a Profile Field for “Role”: Set options like “Employer” and “Candidate” for users to select during registration.
Use Code to Assign the Role: A code snippet can assign the correct role based on the user’s selection in this profile field.Please let us know if you’d like guidance on the custom code snippet to achieve this or if you’d prefer assistance from a developer.
Here is a code snippet you can use to assign a user role based on the value selected in a custom BuddyPress profile field during registration. This example assumes the profile field is named “Role” and has values such as “Employer” or “Candidate.”
function assign_role_based_on_profile_field($user_id) { // Get the BuddyPress profile data for the registered user if (function_exists('xprofile_get_field_data')) { $role_value = xprofile_get_field_data('Role', $user_id); // Replace 'Role' with the exact name of your profile field // Assign the user role based on the profile field value if ($role_value == 'Employer') { // Assign 'employer' role $user = new WP_User($user_id); $user->set_role('employer'); // Replace 'employer' with the exact role slug } elseif ($role_value == 'Candidate') { // Assign 'candidate' role $user = new WP_User($user_id); $user->set_role('candidate'); // Replace 'candidate' with the exact role slug } else { // Default role if no specific selection is made $user = new WP_User($user_id); $user->set_role('subscriber'); // Or any other default role } } } add_action('bp_core_signup_user', 'assign_role_based_on_profile_field', 10, 1);
Make sure the roles employer and candidate are defined in your site.
I want to use the WPJM user roles as standard: employer and candidate. Not sure if the slug meant here is just ’employer’ and ‘candidate’ to be correct?
Best regards,
Flamuren
Topic: Groups and rtMedia Issue
Hi, looking for some pointers to resolve an issue that is not Theme specific (tested on two) and not sure when the issue surfaced. Using WP 6.6.2 BP 14.2.1 and rtMedia 4.6.21 When the Media tab in Groups is clicked the sub-menu items; ‘All’, ‘Albums’, ‘Photos’, ‘Video’ and ‘Music’ all point to an http url eg http://media/* and not one that includes the website domain and group name! Something must be corrupted as even with all other plugins deactivated the issue remains. The authors of the two pro themes say they don’t have an issue. Can anyone provide some assistance as to where I should look to resolve this? Thanks.
Hi friends
I don’t know if this happens to you
I have Buddy Press and rtmedia both installed in the latest version
When I try to access any group, the screen is foggy.
I have the Prespa theme installed
I have tried to fix it using custom CSS but it is impossible.You can see the result of this effect on this page:
https://alfeizar.net/groups/revit-iniciacion/media/Can you help me? Since the groups page is very important to me.
Thanks in advance and best regardsHello. I’m using Buddypress 14.1.0, WordPress 6.6.2. My site is romancingrarehearts.com
And I’m using the 2024 WP theme.After using the 2015 WordPress theme for years, BuddyPress no longer worked, so I had to change the theme. The member account delete button was visible on the 2015 theme but not on the 2024 theme. In the Buddypress settings under options, I ticked the box that says Allow registered members to delete their own accounts, but to no avail. Can anyone tell me how I can fix this problem, please? Thanks!
Hello everybody,
we need the buddypress members and single view to use a custom template.
But the Buddypress Content always tale te page.html template.I tried to make a cusotn template “buddypress.html” in the template folder, but the Members page makes no use of it.
Is there a way to adress a custom template-file in the twenty-twenst-four Theme?
Like the buddyvibes-trunk theme is doing it?Thank you a lot
Topic: Redirect Logged in users
When a users logs in they currently land in my homepage.
How can I have them redirectee to the BuddyPress Groups?
I am using the latest WordPress and BuddyPress versions, legacy theme.
Theme ised GeneratePress