Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 501 through 525 (of 32,561 total)
  • Author
    Search Results
  • #330384
    VibeThemes
    Participant

    We have this,

    Plugin : VibeBP
    Plugin : Vibe calendar

    grab from vibethemes.com [ free ]

    #330381
    VibeThemes
    Participant

    1. Install buddypress
    2. enable groups

    if it is not compatible contact the theme authors.

    #330366
    CFTpatrice
    Participant

    Hello Conversingcare, can you please confirm if you were able to fix this issue?
    I am also using the Phlox theme. I haven’t contacted them about their connection to this issue yet but will if you have now possibly connected this problem with them and have now fixed it. Please advise?

    #330322
    kindabisu
    Participant

    To use your BP (BuddyPress) profile picture as the WordPress avatar, you can follow these steps:

    Install and activate the “BuddyPress” plugin: Ensure that you have the BuddyPress plugin installed and activated on your WordPress site. This plugin adds social networking functionality, including user profiles, to your WordPress site.

    Upload a profile picture in BuddyPress: Go to your BuddyPress profile and upload the desired profile picture. BuddyPress allows users to customize their profile information, including the profile picture. Typically, you can find the profile settings in the user dashboard or by navigating to your profile page on the front-end of your website.

    Enable BuddyPress avatar syncing: By default, BuddyPress doesn’t automatically sync the profile picture with the WordPress avatar. You can enable this functionality by adding custom code to your theme’s functions.php file or by using a plugin specifically designed for this purpose.

    Option 1: Custom code:
    Open your theme’s functions.php file (Appearance > Theme Editor > functions.php) and add the following code snippet:

    php
    Copy code
    function bp_sync_profile_picture_with_avatar( $avatar, $id_or_email, $size, $default, $alt ) {
    if ( function_exists( ‘bp_core_fetch_avatar’ ) ) {
    $avatar = bp_core_fetch_avatar( array(
    ‘item_id’ => $id_or_email->user_id,
    ‘type’ => ‘full’,
    ‘html’ => false
    ) );
    }
    return $avatar;
    }
    add_filter( ‘get_avatar’, ‘bp_sync_profile_picture_with_avatar’, 10, 5 );
    Option 2: Use a plugin:
    Install and activate a plugin like “BuddyPress Default Avatar” or “BuddyPress Avatar Sync.” These plugins simplify the process by automatically syncing the BuddyPress profile picture with the WordPress avatar.

    Verify the avatar sync: Log out of your WordPress account and visit your website as a guest or open an incognito/private browsing window. Leave a comment or view your author bio to see if the BuddyPress profile picture is now being used as the WordPress avatar.

    By following these steps, your BuddyPress profile picture should now be synced with your WordPress avatar.

    #330152
    werny
    Participant

    I installed the theme “Random Content” on 3 of my Buddypress Websites.
    I like it, that is what I was looking for for a long time!
    I want to show random ads in my sidebar and it works good.

    BUT

    I noticed that it has a conflict with rt-media for Buddypress.
    The random content will not show up on pages where RT-media shows pictures:
    – on the members media pages and
    – on the media pages of my groups

    Can you undrestand why and how we can fix that?

    shaguftashamid6
    Participant

    To hide expired Paid Memberships Pro (PMP) members from the Buddypress members list, you can utilize custom code by adding a filter to modify the read query that retrieves the members. Here’s a general outline of the steps you can follow:

    Create a child theme: If you haven’t already, create a child theme for your Buddypress-enabled WordPress website of . This allows you to add custom code without modifying the parent theme files directly.

    Locate the functions.php file: In your child theme, locate the functions.php file. If it doesn’t exist, create a new one.

    odinwynd
    Participant

    Hello,

    I have isolated an issue that causes Buddypress’s Dynamic blocks to fail to load.

    Step one. Have Neve Theme and Buddypress installed, and place Dynamic Members and Dynamic Groups blocks on a Page.

    Step two. Verify they work with sample members and groups.

    Step three. Install Gamipress and reload the page that was working previously.

    Errors:
    Dynamic Members:

    Uncaught TypeError: Cannot read properties of null (reading ‘closest’)
    at dynamic-members.js?ver=11.2.0:2:1081
    at Array.forEach (<anonymous>)
    at r.start (dynamic-members.js?ver=11.2.0:2:992)
    at parcelRequire.k5We (dynamic-members.js?ver=11.2.0:2:1647)
    at f (dynamic-members.js?ver=11.2.0:1:468)
    at parcelRequire.k5We (dynamic-members.js?ver=11.2.0:1:771)
    at dynamic-members.js?ver=11.2.0:1:1023

    Dynamic Groups:

    dynamic-groups.js?ver=11.2.0:1 Uncaught TypeError: Cannot read properties of null (reading ‘closest’)
    at dynamic-groups.js?ver=11.2.0:2:1053
    at Array.forEach (<anonymous>)
    at r.start (dynamic-groups.js?ver=11.2.0:2:964)
    at parcelRequire.UOvc (dynamic-groups.js?ver=11.2.0:2:1617)
    at f (dynamic-groups.js?ver=11.2.0:1:468)
    at parcelRequire.UOvc (dynamic-groups.js?ver=11.2.0:1:771)
    at dynamic-groups.js?ver=11.2.0:1:1023

    Any help is appreciated, I will pass this along to Neve’s developer. I have already reached out to Gamipress.

    Thanks,

    HP Odin

    #330097
    biancavernes
    Participant

    Hi Support Team.

    I am running the latest BuddyPress on the Latest Astra Free Theme.

    I have installed Buddypress and have all pages assigned but they show up Blank with only the page title. When I try create a group or view my profile from my dashboard it gives me 404 Error

    #330039
    vincenz17
    Participant

    Hey,

    I’m new to buddypress and would like to use it but I can’t get the default style of buddypress.
    If I enable the legacy style the overview is a little bit better but I want to use the “Nouveau” style.
    With this style all sites from Buddypress are broken.
    The developer tools says, that all files are loaded correctly. I disabled all plugins but the problem still exists. The same style is given if I enable the default twentytwentythree theme from WordPress… 🙁

    PHP 8.1
    WordPress 6.2.2
    BuddyPress 11.2.0
    Apache 2.4
    Ubuntu 20.04

    Here an example screenshot of the group overview (all sites looks like that): https://i.postimg.cc/NFkmM99T/buddypress.png

    Has anyone an idea what is the problem here? I can’t find the problem.

    If you need more information please post it and I answer you quickly.
    Thanks!

    Sorry for my bad english 😀

    #329939
    andrew90
    Participant

    Running Buddypress 11.2.0 with WP version 6.2.2 and Woffice theme 5.1.9

    #329901
    flamuren
    Participant

    Hi,

    I am building a membersite using buddypress, bbpress and package it with buddyx theme.

    If I visit as non-logged in I can see activites, forums, member etc. Is it possible to somehow block that? Perhaps re-direct to a login/register page as facebook does?

    Best regards,

    flamuren

    #329885
    wouterrommel
    Participant

    My theme is showing Buddypress comments in the wrong order:

    Activity
    -Comment3
    -Comment2
    -Comment1

    Is there a way to change this to the logical

    Activity
    -Comment1
    -Comment2
    -Comment3

    #329819
    Kipperlenny
    Participant

    The translation string “All Members <span>%s</span>” from buddypress\bp-themes\bp-default\activity\index.php line 39 is missing in the pot file and cannot be translated in Loco to German.

    #329762
    Anonymous User 18187419
    Inactive

    Possible bug.

    WP 6.0.5
    BP 10.6.0
    TwentySixteen Theme

    – if a user has more than 20 pending friends requests, then pages 2,3,4 are created, but the 2,3,4 links are not left clickable. Only way to access those pages is to right click, open in new tab etc.
    – issue only affects pending request pagination, the existing friends list is not affected.
    – tested with only WP & BP active, nothing else, issue occurs.
    – tested with latest version BP, issue occurs.
    – tested with TwentyTwentyTwo theme, issue occurs.

    irudyk
    Participant

    I’ve copied the members-loop.php into the buddypress\members folder of my theme with no modifications made to it. When I display the Staff Members — BP Members Page the page displays “Loading the members of your community. Please wait.” and nothing ever gets displayed. I’m using the nouveau option (but get the same result if I switch to legacy). Have turned off all add-ins (to no avail). Might be my an issue with my bundled theme, but I can switch to another theme to test without that causing the site to crash. Any assistance on where the issue may be would be appreciated. Thanks.

    Naomi
    Participant

    Hi, I’m running WordPress 6.2.1 running Astra theme, Buddypress 11.2.0.

    In Appearance > Menu I selected “Buddypress Member” and under the “logged in” tab I added “Activity” to my menu. When I click on it on the site while logged in, it takes me to my personal member page, not the global activity page. I would like it to go to the global activity page – or is there some other way members are supposed to see the global activity?

    Thank you.

    rsial
    Participant

    To overwrite the BuddyPress Nouveau template CSS in a child theme, you need to ensure that your child theme is properly enqueued and that the correct file path is used. Here’s the recommended approach:

    In your child theme folder, create a new directory called buddypress.

    Inside the buddypress directory, create a new directory called css.

    Copy the buddypress.css file from /plugins/buddypress/bp-templates/bp-nouveau/css into your child theme’s buddypress/css directory.

    In your child theme’s functions.php file, enqueue the modified CSS file. Add the following code:

    function enqueue_child_theme_styles() {
    wp_enqueue_style( ‘child-theme-buddypress’, get_stylesheet_directory_uri() . ‘/buddypress/css/buddypress.css’, array( ‘bp-nouveau-main’ ), ‘1.0’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, 999 );

    To overwrite the BuddyPress Nouveau template CSS in a child theme, you need to ensure that your child theme is properly enqueued and that the correct file path is used. Here’s the recommended approach:

    In your child theme folder, create a new directory called buddypress.

    Inside the buddypress directory, create a new directory called css.

    Copy the buddypress.css file from /plugins/buddypress/bp-templates/bp-nouveau/css into your child theme’s buddypress/css directory.

    In your child theme’s functions.php file, enqueue the modified CSS file. Add the following code:

    php
    Copy code
    function enqueue_child_theme_styles() {
    wp_enqueue_style( ‘child-theme-buddypress’, get_stylesheet_directory_uri() . ‘/buddypress/css/buddypress.css’, array( ‘bp-nouveau-main’ ), ‘1.0’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, 999 );
    Make sure to adjust the version number (‘1.0’) if you update your child theme’s CSS in the future.

    With these steps, the modified “buddypress.css” file from your child theme should be loaded and override the default styles from the BuddyPress Nouveau template.

    Remember to clear any caching plugins or server caches to ensure that the updated CSS is being served.

    If the changes still don’t take effect, it’s possible that another plugin or theme is conflicting with the child theme’s styles. In that case, you may need to investigate further and potentially use more specific CSS selectors or use a higher priority for the “wp_enqueue_style” function.

    #329649
    alluringent
    Participant

    Hello, I have a problem with my registration page. When I click on “Registration” it says “Not Found. The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at 192.168.1.111 Port 80” but if I disable BuddyPress, it works. I have already checked that no plugin conflicts with it, I am using the BuddyX theme so it doesn’t come from there either, I have checked the permalinks as well as the .htaccess file, I have checked that it is indeed the registration page that is indicated in the BuddyPress settings, nothing works, I still have this error over and over again. Can you help me please? Thank you in advance.

    ddesmond
    Participant

    Hello,

    I would like to clarify how to overwrite the BuddyPress Nouveau template css in a child theme.

    I have a fresh install of BuddyPress 11.1.0 and have created a new child theme structure. I have copied buddypress.css from:

    /plugins/buddypress/bp-templates/bp-nouveau/css

    to:

    /themes/my-child-theme/buddypress/css.

    I have made changes to this CSS file yet it is not loading the replacement stylesheet and the original unedited one is still being loaded.

    Am I doing this correctly? Can you please let me know the best approach for this? Everywhere I have looked suggests this method.

    Thanks so much!

    bekuhs
    Participant

    Is there a way to edit the group’s dashboard so that I can edit fields from there instead of having to from the frontend?

    As of right now, after clicking Groups and a group name, I see Name and Description, Add New Members, and Manage Members. I want to add the custom group fields (editable) to this page so they’re easier for my coworkers to access.

    Wordpress version 6.2
    BuddyPress version 11.1.0
    Custom child theme, Aardvark parent theme

    ariseld
    Participant

    I want to disable the notification email that is sent to the admin whenever a user changes his password, which is triggered by: wp_password_change_notification( WP_User $user ).
    I have tried the solutions mentions on https://developer.wordpress.org/reference/functions/wp_password_change_notification/ but none of them worked
    Any idea on how to stop these emails?

    My WordPress version is: 6.2
    BuddyBoss ThemeVersion: 2.2.4

    StudentFilmmakers
    Participant

    I migrated from BuddyBoss back to BuddyPress. I am using the Astra theme now. Tested other themes and get the same results. Some changes in the database or php was done that made the members and groups page full width and the size of the profile thumbnails are huge. Any shortcuts trouble shooting much appreciated.

    #329603
    faile486
    Participant

    Having a bit of a strange issue. I’m using Local by Flywheel to develop a site with buddypress, bbpress, and rtMedia. This is a website for mostly personal use, so I was planning on only sharing a live link with my spouse. Unfortunately, while everything works perfectly on my local machine, all buddypress features break when using live links. I get an error about too many redirects.

    I’ve tried this with multiple themes, including X/Pro, Twenty-Sixteen, Twenty Twenty-Three, and NanoSpace.

    Any suggestions?

    WordPress 6.2
    BuddyPress 11.1.0
    bbPress 2.6.9
    rtMedia 4.6.13

    It took a while to get Pro working with rtMedia, so it’d be a shame if this can’t be fixed! Site contains adult content (erotic hypnosis files), and I’d prefer to give the address out via DM.

    fabulez
    Participant

    Greetings! I am coding my own custom theme at the moment that is supposed to work with just my
    specifig wordpress setup.

    However when viewing the members page of Buddypress the page is just blank. I do not know what I need to include on the page to make the content visible, twentytwentythree works perfectly fine.

    Buddypress is using my buddypress.php template which has the following code in it:

    
    <?php include 'parts/header.php';?>
    
    <div class="content">
        <div class="inner-page"><?php the_content();?></div>
    </div><!-- content -->
    
    <?php include 'parts/footer.php';?>
    
    #329479
    maessrdemo
    Participant

    Heh that’s BuddyPress. That’s what popped up when I installed and activated the plugin. I’m sure the theme has hijacked some stuff. I’ll check in with the designers.

    Thanks!

Viewing 25 results - 501 through 525 (of 32,561 total)
Skip to toolbar