Search Results for 'wordpress'
-
Search Results
-
Topic: 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?
Topic: Cannot create new Group
Cannot create new Group on https://novelnetwork.com
WordPress version: 5.7.1
BuddyPress version 7.3.0
other plugins (all latest versions) on this site include:
BP Custom
BP Profile Search
BP Simple Private
BP xProfile Location
BuddyPress Member Types Pro
BuddyPress Xprofile Custom Field Types
Paid Memberships Pro
Paid Memberships Pro – BuddyPress Add On
WooCommerce Product VendorsIssue:
Been running BuddyPress a few years on this site. Suddenly an issue when trying to create a new BP group – it just goes to the first screen (Details), I enter Group name and description, and when I click “Create group and continue” it just clears the form. This is a membership site, so you would need to be logged in to see the Groups page.Error log shows these errors:
#3 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(522): require(‘/home/novelnetw…’)
#4 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(125): BuddyPress->includes()
#5 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(46): BuddyPress::instance()
#6 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(90): buddypress()
#7 /home/novelnetwork/public_html/wp-settings. in /home/novelnetwork/public_html/wp-content/plugins/buddypress/cli/src/scaffold.php on line 19Any help would be appreciated!
I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.
There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.
Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).
Installation:
Wordpress 5.7.1
Theme: Twenty Seventeen Child Theme, but also ExS
BuddyPress: Version 7.3.0THANK YOU FOR YOUR HELP