Search Results for 'theme'
-
Search Results
-
Topic: Various questions.
Hey.
I am looking into BuddyPress.
For a Norwegian Permaculture web site using the Site Editor and Twenty Twenty Three theme.Should I have a subdomain with another installation of WordPress containing BuddyPress to not cloud up the default site?
Should I just add it into the default site?
I am wondering if someone creates a kind of mini video tutorial going through BuddyPress? Kinda like twice a year there is a tips and tricks in beginning with BuddyPress. A kind of 7-10 minute video just going through the standard.Should I add bbPress into BuddyPress?
Basically what would be helpful is to have some better visual documentation.
Btw I found this: https://github.com/buddypress/buddypress/tree/master/docs/user/getting-startedThank you.
Topic: Member Profile Activity
Hello guys!
I’m going crazy from trying to find the answer to this one, I hope you’re able to help! 🙂
I noticed that the only person wo can see their activity, groups, friends and content under their profile page is the user itself (at least on the theme I’m using). I can’t even (as admin) go to others user profile and see their content. I’ve noticed on other themes that this content IS available for other users (which makes sense) – the theme I’m currently using gives the user the option to post “public, private or to friends” – so there is no need for it to be “hidden”.
I would like my users to be able to “browse” other members profiles – hope that makes sense!
I really appreciate anyone who can help me figure this one out! 🙂
Thanks!
I’ve created an Elementor footer in the theme builder and applied it to the entire site. It appears at the bottom of every page as expected on desktop. However, in mobile view it loads just below the header and above the member content on the member profile pages only. It is correct on the groups and members directories, just not on the profile page. Here is the link to one of the member profiles –
https://thesiteshark.com/ccc/members/plhuston/
Topic: Registration stopped working
Been on BuddyPress for years. Just got an email from a user today that was unable to register. I tested it out and on submission I get a screen flash, then nothing. There are no errors in the dev tools console. There are no php errors logged. I’m a little stumped. I switched themes to a default 2024 theme, and the issue happens on that as well. Would appreciate any suggestions.
I’m experiencing issues with the password field on the registration form. While it’s not displaying a password that exists (and every time I refresh it, it updates to a different one), it displays something random for any user who finds this page. I think this is why we keep getting so many spam requests…
Is there any way to hide that field input by default?
I found another topic here regarding a different theme conflict: https://buddypress.org/support/topic/password-key-input-invisible-by-default-help/
TIAWordPress: 6.5.3
Theme: BuddyX
URL: /wp-admin/users.php?page=bp-profile-editI cannot update the extended profile.
Reason is the missingjQuery( '#'+formid+' .all_errors' )
element on the extended profile edit page.
The page uses ProfileGrid JS to handle the form submit eventfile: /wp-content/plugins/profilegrid-user-profiles-groups-and-communities/admin/js/profile-magic-admin.js
line 1689:var error = jQuery( '#'+formid+' .all_errors' ).html(); if (error == '') { return true; } else { return false; }
Since the
jQuery( '#'+formid+' .all_errors' )
element is missing,error = undefined
, which results in the else part and returns false. The form will never be submitted.I fixed it, adding following workaround code at line 1689:
if (jQuery( '#'+formid+' .all_errors' ).length == 0) { jQuery( '#'+formid).prepend('<div class="all_errors" style="display:none;"></div>'); }
Better would be, to add the missing div in the pages markup. Your turn. 🙂
Hello
I’m running a community-site and would like to adjust the replies within the activity stream.
Right now the comments are nested and all looks great. Within the theme it’s setup to show 5-6 comments before it adds a “load more” button in order for the activity stream not to be too long. This is however not available on the replies to the comments and now when people reply to the same comment – it just keeps going.Is there any way to make the replies on the comments nested too?
I can’t seem to find any code, plugin or answers within forums (only about nesting the comments itself, but not the replies). 🙂
Thanks
Hello, I need to add a sidebar with some widges to the members-loop page.
With Astra, the theme that I am using I can set the sidebar for each page -> static pages. But not the dynamic bp members pages. Either all pages of the website has the same sidebar or none.
How can I solve this? Tried bp classic plugin to load the members page in editor but the theme option has no effect. Has it be overwritten by Noveau template? Is there any easier handling for this in the bp roadmap?
Help appreciated!i am working on buddy press with buddy X theme. i would like to change ‘add to favourites’ to ‘like’ and also i want the see count of people who had like the activity….please help!!
I have inserted this code in bp-custom.php:
<?php
function my_redirect() {
wp_redirect( home_url() );
error_log(‘Hello log’);
exit;
}
add_action( ‘bp_groups_posted_update’, ‘my_redirect’ );
?>Writing is done to the log file, but there is no redirect after a user has posted an update in “Group Activities”. Why not?
As a test, if I use “wp_redirect( ‘https://buddypress.org/’ );” instead of “wp_redirect( home_url() );” and use the action hook “init” instead of “bp_groups_posted_update”, and press F5, I am redirected to https://buddypress.org/.
I use the latest version of WordPress and BuddyPress.
BuddyPress is the only plugin activated.
WordPress is installed in a subdomain.
My issue still happens with themes Twenty Twenty-One, Twenty Twenty-Two, Twenty Twenty-Three and Twenty Twenty-Four.
Since updating to 12.4.1 the /members/ and /groups/ pages show profiles and groups layout rather messed up. Not complaining – looking at 12.4.1 updates notes that say the update is related to widget security makes me think it’s something to do with that as these are widget-like sections that broke. I’m using GWANGI theme.
I wondered if anyone had the same issue and a simple WP/BP fix or suggestions I can do in /wp-admin/ or code. Meanwhile I will contact the theme maker to see if it’s their end.
Thanks.