Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 876 through 900 (of 22,686 total)
  • Author
    Search Results
  • #322504
    jobinelenjical
    Participant

    BuddyPress version – 10.0.0-beta1 or 9.1.1(stable version)
    Theme – Twenty Twenty or any theme
    Wordpress version – 5.8.2

    When I change Cover Image it is working fine.
    But when I change Profile Photo it is giving error – There was a problem cropping your profile photo.

    I am not able to find out why it is giving this error.
    Please help urgently

    #322503
    tiktokaccountant
    Participant

    Why do I get this pop up on my wordpress?

    “The following active BuddyPress Components do not have associated WordPress Pages: Register.”

    I have to use Buddypress for something, but I dont want to associate WordPress Pages. Can I turn off this error? If I click on it, it stuffs up my site.

    #322495
    wackao
    Participant

    Yes, there are 2 most probable reasons :

    1. Reverse IP does not match.
    2. Missing SPF rules in DNS. If you have cPanel powered server, you can easily check in its SMTP settings which is able to detect and tell you the exact cause. You may be missing a SPF rule in your DNS, cPanel will mention that.

    —-
    A quick alternate is to install a WordPress mail plugin like Postman SMTP and try sending the emails in the textual format, or use this plugin : https://wordpress.org/plugins/vibe-buddypress-to-wp-mail-fix

    #322460
    wackao
    Participant

    The migration to WordPress rewrites API is a welcome change, although quite late to the party. We’ve been experimenting a lot lately inside BuddyPress core and now with this change do you think we can remove initialisation of BuddyPress on all the Pages in WordPress ?
    The BuddyPress gets initialised on all the pages / posts of WordPress, creating its massive object at run time using URL’s. This creates an overhead as BuddyPress gets initialised on page where it is not in use.
    Do you think, migrating to WP Rewrites, we can take this up and remove this forced initialisation.

    #322430

    In reply to: Tiktok

    wackao
    Participant

    I think the wp_embed filter can be used to embed tiktok videos.

    wp_embed_register_handler()

    #322426
    llifeform
    Participant
    #322425
    llifeform
    Participant

    Perfection! This looks really really good 🙂

    Is it possible to integrate this directly with the info on the member profiles in anyway?

    Maybe WordPress / Buddy press could buy your tech?

    Its so nice to have these infoboxes for each article and Company presentation-articles.

    #LinkedIn

    #322415

    In reply to: Loading CSS Files

    wackao
    Participant

    Thank you for reporting this should be logged in the bug report.

    https://buddypress.trac.wordpress.org/report/1

    wasanajones
    Participant

    I’d like to add custom WordPress profile fields that in turn are synchronized with BP Xprofile fields. (I want to register users not using buddypress for registration)

    this bpdev post hints that is would be a ‘thing’ – but the explanations are incomplete. https://bpdevel.wordpress.com/2021/03/24/wordpress-xprofile-field-types/

    searching solutions for adding WP profile fields look like there is no way they’d be compatible with Xprofile sync

    Is this even possible?

    Is there an explanation/tutorial somewhere?

    Thanks

    #322332
    meitalaaa
    Participant

    I wrote the following function, but i still can’t create a group. I’ve made sure that the function is getting called, so that is not the issue

    function start_a_new_group($profile_id, $status) {
    if ( !function_exists( ‘groups_create_group’ ) ) {
    require_once ‘/bp-groups/bp-groups-functions.php’;
    }

    $defaults = array(
    ‘group_id’ => $profile_id,
    ‘creator_id’ => get_current_user_id(),
    ‘name’ => ”,
    ‘description’ => ”,
    ‘slug’ => ”,
    ‘status’ => $status,
    ‘enable_forum’ => 0,
    ‘date_created’ => bp_core_current_time()
    );
    return groups_create_group($defaults);
    }

    Wordpress version 5.8.2
    Buddypress verion 9.1.1
    Theme is Twenty Twenty

    Any ideas?

    #322329
    gsawa222
    Participant

    Yes you some times it happen to me also as you can check my blender reviews blog website that is hosted on WordPress you can learn about it here.

    #322325
    ttempo510
    Participant

    I want to create an option to add new user(register) from logged in admin account. I don’t want to use WordPress default registration page. How can I do that?

    melbatoast4
    Participant

    Having an odd problem, which is that I can’t add any members to a group if it was originally created with an ampersand in the name. Even if I change the name of the group (to and) and even if the slug doesn’t have any special characters, I still can’t add any members. I get the error: The following users could not be added to the group.

    I’ve tried disabling all other plugins, deleting BuddyPress and installing it from scratch, etc. I’m using the latest version of WordPress and BuddyPress. Any thoughts welcome.

    #322273
    valuser
    Participant

    Perhaps Check-ins for BuddyPress Activity by Wbcom Designs might suit.

    #322261
    rayem
    Participant

    Hi!

    I created a community website for people to meet and travel so I installed BuddyPress.
    There are post blogs showing places to visit and I’d like for the members to be able to “like” a post of the place they’d like to go and to have it written somewhere in their profiles like “Friends” “Groups” “Activity” etc.

    I tried several extensions but it doesn’t work, I tried Buddypress like by Darren Meehan (which doesn’t work at all), Favorite by Kyle Phillips seem to work but I can’t link it to the profiles. Idk what I can do.

    I use the Divi theme, WordPress is 5.8.2 and BuddyPress is 9.1.1

    Here’s the website http://armyvof.cluster031.hosting.ovh.net/ (sorry but it’s in french, no english!)

    Thanks in advance!

    #322254
    sunnyone1234
    Participant

    Hello, I am very fresh in BuddyPress, I got very wired issue.

    My site is just a hello world version.

    After I activate BuddyPress, one wired header appears on the top of my site. It includes a wordpress logo, Log In and Register and a search bar.

    This wired header is always there, even if I have selected one theme or do something else. It is always at the top of the site….

    Could anyone please tell me where shuold I go to deactivate this things?

    #322233

    In reply to: User Calendar/Agenda

    sds333
    Participant

    Is this good idea to use the calendary plugin for any eCommerce website of WordPress?

    #322131
    promtedcoin64
    Participant

    Hello friend. You can try these plugins:

    To Expand notifications: https://buddydev.com/plugins/bp-group-activities-notifier/
    And they include a snippet you can use to email members.

    Or this that lets your users control their email subscription

    BuddyPress Group Email Subscription

    #322119
    skpc1
    Participant

    How to hiding members page from non logged in users ?

    //Hide for non-logged-in users (public visitors)
    function bp_logged_out_page_template_redirect() { if( ! is_user_logged_in() && is_page( 'members' )|| is_page( 'activity' ) || bp_is_user()  ) { wp_redirect( home_url( 'https://vvcares.com/?buddypressBlogPostRedirect' ) ); exit(); } } add_action( 'template_redirect', 'bp_logged_out_page_template_redirect' );

    Ref; https://vvcares.com/blog/post/wordpress-buddypress-hide-page-from-non-members

    elitechsavvy
    Participant

    Hi folks,

    I’m troubleshooting why users cannot write on other members’ posts.

    My wall shows a green button but on other members are grayed out.

    These have been my actions so far:

    1. I’ve checked on Activity Settings and is selected. Which I did on/off with no results.
    2. I’ve run the tool options to “repair”
    3. Remove the plugin (Disable/remove)
    4. Install/activate the plugin
    5. All components are active
    6. All options are active
    7. WordPress report – Version 9.1.1
    Active components Community Members, Extended Profiles, Account Settings, Friend Connections, Private Messaging, Activity Streams, Notifications, User Groups, Site Tracking
    8. When inspecting POST grayed button got this line results: <input class=”loading” type=”submit” name=”ac_form_submit” value=”post” disabled=””>
    9. Check WordPress integrity/checksum – reinstall 5.8 FYI
    10. Reboot the server

    So far no luck.

    Any tips/hints will be highly appreciated!

    #321953
    choosing
    Participant

    Hi,
    I am facing an issue with Gravatar. I think by-default avatar (profile image) is not being loaded properly on user’s dashboard. Due to this issue users are not being added to cometchat dashboard. Please let me know asap how can I fix this issue.

    WordPress version : 5.8.1
    BuddyPress version : 9.0.0
    website URL : https://choosing247.com

    #321796
    rigsbyx
    Participant

    Hi folks,

    I want to launch the frontend of my website whilst continuing to work on the BuddyPress area in the background. I know that I can’t work on two separate WordPress websites and join them together, and so I’m looking for a way to hide BP while it’s under construction, but with the frontend being live.

    I would still like to allow comments on the frontend, and that would obviously mean users signing up and having potential access to the BP area, but obviously, I would like to hide this for a few weeks.

    Is there a way to do this without too much hassle? Maybe there is a plugin?

    Your help is much appreciated.

    Many thanks : )

    #321795
    shanebp
    Moderator
    reefcreature
    Participant

    Hi Everyone,

    I have an issue with the ‘Latest Updates’ widget. When someone posts a link into their activity, the widget doesn’t format the URL so it fits nicely in the widget area, instead it carries on going outside of the widget area and disappears off the side of the screen. Looks a but clumsy and unprofessional.

    Is there an easy fix for this? Does anyone else have the same issue? I’ve tried swapping themes but the problem still happens.

    Many thanks!

    Wordpress Version: 5.8.1
    Buddypress Version: 9.1.1
    Theme: Buddy X
    Site: https://www.thecoralreefresearchhub.com/

    #321788
    reefcreature
    Participant

    I am just wondering if anyone else has this issue. When users turn off email notifications it also turns off notifications that would otherwise go to their notifications page.

    Is there a setting someplace to change this so that users can request for email notifications to stop but regular notifications still happen?

    Thanks!

    Wordpress version: 5.8.1
    Buddypress Version: 9.1.1
    Theme: BuddyX
    Site: https://www.thecoralreefresearchhub.com/

Viewing 25 results - 876 through 900 (of 22,686 total)
Skip to toolbar