Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 476 through 500 (of 22,678 total)
  • Author
    Search Results
  • #331823
    exp3rts
    Participant

    thanks for this suggestion. just tested it and got an internal server error (500).
    wordpress says now it has a critical error.

    i also rather would like to disable the activity form for users instead of just not showing it, since you can easily bypass display:none in the inspection tools.

    thanks

    #331822
    ericwillson
    Participant

    To achieve the functionality you described, you can add the following PHP code snippet to your WordPress plugin or theme’s functions.php file. This code will hide the activity form from all users except admins:

    php
    Copy code
    function hide_activity_form_for_non_admins() {
    if ( ! current_user_can( ‘administrator’ ) ) {
    ?>
    <style type=”text/css”>
    .activity-form-class {
    display: none;
    }
    </style>
    <?php
    }
    }
    add_action( ‘admin_head’, ‘hide_activity_form_for_non_admins’ );

    In this code snippet:

    current_user_can(‘administrator’) checks if the current user is an administrator.
    If the current user is not an administrator, it adds a <style> block to the <head> of the admin pages, setting the CSS property display: none; for the element with the class activity-form-class. Make sure to replace activity-form-class with the actual class name or ID of the activity form element in your HTML markup.
    EXP3RTS ensures you have a backup of your site or are comfortable with making changes to your theme/plugin files before adding this code. Additionally, modify the class name in the code to match the actual class or ID of your activity form for it to work correctly.
    I HOPE THIS IS BENEFICIAL FOR YOU

    Seeking guidance on personalizing your WordPress theme? Join the conversation in our community to learn how can i customize my website look and feel. Get expert tips and insights from fellow WordPress enthusiasts on making your site truly unique and functional. Share your experiences and get valuable advice on tailoring your website to your specific needs.

    #331777
    sbanner26
    Participant

    Thanks emaralive,

    I gave that a try but no change. What other info would help? I’m using WordPress 6.3.2 running Hello Elementor Child theme and have BuddyPress set to Legacy. I have Elementor v3.17.2 and Elementor Pro v3.17.0 installed and running. Does any of that help?

    paginaswebea
    Participant

    Hello BuddyPress,

    First of all thank you for your work on creating the plugin.

    Second, I have a problem with a client’s website I’m currently building. We have run into an issue that when, uploading avatars by mobile, it compresses down the picture so much that it becomes blurry. It is not because of the image used. I have made sure I’ve uploaded a huge resolution photo to discard that.

    Where I see the problem is, BuddyPress somehow compresses the image to make it fit the phone screen, (it maybe makes it 150×150 for what I’ve read so far in the documentation), and then gives you the option to crop the image.

    The expect behaviour should be that the image retains the original “full” size, but shrinks down so it fits the mobile screen and you can crop/select whatever you desire.

    I hope I am explaining myself.

    I see that this bug is not new and has been around for several years, and so far, I haven’t been able to find any fix other than what is explained here, but then it stops the image from being responsive. (Anything further than 600 breaks the image hence you can’t see what you’re cropping).

    Changing default avatar size cropped/used by BuddyPress

    Is there a way to fix this, so the image retains the full quality when uploaded? I’ve set in place filters to retain 100% of quality image so wordpress doesn’t reescale them either (But you can give me more tips regarding this as well). An alternative solution would be to just disable the cropping part when uploading avatar.

    Currently I’m using the theme called Gwangi, but it doesn’t matter, because it also happens with Twenty-Twenty-One, and the forked version of buddypress Buddyboss. I’m guessing all the webpages built with buddypress have the same issue, as the ones I’ve checked so far run into the same problem. I’ve disabled CDN and everything else that could cause caching and rendering of images.

    Thank you for your time.

    #331684
    jotirmoy7
    Participant

    Hello Everyone.
    For the past week, I’ve been working on my website. The problem is that Buddypress doesn’t send activation mail but when I trigger forgot password email for the same account it sends it. And no one can’t activate their account.

    The default WordPress register page is able to send activation mail but when I activate BuddyPress it doesn’t work. I have tried all the plugins and have been going through all these forums for the last two days but all in vain.

    I have reinstalled it thrice and now as stated in the requirements I have done a manual WordPress install. I am on shared hosting and using my website mail server to send emails.

    My site: techcaro

    WordPress Version: 6.3
    Buddypress version: 11.3.2

    Please help me solve this issue.

    #331683
    emaralive
    Moderator

    @imath FWIW, back in 2021 there was some discussion regarding the ActivityPub and BuddyPress connectivity/integration (for lack of a better term) which can be found at the following:

    Buddypress Integration

    #331678
    lemiran
    Participant

    Hi there
    I have a wordpress v6.3.2 with
    > BuddyPress v11.3.2
    > ProfileBuilder v3.10.1 (in order to have custom fields during registration)
    > Elementor Pro

    I have 2 weird behaviour.
    1- Non admin users, can see the admin bar with… MY account when they logged in.
    Fortunately, they cannot go in my account.
    To avoid that, for the moment i installed a plugin : Hide Admin Bar Based on User Roles

    2- The non admin accounts go directly in the backoffice when they log in (with the connexion button widget of elementor)

    Could you please help me?

    Best regards

    #331631
    keyfox
    Participant

    Hi,
    I have met a problem my Buddypress cannot allow my user to post activities. I am using a theme called Vikinger. I have tried numerous solutions like creating a new role or try to config the Buddypress setting (There is no activity setting). However, the problem cannot be solved. Can anyone help me? I would really appreciate that!

    WordPress version: 6.3.2
    BuddyPress Version: 11.3.1
    BBPress Version: 2.6.9
    Site Url: https://furryisland.net/

    #331626
    nakawa
    Participant

    Hello,

    I would like to change the color of the buttons + labels but, despite the custom CSS I do via the “Customize” option of WordPress -> custom CSS, I can not change the color.
    Is there a way to do this please?
    Thanks in advance

    https://imagizer.imageshack.com/img924/9669/VHl70I.png

    #331596
    davidgrace
    Participant

    Hello,
    The issue is most likely caused by the Hotsteel theme. To confirm this, temporarily switch to a default WordPress theme such as 2020. If the problem doesn’t persist with the default theme, you should reach out to Hotsteel for assistance with resolving the ajax errors.
    Best Regard,
    Custom Serum Boxes

    #331566
    Mathieu Viet
    Moderator

    Hi @punkaun

    Thanks a lot for your 2 messages. I’ll see if we can take in charge this URL schema in 12.0.0.

    The second one is a bug we do need to tackle.

    Could you do some additional testing?
    – Come back to BuddyPress 11.3.1
    – Make sure the directory pages are children of one of your WordPress pages.
    – Activate BP Classic (BP Classic is a backwards compatibility plugin that neutralizes the BP Rewrites API to use our legacy API instead)
    – Upgrade to 12.0.0-beta3

    Is this preserving your URL set up ?

    #331560
    punkaun
    Participant

    I found the issue. It’s some sort of conflict with the plugin Popup Maker:

    Popup Maker – Popup for opt-ins, lead gen, & more

    The plugin includes a targeting feature that I can use to exclude BP pages. When I apply that filter, or turn the plugin off entirely, the problem goes away.

    Sorry for the clutter!

    #331556
    Mathieu Viet
    Moderator

    Hi @awol,

    Here’s the full list of 12.0.0 deprecated functions: https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/deprecated/12.0.php

    You’ll see that if the BP Classic Add-on is active, a lot of these won’t show as this plugin is bringing backwards compatibility for plugins which are not ready yet for 12.0.0. If you’re getting the deprecated notice, then it means you need BP Classic to carry on using the plugin which is causing the notice.

    #331542
    freelanceme
    Participant

    The error message you’ve encountered is related to the Elementor plugin in WordPress. It seems like there’s an issue with the plugin’s code, specifically in the Controls_Stack class when trying to sanitize settings. Here’s a breakdown of the error:

    Argument 1 passed to Elementor\Controls_Stack::sanitize_settings() indicates that the sanitize_settings method of the Controls_Stack class is expecting an array as its first argument.
    must be of the type array, null given means that the function received null instead of an array as the argument.
    The error occurred when the code called this method in the file /wp-content/plugins/elementor/includes/base/controls-stack.php on line 1084.
    To resolve this issue, you can try the following steps:

    Check for Plugin Conflicts: Sometimes, conflicts with other plugins can cause such errors. Deactivate other plugins one by one to see if the issue persists when Elementor is the only active plugin.

    Update Elementor: Make sure you’re using the latest version of the Elementor plugin. Outdated versions may contain bugs that have been fixed in newer releases.

    Check for Theme Compatibility: Your WordPress theme might not be fully compatible with the version of Elementor you’re using. Try switching to a default WordPress theme (e.g., Twenty Twenty-One) temporarily to see if the error still occurs.

    Debugging: If the issue persists, you may need to debug the specific code in the Elementor plugin. This usually requires some knowledge of PHP and WordPress development. You can use debugging tools like Xdebug or enable WordPress debugging to get more information about the error.

    Contact Elementor Support: If you can’t resolve the issue on your own, consider reaching out to Elementor’s support or community forums. They may have encountered similar issues and can provide guidance on how to fix it.

    Backup and Restore: As a last resort, if none of the above solutions work, you can try restoring a backup of your WordPress site to a point before the error occurred. This should revert your site to a stable state, but you’ll lose any changes made after the backup date.

    Remember to take proper precautions, such as backing up your site and data, before making any significant changes to your WordPress installation.

    #331441

    Topic: flow

    imagine2006
    Participant

    Hi,
    So I don’t even know if what I want is possible – came here looking for some guidance.
    I have a wordpress woocommerce site where people can purchase a monthly subscription for a service. That part all works fine.

    I installed buddypress because I want each subscriber to have their own profile and take bookings themselves (no payment option necessary – will be done off-site)

    I want each subscriber to be automatically put into a certain ‘group’ which I’ve already created. I’ve tried all the custom code I’ve found on here with the group id but nothing is working. The subscriber is automatically a ‘member’ but they’re not a member of the ‘group’

    This is the code I put in my functions.php file

    //Automatically add new users to a group
    function automatic_group_membership( $user_id ) {
    if( !$user_id ) return false;
    groups_accept_invite( $user_id, <# 0 #> );
    }
    add_action( ‘bp_core_activated_user’, ‘automatic_group_membership’ );

    I have my group id as ‘0’ because that’s what I found in the inspect tool https://snipboard.io/nlPTSM.jpg am i using the wrong id#

    Any help would be greatly appreciated

    #331417
    AWOL
    Participant

    @earl_d,
    I agree with some of what you say, but in many ways I understand the way this is being approached by the BP team, as they are all volunteers. I am guessing that keeping the core plugin compatible with the continual changes in WordPress is enough work in itself, without the added headache of putting extra things into the core that can be provided as plugins, either free, or paid. And I think it would be churlish to make accusations towards those involved for trying to make some money from plugins, even though I don’t feel that is the way they are truly approaching it.
    I think once the new BP is fully tested and launched, and has had a few months to bed in, we will start to see more and better free (and paid) plugins because from what I understand, they will be much easier for developers to integrate because of the changes/improvements that have been, are being and will continue to be made. I am hoping more existing but currently non compatible plugins will also be more easy for their developers to adapt as well. I have always found BP to be quirky and inconsistent so I am hoping that is changing. I also hope that BP can walk the thin line between providing the good solid core and adding solid improvements and additions to that slowly but surely.

    #331385
    fawp
    Participant

    Old post, but I think the behavior you see is WP-driven. The reason I say that is that I have disabled the REST API for WordPress and the link above (e.g. /wp-json/buddypress/v1/members/3) or similar do not retrieve any data.

    I used guidance from this SO article.

    https://stackoverflow.com/questions/41191655/safely-disable-wp-rest-api

    greeny0hand
    Participant

    I’m a contractor and I’m just starting a construction-based website. I don’t have a lot of experience with WordPress, but I want to add a login, signup, and profile system to my asphalt website. I’m not sure how to do this, and I’m hoping someone can help me out.

    I’m currently working on the website, and I’m hoping to get this feature added as soon as possible. I’m open to any suggestions or advice.

    Thanks in advance for your help!

    #331268
    fsam
    Participant

    WordPress : 6.3.1
    BuddyPress : 11.3.1
    Youzify : 3.3.9

    Dear users,

    Since +/- 1 month the ‘Load More’ option on the activity page doesn’t work. On mobile (iOS and Android) nothing happens, and on Google Chrome first nothing happens and then a browser error occurs “The page doesn’t reply, would you like to wait or close”.

    The “Load More” on other pages (user activity, etc.) works.

    Using a lots of plugin which makes it hard for me with my knowledge to understand where it comes from. A new wordpress + buddypress + standard wp theme works fine.

    My questions are:
    – Is it possible to have pagination on the activity wall stream page but keep the other pages as they are for the timebeing?
    – How can I debug where the error comes from?

    Regards

    #331261
    Mike Witt
    Participant

    I’ve finally gotten a test site up to try out 12.0.0-beta2. It looks (so far) like I can run without BP Classic. I am seeing a lot of Deprecated notices for things like bp_core_get_user_domain and bp_get_group_permalink, but maybe those just haven’t been cleaned up yet.

    I do see something else, which is not new in BP 12, but I hope it’s OK if I just mention it here. It seems to be an interaction between BP and bbPress. When my site is set to UTC the BP notifications for bbP posts have the right times. But if, for example, I set my WordPress time to UTC+4, then the times of mention notifications look right, but the times of reply notifications are four hours off.

    I don’t *think* there’s anything weird on my site that would cause this.

    #331256
    AWOL
    Participant

    Hi @imath,
    Thanks for that, and sorry to be a pain (although hopefully I am bringing up things that do need addressing and are not unique to my setup), but I have discovered something else that is not working as I expect, as follows:
    If someone comments on an Activity post, on my existing (not test) setup, that comment has the options below it to either Reply, Edit or Delete; but the reply and edit options are missing in my test setup for non-admin users, and the reply one is missing for admin. I am still using the default theme on my existing site, whereas I am using Nouveau on the test site, so is this a Nouveau issue? I downgraded to the current non beta BP on my test site but no difference. I am going to also investigate if a plugin is causing it, but as I have the same plugins on both sites it seems unlikely. I deactivated one plugin that seemed the most likely culprit (Buddypress Edit Activity from Buddyboss – https://en-gb.wordpress.org/plugins/buddypress-edit-activity/) but it was still the same (except of course this plugin is what adds the edit button in the first place, but the reply one is still missing).

    On a bit of a tangent, can I assume that this forum is running on bbpress? It’s just that I am thinking about adding a forum but am not finding this one very user friendly – for example the reply button is not visible until you hover over the post you want to reply to, and then it doesn’t automatically add the “@name” at the beginning, plus everything is written in a code box rather than normal input, just for starters. Font size could do with being larger too. Or is it just me?

    adabob
    Participant

    For example, you can find a news story on the internet and click on SHARE, which then shows you many options to share Facebook, Twitter, WhatsApp, Signal, basically programs, apps you use with your phone.

    How would you SHARE like above but to your Buddy press groups?

    Avoiding having to log on to the WordPress site, go to the group and enter the news story link and then click submit.

    I am not certain how to explain what we need, but the above is an example.

    Thank you

    #331252
    rajaito
    Participant

    Hello,

    I am reaching out to report multiple critical PHP fatal errors that have been occurring on our website, specifically related to BuddyPress. These errors seem to be causing significant disruptions and I would greatly appreciate your assistance in resolving them.

    Error Message: PHP Fatal error: Uncaught TypeError: array_merge(): Argument #2 must be of type array, WP_Error given.
    File: /wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php
    Line: 170

    Wordpress Version: 6.3.1
    BuddyPress Version: 11.3.1
    Memberium Version: 2.207

    Observations:

    The errors seem to be originating from the BuddyPress plugin, specifically within the bp-core-taxonomy.php file.

    The issue appears to be related to the array_merge() function where the second argument is not being recognized as an array but rather as a WP_Error.

    The errors also seem to be interacting with another plugin, memberium2, as seen in the stack trace.

    Given the critical nature of these errors and their potential impact on my website’s functionality and user experience, I kindly request your attention to this matter.

    Please let me know if you need any additional information or access to assist in troubleshooting and resolving these issues.

    Thank you for your assistance.

    drbyte234
    Participant

    Wordpress version 6.3.1
    BuddyPress version: 11.3.1

    website: erindaletapestrystudio.com

    Problem: While editing any page, cannot choose image in any image control when BuddyPress is enabled.
    Disable BuddyPress and choose image works perfectly.

    To replicate, install BuddyPress with Elementor Pro , create page, place image elemant on page, attempt to choose image. (fails) then disable BuddyPress, create page, place image element on page, attempt to choose image. (success)

    Can this be fixed?
    Thanks so much for your input

Viewing 25 results - 476 through 500 (of 22,678 total)
Skip to toolbar