Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,401 through 1,425 (of 73,985 total)
  • Author
    Search Results
  • #329490
    Jisd
    Participant

    Hello, when a user of my Buddypress site connects on his Android smartphone, he arrives on his WordPress admin instead of the home page of my site (inmelove.fr). Note that the toolbar is therefore present at the top of the screen, and that it appears only on smartphone screens.
    He must then click on the house icon (in the toolbar) to access the site and then the toolbar finally disappears.
    My question is this: Is it possible to remove this toolbar, and how.

    Thanks for your help,

    Sincerely,
    Jean

    Translated with http://www.DeepL.com/Translator (free version)

    #329481
    maessrdemo
    Participant

    I am using Youzify, but that doesn’t change the look of what I showed you. That’s how I hide the tab.

    BuddyPress looked like that as soon as I activated it, and before I installed Youzify.

    Edit: I’d describe myself as an advanced beginner, and realize there’s exponentially more that I don’t know about both WP and BP than what I do know. I definitely don’t have the skills to change anything on BP beyond what I can do in Youzify, so I absolutely didn’t go in and mess with code or even too many settings.

    #329479
    maessrdemo
    Participant

    Heh that’s BuddyPress. That’s what popped up when I installed and activated the plugin. I’m sure the theme has hijacked some stuff. I’ll check in with the designers.

    Thanks!

    #329476
    Venutius
    Moderator

    BuddyPress does not provide a media directory, never has. My best guess, is that your theme has an integration with a media plugin, probably rtMedia, and if you install the right one, you’ll get options to make your own galleries. but it still would not include your activity post media in there as BuddyPress is in control of those items.

    #329475
    maessrdemo
    Participant

    Definitely no plugin. I installed BuddyPress, and that’s what it looked like out of the box.

    I’m using a theme called Magnolia, which is built on Genesis I believe.

    https://support.17thavenuedesigns.com/category/370-magnolia-theme

    I don’t know if that’s helpful.

    #329464
    Venutius
    Moderator

    Hi there,

    BuddyPress does not use the WordPress media directory, it uses it’s own directories for storing media

    maessrdemo
    Participant

    I can’t find a way to upload any media to it. There are photos and videos that I’ve posted to the activity feed, but they don’t show up under that tab.

    Can anyone help me with this?

    I installed BuddyPress two weeks ago, and I’m on WP 6.2.

    #329462
    ruralinfo
    Participant

    Hi, I want to use a buddypress group for sort of a general chat function for my website. I have found snippets to remove group tabs but I can’t seem to figure out how to hide a single tab in only one group.

    The tab I want to hide in this single group comes from this plugin: BP Group Documents: https://wordpress.org/plugins/bp-group-documents/

    Does anyone have any ideas? Thank you so much..

    #329418
    Margriet
    Participant

    Hi,

    I am using BuddyPress on a multi-lingual Divi website (WPML) with 2 a subdomain for each languages.

    The website is https://klm-huisjes.ellyvandriel.nl/
    WordPress 6.2
    BuddyPress 11.1.0

    The Registration and Activation pages exists but are empty and when trying to visit them, I am refered to the homepage. Adding a new Registration page did also not resolve the issue. This page is also empty.

    I just read this and wonder if this is causing the issue: Please note: For BuddyPress Multilingual to work, your site’s language URL format needs to be set to use different languages in directories. You can find the language URL options by going to WPML → Languages and scrolling to the Language URL Format section.

    If so, is there a solution. This website really needs the 2 different subdomains.

    Thanks,
    Margriet

    zokkoz
    Participant

    Hi!

    I installed BuddyPress on a multisite (activated both on the network and on the main site of the netowork) but all the BuddyPress pages returns blank and 404 pages, as you can see here: https://www.awesomescreenshot.com/video/17114642?key=29418fda6549e8fcd3499704aa44caf5.

    How can I fix that?

    Best regards,

    #329361
    Damien
    Participant

    Hi,

    I created an ACF field in the users profile.

    I will keep displaying this field in the list of users on the “send-invites” group page which is generated in “buddypress/common/js-templates/index”.

    Do you know if it is possible to have a get_field(‘field_name’) there?
    I can’t figured it out.

    THANKS

    gkgeorge
    Participant

    I have a problem translating members, activity and groups pages.
    I am using Polylang & Loco Translate but still there is no option to translate them.
    If i try to translate them with polylang, the content replaced with just a header.
    Loco translate shows that Buddypress is 100% translated to all the languages, but i cannot find a way to display them..

    #329346
    Matt Alexander
    Participant

    I Know this is old (but probably not by BuddyPress standards!) but this is actually an API issue: the WP heartbeat API has to be switched on for the frontend.

    My host is Sitegrounnd and they dish out their own optimising plugin which has been responsible for a couple of things not working actually, this is one of them.

    Under the environment tab is the heartbeat setting. It was switched off by default for the frontend for site performance reasons.

    Find that setting!

    #329339
    Matt Alexander
    Participant

    I Know this is old (but probably not by BuddyPress standards!) but @Heather – brilliant this is it! My host is Sitegrounnd and they dish out their own optimising plugin which has been responsible for a couple of things not working actually, this is one of them. Under the environment tab is the heartbeat setting! funnily enough though I had it turn it on!

    #329275
    cryptocoffee22
    Participant

    I’ve built a site in Elementor using BuddyPress and Buddybuilder to customize the profile page etc. However, I am also needing certain things to work with toolset views. Views requires either the ID or the username of the member.

    When I use the regular shortcodes to display ID or Username it’s simply showing me mine for all profiles rather than that of the profile owner. How do I make a shortcode which will pull the buddy press data and show for the profile owner?

    Steve Taylor
    Participant

    Out of about 6000 members, we have around 1000 who have no entry with the type last_activity in the wp_bp_activity table.

    I think some will be simply members who have yet to log in, but it doesn’t seem to be all of them.

    For instance, if I search the data for members who have no last_activity but do have an entry with type updated_profile, I find over 700 members.

    As far as I can tell, the function bp_core_record_activity() is hooked to wp_head, and should be updating last_activity every 5 minutes.

    There being no last_activity definitely seems to be a bug of some kind. If I edit the Extended Profile in admin of a member with no last_activity, ‘Last active’ in the ‘Member’s stats’ box shows the current date/time. This seems to be because in \BP_Members_Admin::user_admin_stats_metabox(), the account is activated (so $last_active doesn’t get assigned the registration date), but bp_get_user_last_activity() returns nothing. So strtotime( $last_active ) returns the current date/time.

    Any ideas as to how this might have happened?

    I wondered about the ‘Repair member “last activity” data’ option under Tools > BuddyPress, but I ran this on my local installation and it doubled the number of members without last_activity, so I’m not sure what that’s about.

    fantamily
    Participant

    Hello everyone, I have a problem with sending the friend request. When a user sends the friend request to another member, whoever receives the friend request does not have the button to accept it. I’ve tried changing the theme and disabling all plugins but it doesn’t work. So I think it’s a buddypress update issue. Thank you

    fantamily
    Participant

    Hello everyone, I have a problem with sending the friend request. When a user sends the friend request to another member, whoever receives the friend request does not have the button to accept it. I’ve tried changing the theme and disabling all plugins but it doesn’t work. So I think it’s a buddypress update issue. Thank you

    #329242
    opophrs
    Participant

    A field in Signup Fields duplicated.
    I’m really pleased if someone tell me how to fix this.

    I have no idea about what is cause,
    it occured when I added some fields in “Base” Tab(Predefined items).

    #329215
    Philippe Roussel
    Participant

    Hi,

    I recently installed BuddyPress. For some reason, profile pictures take all the space in width above the different option tabs in personal accounts. People do not want to see their faces in huge when logging in to check their accounts; how can I fix this?

    Thanks for your help,

    Philippe

    usman568
    Participant

    Switching to a new platform like BuddyPress can be a great way to improve your website’s user interface and experience, but it is important to make sure the transition is as smooth as possible to avoid any negative impact on your website’s traffic and ranking. Here are some steps you can take to make sure the migration process goes smoothly:

    Back up your website: Before making any major changes to your website, it is important to back up all of your content and data. This will ensure that you have a copy of your website in case anything goes wrong during the migration process.

    Choose a reliable migration tool: There are many migration tools available that can help you transfer your website’s content from WordPress to BuddyPress. Look for a tool that is reliable, easy to use, and has good reviews from other users.

    Test the migration tool: Before migrating your entire website, it is a good idea to test the migration tool on a small portion of your content. This will help you identify any issues or errors that may occur during the migration process.

    Customize your BuddyPress theme: Once you have migrated your content to BuddyPress, you will need to customize your theme to match the look and feel of your original website. This may involve tweaking the layout, color scheme, fonts, and other design elements to create a cohesive and user-friendly interface.

    Test your new website: Once you have customized your BuddyPress theme, it is important to test your new website to make sure everything is working properly. Check for broken links, missing images, and other issues that may affect your website’s user experience.

    Redirect your old URLs: If you have changed the URLs of your website’s pages during the migration process, it is important to set up redirects to ensure that users are directed to the correct pages. This will help maintain your website’s traffic and ranking.

    Overall, switching to a new platform like BuddyPress can be a great way to improve your website’s user experience, but it is important to approach the migration process carefully to avoid any negative impact on your website’s traffic and ranking. By following these steps and being diligent in your testing and customization, you can ensure a smooth transition and a successful launch of your new website.

    palmexlepear234
    Participant

    Hello,
    The theme I use for my website, which features content related to the 666 angel number love, is customized by WordPress. Although I am interested in switching to BuddyPress, I want to make sure UI/UX is not impacted by the migration process. Please advise me on how to complete this migration while maintaining the website’s traffic and ranking. Thank you for your help.

    mystichrome
    Participant

    Hello,

    Is BuddyPress 11.1.0 compatible with PHP 8.x? If I click on the Activity menu item and click on any post to make an edit, the Activity History box has the following message:

    “There has been a critical error on this website. Please check your site admin email inbox for instructions.”

    However, no such email appears in my inbox, and it never states what exactly is the critical error. Also, I cannot edit the time stamp of a post. Nothing happens when I click on the Edit link.

    The reason why I’m asking is because I’ve run into similar critical error messages for a few other back-end components on my website that are exhibiting compatibility issues with the new PHP 8.x. My website is currently running WordPress 6.2 and PHP 8.1.17, in case if anyone needs to know. Any help in resolving this issue will be greatly appreciated.

    Aaron

    #329175
    deividuska
    Participant

    Same issue as well.
    I have this error in console on click Send Reply
    buddypress-messages.min.js?ver=11.1.0:1 Uncaught TypeError: e.has is not a function
    at n.sendReply (buddypress-messages.min.js?ver=11.1.0:1:22353)
    at HTMLDivElement.dispatch (jquery.min.js?ver=3.6.1:2:43064)
    at y.handle (jquery.min.js?ver=3.6.1:2:41048)

    sendReply: function(e) {
    e.preventDefault(),
    !0 !== this.reply.get(“sending”) && ((e = this.options.thread).has(“id”) || (e = this.options.collection.at(0)),
    this.reply.set({
    thread_id: e.get(“id”),
    content: tinyMCE.activeEditor.getContent(),
    sending: !0
    }),

    ejoopasco
    Participant

    Hello,

    Setup:
    WP version 6.2,
    BP version 11.1.0,
    PHP version 7.4

    I want an activation mail setup during the registration process, as the site needs a double-opt-in for the registration of new users.

    the problem is as follows:

    • A user registers
    • An email is sent to the admin, that a user registered
    • BUT the promised activation email to the user does not get sent.

    as I thought this might be a common problem, of course I have done some research and found no fitting solution, as the mails in general do work, what the solutions claim to fix.

    I have also done excessive testing.

    I found no cause/solution and so I supect a BP/WP bug or misconfiguration I did not find.

    I confirmed via MailHog and the “Post SMTP” plugin that the mail does not get sent at all, but other mails get sent. So from my point of view there is NO Problem with SMTP or mail sending in general.

    When I reject the user in the confirmation process, then a mail gets sent to the user.

    I have checked the Mail-Templates of BP, repaired them twice and checked for the trigger “Der Empfänger hat sich registriert”, in english: The recipient has registered”.
    All this happens on the local and the production server.

    I deactivated as much other plugins as possible to exclude them as source of the error.

    Everything seems to be fine. But the Email does not get sent. I am totally stuck.

    Can someone help?
    E.g. confirm the activation mail gets sent/not sent?

Viewing 25 results - 1,401 through 1,425 (of 73,985 total)
Skip to toolbar