Search Results for 'wordpress'
-
Search Results
-
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, BuddyPress.
First, visit your website (https://krushivaldemo.com/) and check for any visible issues. Next, visit the page where the error was caught (https://krushivaldemo.com/wp-admin/themes.php?page=gutenberg-widgets&legacy-widget-preview%5BidBase%5D=jnews_tab_post&legacy-widget-preview%5Binstance%5D%5Bencoded%5D=YTo3OntzOjE3OiJoZWFkZXJfYmFja2dyb3VuZCI7czowOiIiO3M6MTc6ImhlYWRlcl90ZXh0X2NvbG9yIjtzOjA6IiI7czoxMToiaGVhZGVyX3R5cGUiO3M6OToiaGVhZGluZ182IjtzOjEwOiJoZWFkZXJfdXJsIjtzOjA6IiI7czo1OiJsaW1pdCI7czoxOiI0IjtzOjU6InJhbmdlIjtzOjM6ImFsbCI7czo1OiJ0aXRsZSI7czowOiIiO30%3D&legacy-widget-preview%5Binstance%5D%5Bhash%5D=5198ca3443978d63339d8cefe44e053d) and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.
To keep your site safe, this link will expire in 1 day. Don’t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.7.2
Current theme: JNews (version 8.0.6)
Current plugin: BuddyPress (version 7.3.0)
PHP version 7.4.16Hi,
Would like to know if the avatar used seen in screenshot on the BuddyPress Plugin page on wordpress.org is default or we need to install additional plugins?
screen
https://ps.w.org/buddypress/assets/screenshot-1.png?rev=1534012Thanks,
PinkDreamBoxTopic: Wrong URL’s
Hello 👋🏼☺
Something inexplicable is happening to me with which I have been stuck for several days:
In the registration form, the “register” button does absolutely nothing. When you move the mouse over it, the color changes and the pointer changes as if it had a link, but when you click on it, ABSOLUTELY nothing happens, as if there were no links in the button. And the button below to login leads to the activity page. As this is the case, nothing is recorded in the debug.log file, since no movement has been made.
Among the many things I have tried is to reinstall the plugin, but it has not helped. I have also checked in case it was something related to Jquery and the wordpress 5.6 update, but no obese code appears either.
I can’t find where to continue the investigation.
When I started the project the Buddypress “registration” and “login” forms worked with the same version of the currently working theme (Free Generatepress), but now the Buddypress login form doesn’t work either.
I tried deactivating all plugins and reinstalling wordpress, even to a previous version, but nothing changed, the same I did with the buddypress plugin, reinstalling the version with which the project started, with no change in the problem.The “Activity” page created automatically by the Buddypress plugin also became unusable, redirecting to the main page and creating a “logout”. The solution to this has been to create a new page with another name and assign it in Buddypress as an activity page.
I have left the Budypress registration form on this page:
https://bio-naturaeco.com/register-bp/And the form for Login here:
https://bio-naturaeco.com/login-bp/Although it is the Registration form that I need.
I need some way to continue.
Thank you very much in advance.
A greeting.Buddypress v.7.1.0
Wordpress v 5.6Topic: menu with bp_nav_menu()
There seems to be no German translation for the “notification-description”.
“You have 1 new reply to [topic] from [user]”
And I can´t find a way to add a translation with the plugins “Loco Translate” (https://de.wordpress.org/plugins/loco-translate/) or “Say What?” (https://de.wordpress.org/plugins/say-what/), too. That works perfectly in other cases, but not in this one.
—
Wordpress 5.6
BuddyPress 7.1.0
bbPress 2.6.6
Loco Translate 2.5.0
Say What? 1.9.6Hello,
I was wanting to create a button link in elementor to the BuddyPress user view profile page. I’m struggling to find the correct info.
There’s basically a link field in elementor available just like this https://pasteboard.co/JI8WdfI.png
The closest I found was the following:
https://buddypress.org/support/topic/logged-in-user-profile-link-url/
https://wordpress.stackexchange.com/questions/35163/add-buddypress-profile-and-messages-link-to-wordpress-menuUsing Ocean WP theme, Buddypress 7.1.0 (v latest at time of post)
Kind regards
Self-hosted pages are loading and displaying slowly. This is because the browser won’t display them until all assets are loaded and there is a problem with one stylesheet that is included (from wordpress using theme integration):
<link rel=’stylesheet’ id=’bp–css’ href=’https://rockclass101.com/wp-content/plugins/buddypress/bp-core/css/.min.css?ver=7.3.0′ type=’text/css’ media=’all’ />
Please see screenshot:

Why does the head part for the example above contain broken links?
—
If I deactivate the BP plugin, the pages load fast. Any ideas on how to solve this issue?
Topic: Open links in new tab
WordPress Version 5.7.2
BuddyPress Version 7.3.0I need to open links in BuddyPress posts and comments in a new tab.
I’ve installed Code Snippet and I’m using this function, but it isn’t working.
function altlab_special_links_activity( $body ) { $body = str_replace(' rel="nofollow"',' rel="nofollow" target="_blank"',$body); return $body; } add_filter( 'bp_get_activity_content_body', 'altlab_special_links_activity', 15, 1 );Any help would be gratefully received, thanks.
How to change individual font for text for an individual page in WordPress where the font colour is global for all pages?
I have a BuddyPress social networks in a multi network WordPress install (WordPress multisite), thanks to LH Buddypress Multi Network plugin.
Everything is up to date.
How can I prevent people from accessing to a profile page from another blog?
For example :
teacherSite, teacherUser
studentSite, studentUserI have restricted access to site for non-member.
teacherUser can only connect on teacherSite.
And he can’t see in the directory other users from others blogs.If studentUser knows the teacherUser username or if he finds or tests…
He can go to studentSite.domain.com/members/teacherUser/, and he can see the profile of teacherUser even though teacherUser is not linked to studentSite.
Fortunately, there is no information (because everything else is well segregated) except the name and the gravatar.
But he can still make a connection request or send him a private message!
teacherUser will not see any notification on teacherSite. But he will potentially receive an email which will redirect him to studentSite without being able to connect to it.How to avoid this?
If you know, you are a master!
Hello everyone,
I’ve been trying to figure out how to include the user ID of the profile I’m looking at in the class body tag. The reason is that there’s 1 user that’s special and I need to style their page differently. I want to target the page by their user ID and trying to put it in the body class tag when viewing their profile.
The closest code I found is this:
‘// Add user id CSS class via http://codex.wordpress.org/Function_Reference/body_class
add_filter( ‘body_class’, ‘my_class_names’ );
function my_class_names( $classes ) {
// add ‘class-name’ to the $classes array
global $current_user;
$user_ID = $current_user->ID;
$classes[] = ‘user-id-‘ . $user_ID;
// return the $classes array
return $classes;
}’Close but not quite what I need. This code displays the user ID of the logged-in user (me). Instead, I need to show the user ID of the member’s profile when I’m viewing their profile. Any idea on how to adjust this code to do that?