Search Results for 'wordpress'
-
Search Results
-
Hello,
I’m getting these Notices in my Frontend Website Heading. Please see bellow at the end of this message.
My support team tell me that it’s relate to BuddyPress or its related plugins.What are these errors?
Should I do anything to correct the errors?
To which plugins these errors are related to?
Should I just ignore these notices and Disable WP_Debug?I disabled al the plugins which are related to buddypress, but these notices don’t disappear.
If I disable BuddyPress these notices disappear but also my website, because it’s based entirely on Buddypress 🙂Any suggestions?
I’m using:
WordPress v 5.9
BuddyPress v 10.0.0Thanks,
DrorNotice: Trying to get property ‘ID’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4121
Notice: Trying to get property ‘post_title’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4123
Notice: Trying to get property ‘post_name’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4125
Deprecated: bp_before_xprofile_cover_image_settings_parse_args is deprecated since version 6.0.0! Use bp_before_members_cover_image_settings_parse_args instead. in /home/palztogo/public_html/wp-includes/functions.php on line 5691
Wordpress v5.9
Buddypress V10
Theme – Nouveau enabledI’m trying to put the contents of a single activity onto a custom wordpress template page.
e.g. https://www.mysite.com/members/myusername/activity/2/I looked at the \buddypress\bp-templates\bp-nouveau\buddypress\activity\activity-loop and \activity\single\home for code to put in my custom template:
<div class="entry-content" id="start-a-project"> <div id="buddypress" class="buddypress-wrap twentysixteen bp-dir-hori-nav"> <?php $prj_activity_args = array("include"=> 2 ); // only pull activity id=2 from WP_BP_ACTIVITY ?> <div class="activity" data-bp-single="2"> <!--hardcoding for testing--> <?php if ( bp_has_activities( $prj_activity_args ) ) : ?> <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?> <ul id="activity-stream" class="activity-list item-list bp-list" data-bp-list="activity"> <ul class="activity-list item-list bp-list"> <?php endif; ?> <?php while ( bp_activities() ) : bp_the_activity(); ?> <?php bp_get_template_part( 'activity/entry' );?> <?php endwhile; ?> <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?> </ul> <!-- .activity-list --> </ul> <!-- #activity-stream --> <?php endif; ?> <?php else : ?> <?php //bp_nouveau_user_feedback( 'activity-loop-none' ); ?> <?php endif; ?> <?php// bp_nouveau_after_loop(); ?> </div> </div>I only want to pull one activity – so I passed array(“include”=> 2 ) to bp_has_activities() ; However, when the page is loaded, the <ul id=”activity-stream”> loads ALL the activities.
Could someone help me figure out why this is happening? I switched to the legacy theme and the code works fine. I think it’s something to do with the data-bp-list=”activity” that is causing all the activities to get loaded.
Website: https://jewishwomenofwisdom.org
wordpress version: 5.8.3
bb press version: 2.6.9I have a WordPress website with Restricted content pro (membership plugin), bbpress and buddy press. When a a logged OUT/nonmember user clicks on a FORUM link, they are directed to a funny login (not restricted content pro) and then when they click the “log in” button, (whether or not the username and password fields are filled in) in they are redirected to the regular RCP login. That is an extra step. This is true even when buddy press is deactivated. How do I get rid of the middle step?
(By the way, when entering the URL of a topic you are sent to the website login page appropriately)
Hi,
I’m fairly new to WP and BP. I’m trying to help a non-profit with their WordPress site and the Registration page just spins. I’ve added define( ‘WP_DEBUG_LOG’, true ); to the wp-config.php file but I don’t get any errors logged….just the page spinning. I’ve pulled a copy to my LocalWP and disabled all plug-ins, etc but can’t find the issue. I would love any pointers or help!
Please be patient with me as my expertise is limited. I realize these are older plugins, etc. This was working and then stopped but not sure why. I will start slowing updating everything to get it current once I figure out how to get the site back functional.To get to the registration page go to: About – scroll down and select ‘Become a Member’ – ‘Create an Account’
BP Settings Options – Profile Syncing enabled
BP Pages – Register set to Register
website: https://fellowcoaches.com/
WP version: 5.6.7
BP version: 3.2.5
Theme: Twenty Twenty-One v1.3I am using the most recent versions of WordPress and BuddyPress.
Hi, I’ve been searching these forums for about 4 hours now.
On my members page the background is light gray but all of the text, like the members names especially, are a real light yellow. I can not for the life of me figure out how to change those colors!
Can anyone please point me in the right direction??
THANK YOU
Topic: Register form not working
Hi everyone,
I am using the latest version of WordPress and tried Buddypress 9.2 and 10.0, but both gave the same trouble.
When I’m testing my register form, I don’t get redirected to the page which tells you to check your mail. It refreshes and the password field is empty.
Can someone help me?
I tried to deactivate all of the other plugins and I tried a different theme. Both didn’t work.
Topic: buddypress off WordPress
Hi is it possible to remove buddypress plugin off WordPress?
HI, I hope someone can help me. I have bbpress for our Forum which has bbPress Digest (https://wordpress.org/plugins/bbpress-digest/). The plug-in works great but we had to get BuddyPress in order to edit our user profiles. The combo of both is great, but we don’t want to have a group email digest, we want our clients to be able to change it individually like we can with bbPress Digest. I can’t find a way to show the bbPress Digest options (which is edited in the WordPress user profile.) Can someone help with either a solution or potentially look at our setup and suggest a solution?
Topic: Menu for logged out users