Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 176 through 200 (of 22,677 total)
  • Author
    Search Results
  • #335332
    emaralive
    Moderator

    Trac ticket #9245 was created to resolve the reported issue.

    timdavid01
    Participant

    You can achieve a vertical display of profile fields in BuddyPress by adding some custom CSS. Try this:

    css
    #profile-fields .field {
    display: block;
    margin-bottom: 15px; /* Adjust spacing as needed */
    }
    Add this code to your theme’s custom CSS section or the Additional CSS section in the WordPress Customizer. This should stack your profile fields vertically with some space between them.

    Have you checked if your theme might have any specific settings that affect the layout of BuddyPress fields?

    stephunique
    Participant

    I have WordPress 6.6.2 and Buddypress 14.1.0 and in the edit profile page, the options are displayed horizontally like this: https://snipboard.io/DrOLiw.jpg

    This does not look good, they do not even have a gap between them. How can I make them display vertically like a list?

    glabs
    Participant

    I want to use Gravity Forms’ Advanced Post Creation to allow users to create Buddypress Groups on the front end of the site. Groups (bp_groups) however, do not appear as an option under the custom post types in Gravity Forms. I’ve read in their documentation that Gravity Forms’ add-on will only list post types which have been registered with WordPress as public. Are BP Groups registered differently? Is there an easy solution for this? I appreciate your help.

    notpoppy
    Participant

    My users are being confused by our ‘register’ page as it prompts them to enter a ‘Name’ twice. It prompts them to fill in six forms as follows:

    —–

    Account Details

    Username (required)
    Email Address (required)
    Choose a Password (required)
    Confirm Password (required)

    Profile Details

    Name (required)
    Name (required)

    —–

    Should the ‘Name’ option appear twice? It seems wrong.

    I have found the option to edit this in the WordPress admin under User > Profile Fields > Signup Fields. But although I can drag the two options which are labelled ‘Name (Primary) (required) (Sign-up)’, I cannot remove either of them. How can I fix this?

    I am using BuddyPress 14.1.0 and WordPress 6.5.3.

    usercba
    Participant

    We’re encountering a fatal error (which appears to have been a warning in php 7.4.33)
    We are using the following:
    WordPress version 6.6.2
    Active theme: Astra Child (version 1.0.0)
    Current plugin: BuddyPress (version 14.1.0)
    PHP version 8.2.24

    Error Details
    =============
    An error of type E_ERROR was caused in line 942 of the file /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php. Error message: Uncaught Error: Undefined constant “BP_XPROFILE_BASE_GROUP_NAME” in /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php:942
    Stack trace:
    #0 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/class-wp-hook.php(324): bp_core_admin_debug_information(Array)
    #1 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #2 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/includes/class-wp-debug-data.php(1487): apply_filters(‘debug_informati…’, Array)
    #3 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/site-health-info.php(36): WP_Debug_Data::debug_data()
    #4 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/includes/class-wp-site-health.php(68): require_once(‘/home/customer/…’)
    #5 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/class-wp-hook.php(324): WP_Site_Health->show_site_health_tab(‘debug’)
    #6 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
    #7 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #8 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/site-health.php(220): do_action(‘site_health_tab…’, ‘debug’)
    #9 {main}
    thrown

    jrsuser
    Participant

    Hello Community –
    Using Buddypress v.14.1.0 WordPress v. 6.6.2 with Multisite using Twenty Twenty Four theme and BP Nouveau:
    Does anyone have a code snippet to address the following:
    the search form box does not appear in Member Activity to the right of the RSS feed icon even though the search filter drop down appears.
    Have tried multiple ways to 1. get search form to appear – but cannot get it to work.
    If this has been addressed before in a topic, please reply with link.
    Thanks!

    #335244
    flexn74
    Participant

    Same problem.

    WordPress 6.2.2
    Buddy Press 14.1.0
    Theme Vikinger
    PHP 8.3

    #335242
    hliljegren
    Participant

    If someone runs into this problem (as I did today). If calling groups_get_groups in a hook like “plugins_loaded” it is to early in the WordPress loading sequence, and gives the SQL error. I moved my hook from plugins_loaded to bp_loaded and the SQL error went away. This is logic as to ensure that BuddyPress is loaded we should use a hook that ensures it.

    I still think that groups_get_group shouldn’t give an SQL error though…

    #335233
    jenuine
    Participant

    Hi – would love some help.
    My member pages are not displaying with the sidebar as they should. They used to and they appear correct if I preview changes, but for some reason Buddypress is overriding the Divi page layout settings. https://learningcenter.jewelryclasseswithjen.com/members/
    Buddypress version 14.1.0
    Memberpress+Buddypress Integration version 1.1.18
    Memberpress Plus version 1.11.35
    Wordpress version 6.6.2
    Divi version 4.27.1
    Thanks in advance!

    #335223
    locker17
    Participant

    Hello,
    I want to have my buddypress emails in my own language. So I followed this tutorial here:

    Languages and Translations


    and copied the mo and po files into wp-content / languages/ buddypress.

    But the emails still remain in English even after making an email restore. Is it, because I am using the English WordPress version? But my site language is set to my language and the buddypress menus etc are all translated to this except the emails.

    Do I have to translate it manually or whats the way to go? Thanks for helping me out!

    #335204
    Upen Singh
    Participant
    // Check if the current component is 'activity'
    if ( bp_is_current_component( 'activity' ) ) {
        echo "This is the BuddyPress activity page!";
    } else {
        echo "This is not the BuddyPress activity page.";
    }

    bp_is_current_component( ‘activity’ )
    This function checks if the current BuddyPress component being viewed is ‘activity’. Since BuddyPress 12 doesn’t use WordPress pages for components like activity, this is the correct way to detect if you are on the activity section.

    #335203

    In reply to: CSS messed up.

    Upen Singh
    Participant

    Hi
    I think cache issue Please remove Cacha and then check or you can try the BuddyX theme

    BuddyX

    #335192
    Youzify
    Participant

    You can try this plugin

    BuddyPress Group Email Subscription

    #335185

    In reply to: CSS messed up.

    Youzify
    Participant

    Please try changing your theme to the default WordPress theme (such as Twenty Seventeen). And see if the issue is solved or not. If the issue is solved, that means the problem comes because of the theme.

    The best way, you contact the theme author and report this problem to them as only they can give a proper solution.

    Youzify
    Participant

    You need to install Loco Translate plugin on your website

    Loco Translate

    Go to Loco Translate >> Plugins, and you should see BuddyPress then. You also can check Loco Translate documentation to know how to use this plugin.

    #335160
    timdavid01
    Participant

    @kokiri

    It sounds like you’ve already taken some great troubleshooting steps. Since the “Join Group” button isn’t functioning, I would recommend the following:

    Check for JavaScript errors: Right-click on the page, select “Inspect,” then go to the “Console” tab to see if any errors appear when you click the button. JavaScript conflicts often cause buttons to stop working.

    Enable WordPress Debugging: You can enable the debug log by adding the following line to your wp-config.php file:

    php

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);

    This will help catch errors that might not be visible in the front-end.

    Check group creation method: If your groups were created using a plugin or demo import, try creating a new group manually to see if the issue persists. Sometimes imported data can cause conflicts.

    If none of these resolve the issue, it could be helpful to explore potential theme conflicts with BuddyPress or review any customizations you may have made.

    #335155
    armwilkinson
    Participant

    Wordpress Version: 6.6.2
    Buddypress Version: 14.1.0

    #335149
    Venutius
    Moderator
    #335135
    Youzify
    Participant

    1. You can disable all plugins except BuddyPress change your WordPress to the default theme and see if the issue persists or not.

    2. You can check if you add any custom code on the bp-custom.php or functions.php file inside the theme folder. If you have that custom code, you can remove it and see if it fixes the error or not.

    #335133
    Venutius
    Moderator

    Check for Javascript errors in your browser console (right click on the page and select “inspect”. and see if any errors show there that may give a clue.

    Have you enabled the debug log in WordPress? If not, I recommend you install Developer debug tools, which will let you enable and view it, as well as providing a wide range of other debug and configuration tools.

    Kokiri
    Participant

    Hi BuddyPress Support,

    I’m experiencing an issue on my BuddyPress site where users are unable to join any groups. When they attempt to click the “Join Group” button either on the groups directory page or within the individual group page, nothing happens. There is no error message or feedback, and the user isn’t added to the group.

    Here are a few details about my setup:

    WordPress Version: 6.6.2
    BuddyPress Version: 14.1.0
    Theme Used: Vikinger

    I’ve already tried the following troubleshooting steps without success:

    Deactivated all plugins except BuddyPress to check for conflicts.
    Switched to a default theme (like Twenty Twenty-Three).
    Cleared cache and tested in multiple browsers.

    I would appreciate any help or insights on resolving this issue. Please let me know if you need further information or logs to help diagnose the problem.

    Thanks in advance for your assistance!

    Best regards,

    Kokiri
    Participant

    Hello BuddyPress Support,

    I’m experiencing a critical error whenever I edit a member or assign a member type in my BuddyPress installation. Specifically, the error only occurs for the account being edited or updated with a member type, rendering the user account inaccessible and causing a “critical error” on their profile.

    Steps to Reproduce:

    • Edit an existing user profile via WordPress Dashboard or BuddyPress.
      Assign or change the member type for that user.
      After saving changes, the user’s profile becomes inaccessible, displaying a critical error.
    • Troubleshooting so far:

    • I have disabled other plugins to check for conflicts, but the issue persists.
      The site is using the latest versions of WordPress and BuddyPress.
      I’ve also checked the error logs, which show a fatal error triggered after assigning the member type.

    Is there any known issue or potential conflict that could be causing this? Any advice or direction would be greatly appreciated, as this issue is affecting specific user profiles and preventing those users from accessing their accounts.

    Thank you for your support!

    Best regards,

    #335116
    Youzify
    Participant

    Since version 12, BuddyPress has no longer used WordPress pages. That’s why you will not find a page ID on the BP pages.

    A possible solution, you install the BP Classic plugin so the BuddyPress page can use the WP page.

    #335078
    Youzify
    Participant

    Hello,

    You can try to reinstall BuddyPress emails. It’s on Tools >> BuddyPress of your WordPress dashboard.

    You also can try to install a Mail SMTP plugin and do testing to send a test email through the Mail SMTP plugin menu, to make sure if the issue comes from BuddyPress or the Sendgrid.

Viewing 25 results - 176 through 200 (of 22,677 total)
Skip to toolbar