Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 26 through 50 (of 32,562 total)
  • Author
    Search Results
  • #337221
    devansh17
    Participant

    I am using LeranDash to sell the courses and also want to create a community using buddypress. So while using buddy press plugin along with the LearnDash plugin it gives registration error if some new client want to register on the website.
    I am using Divi theme as well.

    Please provide me the solution how I can use both the plugins.

    Earl_D
    Participant

    Hey thanks so much appreciate the help. I will let you know. Does this go in the functions files right? I ask because there is a header php file in my child theme as well. Also wondered about the BP custom file.

    #337159
    jasperdemann
    Participant

    BB said:
    “I checked our BuddyBoss demo and found that there is no active menu color for the user dropdown menu. So, the design you’re seeing is entirely related to your website’s theme. BuddyBoss doesn’t provide any default active color styling for those menu items.”

    BuddyX Pro said:
    “Upon discussing your concern, we found that this issue is related to the core functionality of BuddyPress and BuddyBoss. Unfortunately, we will not be able to fix it from our end, as it falls outside our scope of control.”

    Somebody is definitely wrong!

    No problem.
    I spent some time today finding a workaround so I’m good now, thanks.

    Earl_D
    Participant

    I am running the latest WP &:BP on the Buddy X a free theme and want to have the display name show in the profile header instead of the username. Particularly for the admin. Any help is appreciated.

    #337126
    Saeed Piri
    Participant

    Dear @inspirationacademy,
    Unhide the .messages-form .submit (Astra Pro may be hiding it) with:
    .messages-form .submit { display: inline-block !important; }
    If it’s still missing, copy the BuddyPress messages template into your child theme, add back the <button type="submit" name="send">Send</button>, then clear all caches.

    #337071
    inspirationacademy
    Participant

    With BuddyPress and LearnDash the send button is missing when trying to send a message to an instructor. How can I fix this? We use the Astra Pro theme.

    jgasba
    Participant

    Is there some recommended way to make the plugin load its necessary scripts and styles when used in the context of a pjax/ajax/pwa/no hard reload website?

    For now I’ve been tinkering but it does not work as I would want and I’m wondering if some people would have some insights to share about this.

    My issue is simple: if visit directly a page that has Buddypress components, it loads its styles and scripts properly, but not if I visit the homepage for example and then navigate to a Buddypress page. Then the server does not know it has to load.

    I’d like either to find a JS way to load the scripts and styles.. or to force BuddyPress to load them in everypage (community pages are a big part of the project)

    capexpe
    Participant

    WP: 6.7.1
    BP: 14.3.1
    BPGE: 3.7.0
    Theme : BuddyBoss with a custom child theme

    Before version 3.7.0 of the buddypress-groups-extras plugin, I could reorder the group tabs, even the Home/Activity. I used this to put Pages on top (above Activity) to ensure it was the landing page for the group.
    Activity is now hard coded as the first tab in core/templates.php of BPGE as explained in Emaralive’s response to my previous request https://buddypress.org/support/topic/activity-tab-cannot-be-moved-in-manage-page-general-settings-anymore/

    How could I change the default group landing pages to Pages instead of Activity?

    #337058
    jodigriego219
    Participant

    To integrate BuddyPress into your Chipotle menu site and boost user engagement, start by enabling key BuddyPress components like user profiles, activity streams, and groups to let users share reviews, customizations, and tips. Use a lightweight theme like Astra or GeneratePress for better performance, and install caching plugins like WP Super Cache to keep the site fast. You can pair BuddyPress with plugins like rtMedia for photo sharing or Youzify to enhance profiles and community layout. Keep the social features focused on food discussions and menu insights, and avoid adding too many extras to maintain a smooth user experience.

    emaralive
    Moderator

    Thanks for the screenshots, they do help. The page shown (General Settings) looks very similar to a page that is provided by the BuddyPress Groups Extras (BPGE) plugin, see the following screenshot:

    Truncated screenshot of BPGE plugin - General settings page

    As indicated in the screenshot, the Home or, in your case, the
    Activities tab is fixed in place by the code:

    
    if ( $nav['slug'] === 'home' ) {
    	$disabled = 'ui-state-disabled';
    }

    The above snippet can be found here and just indicates that the Home tab is disabled from being sortable. The following is what the element (li) has as classname (default ui-state-disabled) for a non sortable tab of which the only one is the Home tab.

    
    <li id="position_686f6d65" class="default ui-state-disabled">
         <strong>Home</strong>
    </li>

    While a sortable tab has default ui-sortable-handle as a classname.

    <li id="position_6d656d62657273" class="default ui-sortable-handle" style="">
          <strong>Members <span>1</span></strong>
    </li>

    The BPGE plugin author claims this change was due to:

    Group's "Activity"/"Home" navigation link is hard coded in BuddyPress to always be the first one, so disable its reordering.

    However, when I rollback from v3.7.0 to v3.6.10, the Home tab is now sortable and can be moved. So the reason for the change is not entirely true.

    Moving along, since the General Settings page from the BPGE plugin is similar to the page from your screenshots, we may be able to infer that there was a fork of some the code (the pages portion) from the BPGE plugin and was included in the BuddyBoss theme which AFAIK is a commercial (paid) theme, meaning I can’t verify the code within this theme due the status of free vs paid. If this is the case, then your resolve will have to come from the BuddyBoss developers. However, if the code that supports manage Page general setting resides elsewhere, e.g., custom code or 3rd party plugin, then the resolve is the responsibility of those who authored the code.

    As an aside, as it relates to the BPGE plugin, there is an appearance of wonkiness with the reordering of group tabs which appears to be a factor that caused the change to make the Home tab not sortable, however, I’m not sure if BuddyPress is causing the wonkiness,

    Having stated all of the above, it seems to me, the reason that you want the Pages tab to be the first tab is because you want that to be the landing page. Would this be a correct assumption? If so, there may be the possibility of changing the landing page to Pages, regardless of the tab order, which will depend on similar the code is similar enough to the BPGE plugin.

    Kudzai V
    Participant

    Hello! I’m using the BuddyX theme with buddypress. When someone clicks the “x” delete conversation button, the whole conversation is deleted without any confirmation message asking if the user is sure. So if you accidentally click the x, the whole conversation is gone forever. Any way to avoid this? Or does anyone know php I can add to fix this? ChatGPT’s code didn’t work.

    emaralive
    Moderator

    2) … Also there, there is no way to change things here ? Add the thumbnail on the posts list for example, or separate the “comments” and “posts” tabs,…

    Things” can be changed programmatically. Additionally, BuddyPress does not come standard with “Posts” or “Comment” tabs. The only separation for these items is via the dropdown filter selection for “Posts” or “Comments” located in the Sitewide or User Activity streams which is standard for BuddyPress.

    3) OK, really confusing.
    And if the displyed name and real name arent the same, how can a user know the real @ he has to use to tag someone ?
    BTW, i’ve made some tests and even if i use @displayname or @username, it doesnt send a notification to the user,…

    Users typically figure out who is who and for @mentions, only the username is used for notifications. For example, a scenario where there are 2 users with the same displayname which happens to be Apple, however, each has a different username because usernames must be unique. Maybe a visual will help you digest this information:

    Screenshot of @mention using the displayname

    If you are having issues with notifications, that is a different issue and might be related to some external factor such as a plugin or theme that is interfering with the notification process.

    As for Main settings, yes, those available via a UI are limited, however, programmatically, there are plenty via constants, filter hooks and action hooks.

    pharrell2
    Participant

    Sorry for the late answer, i was working on somthing else.

    Thanks for the answers 😉

    1) Weird, i didnt change something with plugin or theme.
    Also i dint install any template. I’ll take a look at this

    2) OK, thanks a lot, the ““Site Tracking” option wasnt checked 😀
    Now i can see posted blog posts and comments made.
    Also there, there is no way to change things here ? Add the thumbnail on the posts list for example, or separate the “comments” and “posts” tabs,…

    3) OK, really confusing.
    And if the displyed name and real name arent the same, how can a user know the real @ he has to use to tag someone ?
    BTW, i’ve made some tests and even if i use @displayname or @username, it doesnt send a notification to the user,…

    It is difficult to use BP as the options are only 2 single pages… :/

    #336778
    David Wickstead
    Participant

    Within the profile when logged in the user can select and add their own cover image. This will allow all users to have their own unique cover images.

    You might want to make sure your images are not too big and the correct proportions otherwise they will be cropped. Depending on your theme this size might vary but a good starting point would be 1350px wide and 350px tall or for full screen width 1920px x 640px.

    #336776
    siliah
    Participant

    Hello everyone,

    I would like to report a bug with BuddyPress that occurs after a member receives a notification informing them that they have been awarded the verification badge on their account.

    Here is the error that appears in the logs. Note that as long as the member has not deleted the notification indicating that they have received the verified badge, every page they visit on the site will generate an error in the logs. You can imagine the number of errors this can produce with many members online simultaneously.

    2025/03/20 19:40:39 [error] 5891#5891: *4127 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined array key "name" in /www/site_734/public/wp-content/themes/theme/includes/functions/buddypress/theme-functions-buddypress-notification.php on line 268" while reading response header from upstream, client: 173.792.398.52, server: site.com, request: "POST /wp-admin/admin-ajax.php HTTP/2.0", upstream: "fastcgi://unix:/var/run/php8.2-fpm-site.sock:", host: "site.com:33800", referrer: "https://site.com/"

    #336659
    michaelc1
    Participant

    Hello,
    I am currently working on my new website https://learnhisword.org/
    I am using WordPress 6.7.2 and BuddyPress 14.3.3

    No menu items are showing at all in the menus section. Can’t add them either it seems.

    I am not using a Buddypress theme! I am using the Masteriyo LMS.

    #336628
    ideer343434
    Participant

    ### **1. Check if the Groups Directory Page Exists**
    – Go to **Pages** in your WordPress dashboard.
    – Look for a **Groups Directory** page. If it’s missing, create a new page and set it up as needed.

    ### **2. Verify Permalinks**
    – Go to **Settings > Permalinks** and click **Save Changes** (without changing anything). This refreshes permalinks and can fix missing pages.

    ### **3. Check Theme & Plugin Compatibility**
    – Temporarily switch to a default theme (e.g., **Twenty Twenty-Four**) and check if the directory appears.
    – If it does, the issue might be with the **Kadence theme** or custom code.
    – Disable all plugins except **SCF** and gradually enable them one by one to find conflicts.

    ### **4. Review Page Template Settings**
    – Edit the **Groups Directory** page and check if the correct **template** is selected.
    – Try switching to a **default template** if a custom one is causing issues.

    ### **5. Ensure Groups Feature is Enabled**
    – If you’re using **BuddyPress**, go to **Settings > BuddyPress > Components** and ensure **”Groups”** is enabled.

    ### **6. Check for Custom Code Issues**
    – If you’ve added custom code in **functions.php** or used **SCF** for custom fields, check if it’s interfering with page visibility.

    asapadvisors
    Participant

    Hi,

    I am new to buddypress. I have implemented the Kleo theme. When I am trying to sign-up with non-custom emails viz: @gmail.com or @hotmail.com, etc. The registration verification email does not reach the mailbox.

    Kindly Help

    WordPress Version 6.7.2
    BuddyPress Version 14.3.3
    https://cfoforum.co.in

    #336617

    In reply to: Infinite replies

    davesadows
    Participant

    Hello,

    I’m trying to create custom commenting on a buddypress install. I basically would like to have 2 levels of nested comments, and infinite replies without the indentation causing comments to be unreadable. I found this code, but I think it’s specific to WordPress comments, not buddypress:

    Home » WordPress » How to Have Infinite Replies with WordPress Threaded Comments

    How to Have Infinite Replies with WordPress Threaded Comments
    WordPress doesn’t allow to have infinite replies beyond the maximum nested comment depth. In this tutorial, I’ll show you how to create a “Reply” link for all threaded comments, regardless of the depth.

    Table of Contents

    Code for Infinite WordPress Replies
    No Need to Modify Core WordPress Files
    Why Increasing the Max Depth via Code Doesn’t Work
    Allow Flat Inline Replies Like on Facebook
    Related to WordPress Comments:

    How to Disable Links in WordPress Comments
    How to Remove “Comments are Closed” from WordPress
    How to Block WordPress Comment Spam Using Cloudflare
    How to Display Error Messages in the WordPress Admin
    In this screenshot, I’ve set the nested comments level to three:

    WordPress Nested Comments Three Levels Deep
    WordPress Nested Comments Three Levels Deep
    WordPress will nest comment replies to this depth and then stop showing the “Reply” link at the bottom of every comment, as shown here:

    WordPress Comment Reply Missing on Maximum Depth
    WordPress Comment Reply Missing on Maximum Depth
    Because of this limitation, visitors can’t have an ongoing conversation on your site, thereby stifling debate. The code below fixes this problem.

    Code for Infinite WordPress Replies
    To solve the above problem, paste the following code into your theme’s functions.php file, or better yet, use a custom plugin for code insertion. Whichever way you choose, here’s the code you need:

    // Add a custom reply link for infinite comments

    function add_a_reply_link($comment) {
    $temp = get_comment_id();
    $comment_handle = get_comment($temp);
    // $comment_handle = get_comment(get_comment_id());
    $comment_link = get_comment_link($comment_handle);
    $comment_id = get_comment_id();
    $post_id = get_the_id();
    $author = get_comment_author();

    $comment= $comment . ‘<p>Reply</p>’;

    return $comment;
    }

    add_filter(‘get_comment_text’, ‘add_a_reply_link’);

    // Remove the default reply link

    function remove_reply_link() {
    return ”;
    }
    add_filter(‘comment_reply_link’, ‘remove_reply_link’)

    noelcolby13
    Participant

    I added buddypress groups to the website as a feature for members to share posts on the group activity feed, live chat and create networking groups.
    However, when i go to the groups homepage and the text box at the top to share a post wont work. It lets me click on it and type but there isnt a submit button to share the post. I also had to switch the template pack from BP Nouveau to BP Legacy because on the Nouveau template the activity feed page does not even show up at all. I’m using Astra as my WordPress website theme at the moment.

    #336602
    emaralive
    Moderator

    Hi,

    Some of the answers may have to come from the Theme developer, i.e. Re-Hub theme, for example:

    1) How can I configure the user profile page? There are elements I find unnecessary for my website, and I’d like to remove them: the sharing buttons, the “write a note” option, etc.

    The “sharing buttons” and “write a note” options are not standard for BuddyPress and are either introduced by your theme in use or possibly from a plugin you have actuated.

    Additionally, without getting into a lot of detail, depending on the template pack in use, e.g., Legacy or Nouveau, there are an assortment of template pages that can be overloaded/overridden (requres advanced knownledge).

    2) Users registered on my site can publish articles using a frontend plugin, comment, etc.
    However, nothing appears in the “Activity” section: even if someone has published an article, nothing shows up. Similarly, nothing appears if they leave comments, someone replies to their comment, or tags them.
    Also, what does the “Favorites” button correspond to? With the theme I’m using, users can save articles as favorites, which are then displayed on a dedicated page. Is that what it’s supposed to refer to?

    As to “articles“, I’ll assume these are synonymous with “blog posts“, typically these are synced to “Activities” via BuddyPress settings (wp-admin > Settings > BuddyPress) by enabling the “Site Tracking” component within the “Components” tab and enabling the “Post Comments” option under “Activity Streams” within the “Options” tab. See Post comments

    As to “Favorites”, think of these as “bookmarks”, IOW, Activity items may be marked as “favorites” or unmarked as “Favorites” which will be listed within the “Favorites” tab, if marked accordingly and, yes, Favorites behave as you have indicated.

    3) On the profile page, users can change their username and select a username that’s already in use (which isn’t allowed during registration). How can I fix this?

    Usernames are unique and cannot be changed. In a “users” profile, the username is preceded/prefixed with the @ symbol. What may be confusing is the “Name” field which is more akin to the display name, to be more precise, it appears to be the “Display name publicly as”, which can be the same as the username or can be different from the username. What’s confusing is that there specific BuddyPress profile fields that correspond WordPress profile fields that may or may not have the same nomenclature. See Your Profile Screen – names section.

    It seems like you are trying to fix something like, there can only be one user with a display name of "Alice". Rightly or wrongly, I suppose confusion abounds when a “display name” is conflated as being a “username”.

    Perhaps, someone else will have a better or more precise explanation than I have provided.

    #336547
    giszech
    Participant

    Hi support team,
    I’ve allready asked you few monthes ago – you told me “all is ok” – but I still cannot crop a profile photo. I hoped that the issue would be solved by itself with updates – but it did not.
    Please try it yourself – https://members.life-science.eu

    I have the AVADA 7.11.14 theme, but I am worry to switch to the twenty twenty five because I will not crash the whole WebSite.
    Buddypress 14.3.3
    Wordpress 6.7.2

    You also told me it’s a problem of AVADA and AVADA told me it’s a problem of BuddyPress. I guess you understand – this doesn’t help me.
    Thanks in advance
    Best wishes

    #336507
    satisfactionstate
    Participant

    Hello! Could you please help me with the issue if my custom theme. When I switch on it – I can’t create a group, because the is no any buttons ect. I use the simplest architecture at my theme: functions, page, archive, single, home, index, header, footer. And with the url mysite/groups/create/step/group-details/ the is a template of a page.php: header + footer + <?php the_content();?> There is only The title. When I switch to anoter theme – all the group setting appears when I try to create a group. I understand that there is a problem with my theme. Are there any additional requirements to use simplest custom theme with BuddyPress? Are there ane specific code or something else that I’ve missed? Thank you!

    #336499
    alexanderwbell
    Participant

    I setup a fork of the original github repo, I can’t guarantee it 100% works, especially like with following blogs and stuff like that as I haven’t tested that throughly. I also haven’t tested it with legacy themes. However, for regular following and for the following activity filters in bp_noveau etc… it should work.

    https://github.com/Alexanderwbell/buddypress-followers

    #336485

    hello friends at buddypress please i have issue where my site follow functions broke and i couldnt get it fixed as plugin developer is unreachable via github. the issue is the information below when debugged. please how can i fix this issue?

    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the buddypress-followers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the gamipress-link domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114

    WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
    SELECT COUNT(id) FROM wp_bp_follow WHERE follower_id IN (1) AND follow_type = ”

    WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
    SELECT COUNT(id) FROM wp_bp_follow WHERE leader_id IN (1) AND follow_type = ”

Viewing 25 results - 26 through 50 (of 32,562 total)
Skip to toolbar