Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 876 through 900 (of 32,561 total)
  • Author
    Search Results
  • #323317
    giuseppe2016
    Participant

    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

    #323244
    Jeremy
    Participant

    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?

    teslavolt
    Participant

    Wordpress v5.9
    Buddypress V10
    Theme – Nouveau enabled

    I’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.

    #323238
    Avi Nayar
    Participant

    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.

    #323237
    giuseppe2016
    Participant

    Updates:

    fresh wordpress installation 5.4.9 (the last one as in the Buddypress requirements) with only Buddypress 10.0 plugin activated on tweny nineteen theme.

    Not working on 5.9 and twenty twenty theme too.

    Both cases it is not possible to add personal photo as subscriber role nor author role.

    Have you found a solution?

    Many Thanks,

    Giuseppe from Rome

    #323236
    giuseppe2016
    Participant

    Updates:

    fresh wordpress installation 5.4.9 (the last one as in the Buddypress requirements) with only Buddypress 10.0 plugin activated on tweny nineteen theme.

    It is not possible to add personal photo as subscriber role nor author role.

    I don’t know what to say. Buddypress 10.0 has this bug on 5.4.9 too?

    #323234
    giuseppe2016
    Participant

    Let me add:

    twenty twenty as theme

    only buddypress 10.0 as active plugin

    PHP 7.2.34

    Wordpress 5.9

    Are there some conflicts?

    Please let us know,

    Giuseppe

    amigosx
    Participant

    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?

    #323211
    windhillruss
    Participant

    I can confirm that this is an issue using the rtMedia plugin! Tested on three themes and the Media Tab disappears from the Groups menu. Rolled back to 9.2 and all is ok. Logged this as a bug and also pointed it out to rtMedia. We’ll see how quickly someone sorts this out as it is fairly important!

    #323208
    windhillruss
    Participant

    Hi Mathieu, I don’t know if anyone has reported this but the Media Tab associated with rtMedia disappears from the Groups page with version 10. I have tested this on several themes and the issue persists. Rolled back to 9.2 and it reappears as normal. Hope you can check this out thanks!

    #323207
    ciudadaumentada
    Participant

    Hello. I have a problem with my site and BuddyPress.
    Unable to complete registration.
    This error appears:
    Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:101 Stack trace: #0 /home/customer/www/faconautowoman.com/public_html/wp-content/themes/thrive-nouveau/buddypress/members/register.php(50): bp_profile_groups() #1 /home/customer/www/faconautowoman.com/public_html/wp-includes/template.php(772): require(‘/home/customer/…’) #2 /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(165): load_template(‘/home/customer/…’, false, Array) #3 /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(350): bp_get_template_part(‘members/registe…’, NULL, Array) #5 /home/customer/www/faconautowoman. in /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 101

    The site works with wordpress 5.9

    Can help us?

    Thanks

    #323196
    ellaharrison1122
    Participant

    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.

    werny
    Participant

    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?

    #323187
    rcotwunite
    Participant

    Thanks for the heads up about the bootstrap, I fixed that. It is a theme issue, I imagine. I made my own custom theme. Is there something I need to include somewhere to make buddypress work?

    #323185
    shanebp
    Moderator

    Open your browser’s inspection tool and then the console.
    You will see all the errors indicated that bootstrap files are not being loaded.
    You could try switching themes to see if it is a theme issue.

    #323184
    rcotwunite
    Participant

    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

    accademiapv
    Participant

    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.

    #323174
    eshafer15
    Participant

    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.3

    #323147
    jordyblanken
    Participant

    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.

    #323143
    aleydasolis
    Participant

    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?

    #323142
    Giorgos Iliopoulos
    Participant

    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,
    George

    #323119
    pobdesign
    Participant

    Hi

    I would also like to do this, without hacking the core plugin files.

    Is it possible to update text etc from my child theme?

    Thanks

    #323089
    nushara
    Participant

    Hey 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,
    Nushara

    #323071
    abuiad123456789
    Participant

    Hi 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.

Viewing 25 results - 876 through 900 (of 32,561 total)
Skip to toolbar