Search Results for 'wordpress'
-
Search Results
-
Hi, I am not able to turn on the settings for “Allow upload from activity stream” in settings->buddypress> rtMedia -> buddypress. No matter how many times i change it and click on save settings, its still remains the same. please help. I am using localhost wordpress dashboard
Topic: Can’t locate redirect
when someone wants to register on my website. he presses log in but the BuddyPress window does not appear in his place a WordPress window that appears. can you help me please
I’m getting sick of this plugin, nothing is ever simple.
The member page is so inflexible that it goes against everything WordPress was built for.
You can’t even change the name of the ‘Home’ tab on the member page without hardcoding into a php file.I want to add a custom tab with information for logged-in members and a contact form and there’s no way to do it.
At least not a simple way.
Does anyone know a simple way to add some custom content to a tab with the need for editing php?
Hi there,
I have started building wp community using BP.
I created a test account using the BP register function. When I try and login it redirects me to:
https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fwordpress.com%2Fwp-login.php%3Faction%3Djetpack-sso%26site_id%3D174275720%26sso_nonce%3Dtzrqdu6inkxwmhwn0upeIs there some code I need to configure to get to redirect to home page or activity page? I downloaded and installed the redirect plugin for roles but doesn’t seem to work either.
I assume there is a line of code overriding this but not sure where to find.
Thanks in advance
Ben
Wordpress 5.4
Buddypress 5.2
Theme: Twenty NineteenVersion: 1.5Hi guys
I’m looking to create a custom theme built around BP Nouveau and have dequeued the css, but doing so makes the member and group cover images disappear.
In BP legacy it was possible to follow this tutorial (https://codex.buddypress.org/themes/buddypress-cover-images/), but in Nouveau it doesn’t seem work.
Here’s the old code for it
function mytheme_cover_image_callback( $params = array() ) { if ( empty( $params ) ) { return; } return ' #buddypress #header-cover-image { height: ' . $params["height"] . 'px; background-image: url(' . $params['cover_image'] . '); } '; } function mytheme_cover_image_css( $settings = array() ) { $settings['callback'] = 'mytheme_cover_image_callback'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 ); function your_theme_cover_image_css( $settings = array() ) { $theme_handle = 'bp-parent-css'; $settings['theme_handle'] = $theme_handle; $settings['callback'] = 'mytheme_cover_image_callback'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 );Anyone got an idea?
Thanks for your time!
Hi there,
I don’t understand why this is so complicated.
When people register they are required to enter a username and a name. Their username is not changeable after that, I understand that this is WordPress default functionality.
Though:
- what is entered at “Username” is shown on someones profile page like: @name
- what is entered at “Name” at the register form is filled in the field “First name” and “Nickname”
- Display name is set as “Nickname / First name” – since they are the same
– Why isn’t just the display name used for BuddyPress on someones profile?
– Or why is the username shown on the members profile since that cannot be changed by anyone?
– Why is there a field “Username” AND “Name” (which is also required) on the register form? I think having a Username field would be enough which is also automatically the “Nickname”.I hope I’m thinking too difficult here and there is some easy explanation.
Looking forward to someones reply.
Thanks in advance.Justin
Hi there,
Got a weird error. In my custom theme header I try to call this function:
bbp_is_single_user_profile()And I got the error:
Uncaught Error: Call to undefined function bbp_is_single_user_profile()After some research this function is correct right? I want to check if you are on a member page, since every page has it’s own source of an header image. This case from the cover image of the member.
I use the latest version of WordPress and BuddyPress. Also there are no other plugins installed since it’s in development.
Thanks in advance.
JustinHello, I have been breaking my head with this little thing for a while, all I want is for the activity page to refresh automatically without having to click the “Latest Updates” button, something like Twitter, Facebook, etc. Is that possible or has not been implemented yet ??? I use WordPress 5.4 and BuddyPress 5.2.0
Hi,
I have a problem with the Buddypress menu. The menu of the theme is covering the buddypress profile part. Ctrl + F5 then fixes this for a short moment. Switching to another page leads to the same situation then again though. The theme is OceanWP in actual version.
To have the Buddypress menu half covered by the page menu is a bit unsatisfying. Is this a known issue? Does somebody have an idea how to fix it? Any help is highly appreciated.
Kind regards
ArunderanHere a shot of the problem
