Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,776 through 1,800 (of 32,342 total)
  • Author
    Search Results
  • #309703
    #309698
    avidmktg
    Participant

    I am having the same issue using the BeSocial theme. I have deactivated all my plugins except BuddyPress and used the Twenty Nineteen theme instead of BeSocial and am still having the Friend Requests issue “No pending friend requests” shown instead of the users.

    #309697
    avidmktg
    Participant

    I am having the same issue. I did a clean install of WordPress. Using the BeSocial theme. Installed and setup Buddypress previously and no issues with Friend Requests “no pending requests” issue. However, this installation has problems. I deactivated all other plugins other than BP and changed it to a basic Twenty Nineteen theme, and still had the “No Pending Requests” issue when trying to add friends. It says there are 2 friend requests, but then you cannot see them when you click to view that page. Any fixes?

    #309653
    Mathieu Viet
    Moderator

    Hi @mohamedbakry83,

    In this case you’ll need to copy the email template into a /buddypress/assets/email/single-bp-email.php file of your active theme and edit it from theme to include a new template tag.

    something like:

    <?php mohamedbakry83_output_avatar(); ?>

    Then in a bp-custom.php file, you’ll need to include new function for this template tag:

    
    function mohamedbakry83_output_avatar() {
      $token = '{{recipient.avatar}}';
      printf( '<img src="%s">', $token );
    }
    

    In this file, you’ll need to use & adapt the filter @shanebp pasted in his first reply making sure to check $formatted_tokens['friend-requests.url'] & $formatted_tokens['initiator.id'] are set and then set the recipient.avatar token like this :

    $formatted_tokens['recipient.avatar'] = bp_core_fetch_avatar(
      array(
        'object'  => 'user',
        'item_id' => $formatted_tokens['initiator.id'],
        'html'    => false,
      )
    );

    This is for the friendship request email. But you should be able to do it for any email type with this example.

    #309643

    In reply to: BuddyPress 5.1.1

    Mathieu Viet
    Moderator

    @galato

    There’s nothing to do. BuddyPress supports PHP from 5.6 to 7.3. If you have an issue, I advise you to open a specific support topic explaining in detail your issue.


    @socolsrt
    & @rolandbianco

    Both template pack should be ok. There might be a trouble elsewhere. Please check again using a “TwentySomething” theme and no other active plugins than BuddyPress. If you still have an issue, you can open a specific support topic explaining in detail your issue.

    #309634
    Host Magi
    Participant

    I have searched the documentation and all over the web, and I cannot figure out thesolution to this issue. Would love some help on it if possible.

    So I want to change the styling of the signup button you can see here:

    Register

    I am trying to add the custom css to my child themes style.css but nothing is happening. I can only assume I am using the wrong css. But the code I am using was what I found when using chromes inspect tool. So I am not sure what I might be doing wrong.

    Here is the code, as I have it right now:

    `
    #buddypress .standard-form div.submit input {
    color: red;

    If anyone knows what I am doing wrong, I would sure appreciate your help!

    #309610

    In reply to: Does anything work?

    coolhunt
    Participant

    @wayneg03

    yeah… its tough going here – in these parts of the internet..

    To try to answer some of your questions..

    — for testing purpose.. try using the twentytwenty theme..
    — #2 YOURDOMAIN_NAME/wp-admin/options-general.php?page=bp-components
    **make sure “USER-GROUPS” is selected..
    then go to YOURDOMAIN__NAME/wp-admin/admin.php?page=bp-groups
    or try going to YOURDOMAIN_NAME/groups/create/step/group-details/

    — #3 Try going to YOURDOMAIN_NAME/wp-admin/nav-menus.php

    #309604

    In reply to: Posts Disappearing

    mizschmitty
    Participant

    X theme by Themeco. Thanks for the suggestion. I did the repopulation and the posts have not come back.

    coolhunt
    Participant

    @fabrizio1407

    I suggest creating a child-theme that targets the specific BP pages.

    If you just want to add background images – i think you can do that via CSS

    You can get away with a lot of look&feel by just doing a default cover image

    BuddyPress Default Cover Photo

    #309596
    coolhunt
    Participant

    @sbrajesh

    that worked really well…
    im dying in anticipation for @buddydev new theme..

    thank you!

    #309594
    #309581

    In reply to: Posts Disappearing

    coolhunt
    Participant

    Hey there.. @mizschmitty

    What theme are you using?

    Try rebuilding..
    Tools -> buddypress -> repopulate

    #309579
    svlearningcurve28
    Participant

    A newbie here chiming in,

    Buddyboss looks promising. I bought a license for the boss theme to use with their fork of the platform. Some observational points:

    The boss theme is nice, but is missing some very basic functions on the mobile version (search being one). Support would not say when it would be implemented, just that it is “on the todo list”

    There is no dedicated support forum for buddyboss (at least that I can find). As a paying user, you do get access to the support ticketing system. But a forum for (even paying) users would be nice.

    Their feature “roadmap” is “coming soon” and has been for at least a month

    Their ‘Get Support’ is also “coming soon”

    Their “Contribute’ is also coming soon

    At this time they are giving a hard sell on their product licenses. Including a “lifetime deal” for $1000.

    Don’t get me wrong, as a developer I am happy to pay for features that will serve my customers, but without the above items (especially the feature roadmap), I am very reluctant to shell out more cash for something that “might (never) be”.

    So for now it is a waiting game with a periodic pinging of their website to see when and if anything changes.

    #309571
    coolhunt
    Participant

    @nukeban buddyboss is running I am/was a customer

    You should give there boss theme a try. It’s very turnkey. They also have a theme called one social that works really well. Both out of the box works fantastic

    #309564
    Buddy Quaid
    Participant

    I cleared up the errors and got an email to send.

    Question:

    Is it possible to create a new template for certain emails? If I create a new template called single-bp-email-custom-2.php and put that in my /MY-THEME/buddypress/assets/emails folder. How do I tell bp_send_email() function to use it?

    #309560
    nukeban
    Participant

    Here’s 2 cents of input from a new comer…

    It’s great that BuddyPress is free, that’s certainly an important part of the market to serve, and I applaud members for doing so. Truly.

    However, there’s a downside to free too, nobody is obligated to the user, as is the case with paid software. So for example, if I were to succeed in my goals I’d have a social site full of serious professional people, who aren’t going to be easy for me to attract as they are already quite busy. I can’t afford to invest tons of time in winning them over, and then have some software let me down.

    So I’m looking for some situation such as I have with a WordPress.com paid account, where if something technical goes wrong they jump on it immediately and fix it, and I can stay focused on content, marketing, networking etc. The WordPress support team says they would help me with BuddyPress if they could, but it’s not their software so there’s only so much help I can expect, which seems entirely reasonable to me.

    I could come here for assistance, but I would have paid the BuddyPress team nothing, so it wouldn’t be reasonable for me to expect help unless somebody just happens to feel like it on that particular day.

    So as seen from here, BuddyBoss is not really competing with BuddyPress, but providing a different kind of service, a commercial service. The downside with BuddyBoss, best I can tell, is that BuddyBoss isn’t really up and running yet. You know, they’ve been unable to point me to a single one of their client’s sites, a limitation they explained to me quite promptly and politely.

    Wordpress.com has a theme which offers some level of social site features, but so far I’ve been unable to make any sense of it. If it’s confusing to me, it will likely also be to any new users I am able to attract.

    So my first impression is that BuddyPress appears to be interesting hobby software generously provided for free, but if I want a more serious setup I’ll have to start looking beyond the WordPress environment.

    #309556
    Buddy Quaid
    Participant

    UPDATE: GETTING CLOSER… I think

    So it’s confusing…. I changed the terms to aa_site_expired instead of “your-agentassets-pro…” etc.
    I changed it to the “situation” slug instead of the “email” slug.

    Question: How do I tell it that I want to send that particular email that I created. Multiple emails can have the same “situation” selected. So how do you tell it WHICH email you want to send? Seems confusing. However, changing it now let me past the “missing_email” error and now gives me a fatal error:

    Fatal error: Uncaught Error: Call to a member function get_address() on null in /home/aabiz/public_html/wp-content/plugins/buddypress/bp-core/bp-core-functions.php:3218 
    
    Stack trace: 
    #0 /home/aabiz/public_html/wp-content/plugins/agentassets-site-manager/includes/aa-agentassets-class.php(421): bp_send_email('aa_site_expired', NULL, Array) 
    #1 /home/aabiz/public_html/wp-content/plugins/agentassets-site-manager/includes/aa-check-for-expired-sites.php(77): AgentAssets::deactivate_expired_blogs(Array) 
    #2 /home/aabiz/public_html/wp-content/themes/agent-assets/buddypress/blogs/blogs-loop.php(22): getAllBlogsDetails() 
    #3 /home/aabiz/public_html/wp-includes/template.php(724): require('/home/aabiz/pub...') 
    #4 /home/aabiz/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/home/aabiz/pub...', false) 
    #5 /home/aabiz/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) 
    #6 /home/aabiz/public_html/wp-content/themes/agent-ass in /home/aabiz/public_html/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 3218

    Looks like it’s the NULL in:
    bp_send_email('aa_site_expired', NULL, Array)

    But I put in my email address in the call… why doesn’t this work?
    $sent = bp_send_email( 'aa_site_expired', 'bquaid@gmail.com', $args );

    #309551
    chaddblanchard
    Participant

    Hey @imath

    Thanks for the help! We upgraded our site to a new theme and as part of the upgrade the theme developer moved to the new BuddyPress theme. We made several changes to BuddyPress in old old theme and I noticed that the BP Nouveau stuff was different. I got everyone put back except this. Again, thanks for the help!

    #309550
    mizschmitty
    Participant

    A couple of recent posts have disappeared from the activity stream. I checked and they aren’t marked as spam. I switched to WP Twenty Twenty theme and the posts are still missing. What could be causing this?

    WP 5.3.2
    BP 5.1.1

    https://40dayfocus.com/activity (must be logged in as user to view)

    #309524
    Mathieu Viet
    Moderator

    Hi @chaddblanchard

    If you are using the BP Legacy template pack, you can follow @shanebp snippet available in response to this support topic: Display profile fields on members page

    It will also work on the BP Nouveau template pack, but it will be wrongly positioned. FYI, I’ve opened a ticket to fix this in next BuddyPress major version.

    You can also use a different strategy using the BP Template hierarchy. If you create a copy of the bp-templates/bp-nouveau/buddypress/members/members-loop.php into a buddypress/members/members-loop.php file of your theme (be careful to respect the relative path into your theme: create a buddypress folder, then a members one and finally put the members-loop.php copy inside this folder. From this copied file, you can modify the html layout to include specific code to display the profile field(s) of your choice.

    Here’s an example: https://gist.github.com/imath/67c2c5d961083bc8d4205860a2a075b2#file-members-loop-php-L44-L46 The specific code to add has a yellow background.

    #309518
    chaddblanchard
    Participant

    I’m looking to add additional profile fields to the member loop in the new BuddyPress Nouveau. I was able to do this in the legacy theme but can’t get it to work in the new theme. Anyone been able to do this?

    #309505

    Topic: GIF Support

    in group forum Installing BuddyPress
    nabeelpommy
    Participant

    Hi everyone! I installed Kleo theme with BuddyPress to create a community website, now users add different media to buddypress activity stream using Media Press, but there is a problem that gif file not supported, I mean when a member upload gif file at wall post activity stream, then gif animation does not work and it acks as jpeg file. I want as a member upload gif it should display as it is.

    Regards

    #309483
    Kompozitor
    Participant

    Hi I have Buddypress that came along with the theme Musiks.
    Up to now I haven’t investigated BP functionalities a lot as I was focusing on the musical part of my site…

    I’m thrilled about BP functionalities. But there are a few things not working, maybe because of wrong parameters on my side…

    For example… I can display without any problem the members page

    Members

    but if I click on a specific member name, Kompositor for instance, it tries to take me to
    https://kompozitor.fr/thenotebar/members/kompozitor

    and this one ends on a 404…

    I’ve been looking around but I don’t get where the problem comes from…

    Could anyone help me ?

    #309476
    markcummins
    Participant

    I think you can also disable the generated password on the registration page for the nouveau theme by adding the following code to functions.php

    add_action( 'bp_before_register_page', 'bp_page_signup_disable_random_password');
    function bp_page_signup_disable_random_password(){
      add_filter( 'random_password', '__return_empty_string' );
    }
    #309462
    Brajesh Singh
    Participant

    Hi,
    You are most probably using a premium theme. The above is added by it or its addon.

    My guess is, it has some plugin for adding custoimize panel and somehow that is getting activated twice.

    Please look at the list of your active theme/plugin and see if you can find something like that.

    Regards
    Brajesh

Viewing 25 results - 1,776 through 1,800 (of 32,342 total)
Skip to toolbar