Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,301 through 3,325 (of 69,016 total)
  • Author
    Search Results
  • #312977
    emon2
    Participant

    Is there anyway to switch themes on Buddy press from front end, I used theme switcha plugin but after switching the activity posts disappeared.

    Your Help Is Appreciated

    #312956
    teleputer
    Participant

    After upgrading, I get an error about a blank line causing problems with the plugins for UpdraftPlus and Yoast SEO.
    Updraft gives me this error “Warning: Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here.”

    Yoast gives me an error when I try to view my sitemap.xml file. “This page contains the following errors:
    error on line 2 at column 6: XML declaration allowed only at the start of the document
    Below is a rendering of the page up to the first error.”

    I installed a plugin that disables everything, then I started turning plugins back on, and when I turned on Buddypress, the error started happening again.

    Here is the article on the Yoast website that explains the plugin I used for troubleshooting.

    How to check for plugin conflicts


    Again this just started happening after I upgraded BuddyPress.
    thank you!

    #312955
    btknctkila
    Participant

    Hi,

    Click ‘Screen Options’ on the menu page ( at the top right of the page ) and check Buddypress.

    #312954
    jseanm69
    Participant

    One other little question/variable. Everything works fine on one forum, but not the other. They are all part of the same theme and CSS. Configured the same as far as I can tell. The big difference is that one forum as 2500 users and the other has 900. I really don’t see anything else different. Is there a specific php script that returns members as part of buddypress? Could this some sort of query/memory issue?

    alegira
    Participant

    Hi, I am a buddypress starter and have version 6.1 installed, and I am facing the problem of ajax front end not loading content for members, groups, activity listings pages.
    Once a member is logged-in everything works, but not for logged-out users.
    I also get a ‘page not found’ notice for members, groups and activity pages, although they actually load but miss ajax content as I mentioned.

    I have made some readings of old similar issues, but I could not get a solution. Any help appreciated.
    I already tried changing theme and deactivating plugins, but no success.

    My website: diff-coworking.es

    Thanks!

    #312942
    nanomania
    Participant

    Hi @clickallco,

    Thank you for your answer, but it is not what I was referring to, my buddypress already lets you do that, what would interest me is that all the files that the user can upload to the web will be done externally, from their clouds, for example, So my hosting would not be filled with user files and that way it would be lighter.

    #312941
    nffox
    Participant

    I just want to disable any error message visibility (in pages, not a LOG). Cause this errors seems to cause no problem to cover image uploading, everything works like a charm, thank you for BuddyPress!!!

    #312933
    Varun Dubey
    Participant

    @sunflowermom you can limit BP access by user roles using plugins like Paid Membership pro https://wordpress.org/plugins/pmpro-buddypress/

    #312931
    clickallco
    Participant

    You’d have to style it through CSS. Here’s a very short example of how you could code it.

    #buddypress #signup-form input[type=submit]{
        width: 100%;
        background: #055a92;
        color: #fff;
        padding: 12px;
        margin-bottom: 20px;
    }
    #312927
    Varun Dubey
    Participant

    @gooalgenie You can define avatar image sizes inside the child theme functions.php or at bp-custom.php

    Customizing BuddyPress Avatars

    The cover image default size can also be updated using the following ref.

    BuddyPress Cover Images

    #312914
    gooalgenie
    Participant

    Hey Guys,

    Wordpress version: 5.4.2
    Buddypress Version: 6.1.0

    (Themes and plugins are all up to date. All the buddy press features are working fine except the below two issue)

    Yes I face the same issue with twenty, twenty themes.
    Website URL: gooalgenie.com

    Issue

    I am Facing the issue with Cover Image and Profile Pic looking Blur

    Solution Tried did not affect:

    Tried following Code for CSS:

    #buddypress #item-header-cover-image #item-header-avatar img.avatar {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; 
    }
    #buddypress #header-cover-image {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; 
    }

    Even tried each Image rendering values but no luck.

    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

    /* Global values */
    image-rendering: inherit;
    image-rendering: initial;
    image-rendering: unset;

    #312913
    gooalgenie
    Participant

    Hey,

    My WordPress version: 5.4.2
    My Buddy press Version: 6.1.0

    (Themes and plugins are all up to date. All the buddy press features are working fine except the below two issue)

    Yes I face the same issue with twenty, twenty themes.
    Website URL: gooalgenie.com
    Issue URL: https://tinyurl.com/y43gqshz

    Issue:

    How to make Nav and Sub Nav Ajax?

    I tried few solutions did not work on of the URL of solutions I tried: https://buddypress.trac.wordpress.org/ticket/6507 – Added the code provided here on bp-custom.php and even on themes functions.php file but made no effect.

    Is there any other forum that I can try.

    Note: I have bp-custom.php file in mu-plugins directory and in child theme childtheme/buddypress/members/single/group.php file.

    #312912
    nffox
    Participant

    WordPress: 5.4.2
    BuddyPress: Version 6.1.0
    Theme: Buddyapp
    https://ecodominicana.com

    Hello, I’m having a small issue, and can’t figure out how to fix it. Already read a lot of threads and documentation, but It seems I’m missing something.

    Yesterday this error appeared:
    PHP Deprecated: bp_before_xprofile_cover_image_settings_parse_args is deprecated since version 6.0.0! Use bp_before_members_cover_image_settings_parse_args instead. in /var/www/wptbox/wp-includes/functions.php on line 5088

    And it appears only on profile pages, like this one:
    https://ecodominicana.com/members/ecodominicana/profile

    So I created a buddypress.css in my child theme’s CSS folder: wp-content\themes\buddyapp-child\buddypress\css

    And added this code:

        $theme_handle = 'bp-parent-css';
    
        $settings['theme_handle'] = $theme_handle;
    
        /**
         * Then you'll probably also need to use your own callback function
         * @see the previous snippet
         */
         $settings['callback'] = 'bp_legacy_theme_cover_image';
    
        return $settings;
    }
    add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 );
    add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 );

    Here is the the code in main functions.php

    function kleo_load_files_plugin_compat() {
    	//enqueue child theme style only if activated
    	if ( is_child_theme() ) {
    		if ( is_rtl() ) {
    			wp_enqueue_style( 'kleo-rtl' );
    		}
    		wp_enqueue_style( 'kleo-style' );
    	}

    Any help would be very appreciated. Sorry, I’m a noob in programming, we are a non-profit botanical project, so we can’t afford a programmer…😔

    #312910
    nanomania
    Participant

    Hello,

    I would like to know if there is a way to make all buddypress work with uploads of images, files, videos, so that they are done externally, is there any complement or configuration for this? My idea is that users can upload all the content they want but without affecting my storage of my hosting, a greeting and thanks.

    #312907
    nffox
    Participant

    Hello @mfalk75, one question, where did you put this code? I don’t have a “css” folder in mythemes/buddypress, should I create one first? And then… copy a buddypress.css file there and make the changes… Sorry, I probably miss something.
    Thank you!
    Cheers,
    Ilya

    ducksss
    Participant

    I’m setting up Buddypress and when I register a new account the activation email keeps bouncing back to the sender address. I get the following error:

    SMTP error from remote mail server after end of data:
    550 Messages should have one or no To headers, not 2.

    The “To” address IS in the “To” field TWICE but I can’t figure out why. I assume that’s why it’s bouncing back. I don’t have any other registration or membership plugins running right now. I am using WP SMTP MAIL to enable me to use Gmail as my sender. It DOES send the test email properly, and only to one address in the “To” field.

    Any advice on this?

    meilershsag
    Participant

    Hello,

    My site is https://www.kidneylearninghub.com/. It is using the WPLMS plugin, which leverages BuddyPress for the login and user management.

    After I updated the site with an SSL cert and domain, the login developed an issue where even though I have logged in with the correct user name and password, and the login cookie has been successfully created, the page does not update with the logged in user, and will not let you into the restricted content areas. Only after clicking around and trying many times will the site suddenly see the cookie and show you as logged in.

    This screen shot shows that the cookie exists, but the site does not show a user logged in:

    screen shot of cookie issue

    I have been through extensive troubleshooting of the site. My database, config files and site files all use the fully qualified URL; my host (GoDaddy) is configured with the certificate and URL. I have added the site URLs to the wp_config file as suggested by dozens of tutorials. What would cause the site to create the cookie but then ignore it? This happens regardless of browser, and with and without Incognito or private browsing. As I understand it, the site uses BuddyPress to log in, and then hands that login off to WordPress. The WordPress login (available if you choose reset password) also has the same problem.

    Any suggestion is appreciated.

    gooalgenie
    Participant

    Hey Team,

    Really love your plugin with great Features and extension, forum solutions available.

    Wordpress version: 5.4.2
    Buddypress Version: 6.1.0

    (Themes and plugins are all up to date. All the buddy press features are working fine except the below two issue)

    Yes I face the same issue with twenty, twenty themes.
    Website URL: gooalgenie.com
    Issue URL: https://tinyurl.com/y43gqshz

    Issue 1:

    I am facing issue with Making Menu/Nav Tabs and Subnav Ajax (pages to load without loading the complete page) – How can I achieve the same?

    I researched a lot on various buddy press forums but could not figure out the solution for the same. One of the solutions I tried:

    https://buddypress.trac.wordpress.org/ticket/6507 – add the code provided here on bp-custom.php and even on themes functions.php file but made no effect.

    Is there any other forum that I can try.

    Note: I have bp-custom.php file in mu-plugins directory and in child theme childtheme/buddypress/members/single/group.php file.

    Issue 2:

    Avatar and cover images look blur whereas they look fine in media library.

    #312874
    Syaifullah sip
    Participant

    You might have to connect buddypress with social logins like Facebook. Facebook users are people over 13 years. those are the terms and conditions when you create a facebook account

    Tina
    Participant

    I am brand new to Buddypress and haven’t even installed it yet, just looking into the idea. What I am thinking about is using it for a membership community I am building with Learndash e-courses and I would like to be able to use this for the adult memberships, but not the children. Is there a way to set Buddypress to only allow the social access to the memberships that have adults, and specifically NOT allow access to Buddypress features to the memberships that are child students? OR, can I set it up so that the children members have no way of interacting with the adult memberships? I plan to have multiple membership communities. Children will be in a different community with completely different courses.

    #312856
    Varun Dubey
    Participant

    @jmont246 BuddyPress does not have any shortcodes inbuilt, you only have to configure page mapping once https://codex.buddypress.org/getting-started/configure-components/

    d3vnu77
    Participant

    The heartbeat call for bp_activity_last_recorded is taking between 7 and 11 seconds which is eating up a lot of CPU time on my server.

    buddypress-admins-ajax-slow2

    buddypress-admins-ajax-slow

    Any idea why this call would be taking so long?

    johan13
    Participant

    Hello friends. I was unable to correct the error. When I allow users to register, emails don’t go out for them to activate with the code. I need them to activate their account through the email that is sent to them with the code. But this email never arrives. I have searched the whole wordpress and I have not achieved anything. Install WP Mail SMTP integrating with Gmail and it works, but Buddypress doesn’t work. Identify in “site health” this: https://prntscr.com/tiqdms

    I hope to have your support.

Viewing 25 results - 3,301 through 3,325 (of 69,016 total)
Skip to toolbar