Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,426 through 1,450 (of 22,682 total)
  • Author
    Search Results
  • citymedia
    Participant

    I have just tried to use the basic Twenty Twenty theme (even tried older WordPress Default themes) and disabled every plugin other than BuddyPress and I still get the same message.

    Here is a screenshot:
    https://vts.aginginplacenews.com/wp-content/uploads/2020/01/buddy_press_warning_issue_error_screenshot.png

    If you fill out the form here: https://vts.aginginplacenews.com/register/
    but try to leave without submitting the form, the popup appears.

    iamthewebb
    Participant

    Woops that is the old deprecated method, https://wordpress.org/support/article/roles-and-capabilities/ is the correct one. Table name wp_capabilities although they should still match each other.

    iamthewebb
    Participant

    The wp_usermeta table will show a wp_user_level which is documented https://codex.wordpress.org/User_Levels
    You can check these fields to see if what you are seeing in the front end matches the backend.

    If you are unable to change this through the front end it implies a plugin or some custom code is overriding, have you tried disabling all other plugins and re-enabling one by one to see which causes the problem.

    #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!

    #312943
    nffox
    Participant

    [Solved] Just needed to put this code at the BOTTOM, not after define( ‘WP_DEBUG_DISPLAY’, false );

    Here is my code:

    @ini_set('display_errors','Off');
    @ini_set('error_reporting', E_ALL );
    
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    define( ‘WP_DEBUG_DISPLAY’, false );
    
    /* That's all, stop editing! Happy publishing. */
    
    /** Absolute path to the WordPress directory. */
    if ( ! defined( 'ABSPATH' ) ) {
    	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
    }
    
    /** Sets up WordPress vars and included files. */
    require_once ABSPATH . 'wp-settings.php';
    
    @ini_set('display_errors','Off');
    @ini_set('error_reporting', E_ALL );

    Hope this helps somebody.

    Cheers, and thanks!

    #312940
    Soufiane Bahjaoui
    Participant

    You can do that with PB PROFILE SEARCH PLUGIN Plugin url

    #312935
    Varun Dubey
    Participant

    @nffox contact you theme support, theme vendor have to remove Deprecated functions from theme
    You can also disable error message using following codes inside the wp-config.php

    Debugging in WordPress

    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    #312934
    clickallco
    Participant

    Perhaps this could help

    Activity Plus Reloaded 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/

    #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…😔

    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.

    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.

    webcomon
    Participant

    When a post is added under “Activity” tab, it would be very helpful to send an auto email notification to pre-selected members.

    How to send an auto email notification to pre-selected group members when a post is added under “Activity” tab?

    Below is the required info/link
    WordPress version version 5.4.2
    BuddyPress version Version 6.1.0
    Link to my site esCanada.org

    #312771
    shanebp
    Moderator

    Cover and avatar imgs are not stored in the database. They are in the uploads directory and are organized by id.

    If you are using a caching plugin, try deactivating it.
    Try turning off cloudfare.
    Compare your dev environment to your production environment.
    Turn on WP debugging.
    iow. you have to narrow it down doing all the usual things.

    #312758

    In reply to: Deleting Unused Media

    Varun Dubey
    Participant

    @welshlamb10 create file backup before using plugin https://wordpress.org/plugins/media-cleaner/

    Varun Dubey
    Participant

    @danielafer use private community plugin or BP lock , it will help to keep your community private for logged in users.
    If you do not want the private community approaches you can also use no-index.

    function no_index_for_buddypress() {
        if ( is_buddyPress() ) {
            echo '<meta name="robots" content="noindex, nofollow">';
        } else {
        }
    }
    add_action( 'wp_head', 'no_index_for_buddypress' );
    #312698

    In reply to: Change header?

    @mercime
    Participant

    @flpagan Can you clarify whether you’re referring to the theme’s header or a default group’s or member’s profile header/ cover image?
    If you’re referring to the theme’s header, please contact theme author.
    If you’re referring to the cover images for groups or members, try this https://wordpress.org/plugins/buddypress-cover-photo/ – haven’t used it myself. Good luck.

    #312682
    Varun Dubey
    Participant

    @sjdeveloper check-in your error logs it will help to identify which additional plugin is creating the issue.

    Debugging in WordPress

    #312680
    Mathieu Viet
    Moderator

    Awesome! Thanks a lot, for interested contributors, you can follow progress here: https://buddypress.trac.wordpress.org/ticket/8326

    #312661
    gcholmes
    Participant

    Hi there,

    I have just updated my wordpress site, I am not sure if it was buddypress or badgeOS that was updated but I now have this issue when accessing the buddypress profile, edit profile, groups etc:

    {“@context”:”https:\/\/w3id.org\/openbadges\/v2″,”type”:”Assertion”,”id”:”\/members\/lnrgn\/profile\/?bg=0&eid=0&uid=0″,”recipient”:{“type”:”email”,”hashed”:true,”salt”:”BADGEOSOBI”,”identity”:”sha256$ddbc8b27496e2e6991d13816769fd55c169583126e43fab5ea7d282b2df8d73a”},”badge”:”\/members\/lnrgn\/profile\/?bg=0&eid=0&uid=0″,”issuedOn”:”2020-07-02T19:33:09+00:00″,”image”:”https:\/\/toioranz.com\/wp-content\/plugins\/badgeos\/images\/default_badge.png”,”verification”:{“type”:”HostedBadge”,”verificationProperty”:”id”}}

    Any idea what is happening here?

    Thanks, Glenn

Viewing 25 results - 1,426 through 1,450 (of 22,682 total)
Skip to toolbar