Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 201 through 225 (of 22,644 total)
  • Author
    Search Results
  • 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.

    José Manuel
    Participant

    Hi friends.
    I’m using buddypress Version 14.1.0 with the legacy buddypress template, in wordpress (latest version)

    Inicio


    When I open a group, I see that the <h2> tag with the group admins value
    looks too big.
    I’ve modified the css as follows:
    #item-actions, h2 {
    font-size: small;
    }
    And it looks fine on desktop, but it still looks too big on mobile.
    I’ve tried with:

    @media
    only screen and (max-width: 600px) {
    #item-actions, h2 {
    font-size: small;
    }}
    but it doesn’t work.
    What could be the reason?

    Thank you very much and I look forward to your response.

    #335066
    Mathieu Viet
    Moderator

    Hi @capexpe

    I believe we’ve improved this part actually in 14.0, see https://buddypress.trac.wordpress.org/changeset/13936.

    You shouldn’t put your custom language into /wp-content/languages/plugins because it will be replaced by the official translation after it has been updated by the Polyglots team.

    Custom language files for BuddyPress should be in one of the locations we are looking for:
    /wp-content/languages/plugins/buddypress
    /wp-content/languages/buddypress
    /wp-content/languages

    More informations are available from this documentation page: https://github.com/buddypress/buddypress/blob/master/docs/user/advanced/texts.md

    I’ve just tested renaming “Groupes” with “Expé” in custom fr_FR translation files I’ve included in the /wp-content/languages/plugins/buddypress folder:
    /wp-content/languages/plugins/buddypress/buddypress-fr_FR.po
    /wp-content/languages/plugins/buddypress/buddypress-fr_FR.mo

    And it’s behaving the way it should, see screenshot below:
    Screenshot


    @adjunkten
    I have no idea how Loco translate deals with translation files, but if you put their generated alternative language files at one of the three locations I listed above making sure they respect the WordPress default way of naming these, it should also fix your issue. Here’s the translated message for the “members-only” login page.

    Restriced area

    Raja G
    Participant

    I am running a Multisite WordPress website with single network and having over 100+ subsites. I have installed the BuddyPress plugin (not network wide active) and activated it for only two subsites: https://example.com/texas and https://example.com/bayarea.

    I want each subsite to show its own business groups, but the /groups/ directory currently displays the same groups for all subsites. For example, if I create a group in the “bayarea” subsite, it is also visible in the “texas” subsite.

    Please advise.

    Thanks.

    #335023
    experthzone
    Participant

    Building a site with BuddyPress and the Divi Theme is definitely doable, but there are some compatibility considerations to keep in mind. The Divi Theme Builder is highly versatile, but its compatibility with BuddyPress depends on how BuddyPress structures its pages.

    Key Points:

    Post Type Compatibility: As the Elegant Themes team mentioned, if BuddyPress uses the default WordPress post type for its pages, you should be able to edit them using the Divi Builder without any issues. BuddyPress typically generates pages using custom post types for specific content like user profiles, activity feeds, etc.

    Custom Templates: You might need to create custom templates for BuddyPress pages. Divi allows for a lot of customization, so you can design layouts that suit your needs. However, the integration may require some manual tweaking to ensure everything displays correctly.

    Third-Party Plugins: There are third-party plugins that help bridge the gap between BuddyPress and Divi, making it easier to customize BuddyPress pages with the Divi Builder. You might want to explore these if you encounter limitations.

    Testing: It would be a good idea to set up a test environment where you can experiment with how BuddyPress and Divi work together, especially when it comes to customizing profile pages and other BuddyPress-specific content.

    If anyone in the community has experience with this setup, it would be great to hear your thoughts and any challenges you encountered!

Viewing 25 results - 201 through 225 (of 22,644 total)
Skip to toolbar