Search Results for 'theme'
-
Search Results
-
Topic: profile photo not uploadable
Hello community. I’d like to use Buddypress but with this configuration:
fresh wordpress installation 5.4.9 , php 8 , with only Buddypress 10.0 plugin activated on twenty nineteen theme it is not possible to add personal photo as subscriber role nor author role.I had already tried with wordpress installation 5.9 , php 7.2 , with only Buddypress plugin activated on twenty twenty theme.
The only difference is that now it’s always written “There was a problem cropping your profile photo.”
https://amodio.live/members/buddy_test2/profile/change-avatar/
Someone has a solution or Buddypress has gone forever?
Do you know another plugin to use for creating a community?
Many thanks,
Giuseppe
Topic: admin-bar removal
Hello, I have researched the topic here and the codes that are suggested to be added into my functions.php of my theme do not work for me. I even tried to add it to the core of buddypress within the plugin, and that did not remove it either. I unchecked the settings and turned off registration, still there, any solutions?
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.
Topic: Question about Moderation
Hey, I have a buddypress based theme on my site. Can every post be moderated before they are posted? If yes please let me know where in the options/settings can I enable that.
I am using the Gwangi theme when I register as a new user I put my email and in the end it tells me that it will take me an email to activate my account, but I do not receive any email, how can I solve it?
I have a clash of clans website. And now I want to change the theme into BuddyPress. How I will migrate it without dropping in its ranking and design.
Thanks.I noticed that after updating to Buddypress 10.0.0 there will be no media displayed in my groups anymore. The link also vanshed completely in the submenu of every single group.
So I downgraded to Buddypress 9.1.1 and it worked again.I am using Gwangi for Buddypress as theme.
Maybe you can fix that?Hello all, I have seen lots of posts like this, but nothing has fixed mine.
I’m getting a blank page at
https://staging3.recordcollectorsoftheworldunite.com/register/I’ve enabled sign-ups for all members, and have uninstalled and reinstalled buddypress as well as deleted and remade the page ‘register’.
I’ve configured to make my page “register” buddypress default register page in the buddypress page menu.
I tried copying the register.php file from buddypress folder into my theme folder as page-register.php but that didn’t work either.
What can I do to solve this?
Thanks
Dear support,
I purchased this theme Masterstudy Buddypress Theme.
The page editor is Elementor.The elementor module, to add buddypress groups in a page, doesn’t have the field to decide how many groups to show.
By default are showed 6 groups, I would like to show all available groups. How can I do that?
The theme support told me to contact Buddypress support.
Thank you.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.3Topic: 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.
I’m working on a quicks stuffs blog. On that blog, I’m using the generate press theme. But now I want to change the theme to BuddyPress. How can I migrate it without dropping my blog ranking and without losing any data and changing UI/UX?
Topic: Cant edit templates
Hello.
I am in development of a custom wordpress theme from scratch.
I have installed buddypress and i have copied the folder “buddypress” from the path “/plugins/buddypress/bp-templates/bp-nouveau/buddypress to my theme folder. The path is “mytheme/buddypress”
I have tried and with the bp-legacy folder but nothing happened.
When i open a page of bpress i have a white page.
My index.php and page.php has the content(); inside them only..
Any help??Thank u,
GeorgeHey there,
I have a very urgent issue with the latest Buddypress update.
After updating, my HTML is always having 3 blank rows at the top of my generated HTML.
This is present on any theme, all my plugins are disabled, only Buddypress is enabled.It also disappears when I disable the plugin, so this is related to Buddypress.
This is also an issue for ajax calls since they also include these 3 blank lines, which leads to issues if you only get a text response, which is not working anymore.
Thank you for your help.
All the best,
NusharaHi there,
I have uploaded the BuddyPress plugin, purchased the Youzify Pro, and using Woocomerce.
My client requires me to add a QR code in the Youzify info section which I have renamed to Bio so all his customers will have a unique QR code for their dog.
I am using a short code being [su_qrcode data=”%CURRENT_URL%” title=”Dogs”] but need some help to add this in the profile fields form which is uploaded by BuddyPress.
It would be great if there was a php snippet I could put in my theme to ensure all users once sign up automatically have their own QR code sitting in the info section.
Below is the link to the page I am talking about.
https://www.thedogbook.com.au/members/e-shop/info/
Any help would be highly appreciated, thank you.