Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1 through 25 (of 31,072 total)
  • Author
    Search Results
  • #338972
    sunil1988lits
    Participant

    The cover image upload button is not working due to a JavaScript error, which is why the upload popup does not open.
    This issue is not caused by the theme or any custom code.
    It appears to be a BuddyPress plugin–related issue.

    Please test this on Safari browsers and inspect the JavaScript console for errors.

    #338968
    emaralive
    Moderator

    AFAIK, the ability to upload a cover image with the Twenty Twenty-Five theme is the same as the Twenty Eleven theme, which was posted here.

    #338952
    sunil1988lits
    Participant

    Hi,

    We have tested the cover image upload functionality using the default Twenty Twenty-Five theme.

    However, when we click on the Upload button, nothing happens — no file picker or popup opens.
    This issue occurs only on iPhone Safari browser.

    The same functionality works correctly on:

    Desktop browsers

    Other mobile browsers

    Please let us know if this is a known issue or if any specific Safari/iOS-related fix is required.

    Thanks & regards,
    Sunil Kumar

    #338949
    emaralive
    Moderator

    I was able to locate someone with an iPhone and I wasn’t able to duplicate the issue you described:

    With:

    • WordPress 6.9
    • BuddyPress 14.4.0
    • Twenty Eleven theme
    • iPhone 16 Pro
    • ios 26.2 <- Safari browser

    Steps:
    Pressing the “Select your file” button produces the following selections:

    • Photo Library
    • Take Photo or Video
    • Choose file

    Selected and uploaded a photo from the “Photo Library” which uploaded successfully, i.e., “Your new cover image was uploaded successfully”.

    #338946
    sunil1988lits
    Participant

    Issue Description:
    The functionality is working correctly on all other browsers and devices; however, the issue occurs only on the Safari browser.

    We are currently using the BoldGrid theme.

    #338944
    emaralive
    Moderator

    You appear to be double posting, see User Profile Cover Image not uploading in the Iphone Safari Browser.

    The difference is the other topic specifies the Safari browser. Is this isolated to the Safari browser or do other installable browsers have this same issue as well? Additionally, what theme is being used on the website?

    Just so you know, I don’t have an Iphone, so I’ll have to check and see if someone on the team has one and can duplicate this issue.

    sv8bur
    Participant

    I have the same problem I work wordpress on a raspberry PI When I istall buddypres and try to create a group I am taking the wrong error “Not Found
    The requested URL was not found on this server.

    Apache/2.4.65 (Debian) Server at wpress Port 80”

    Thank you for your help
    ———————-
    I wand to add that I have no such a problem under “XAMPP” at WIN 11, the above mention proble it happens also to other pages like “friends”, “members”, “Activity”, the theme I am using is the “Di Blog”
    Thank you again

    Moved from: Reply To: The URLs to the pages are not working!

    #338913
    Renato Alves
    Moderator

    Hi! We have tested the soon-to-be released BuddyPress 14.5.0 with WordPress 6.9 and haven’t found any issue yet. I personally tested with the Astra theme too.

    “There has been a critical error on this website.”

    Could you share the error you see? That will help me try to identify the issue.

    #338912
    divinel
    Participant

    Hi,

    I have just installed the BuddyPress Version 14.4.0 plugin on my WordPress Version 6.9 site (forallisthroughhim.com), using the Astra theme, and the URLs for the activity streams, members, user groups, register and activate are not working. I get an error message each time I try to view them, which says “There has been a critical error on this website.”

    For more information, I installed this because I want to add a community hub within my membership, and without the pages, I cannot create this, nor would I be able to restrict the content (using the Paid Member Subscriptions plugin).

    Can someone please help me with this?

    Thank you.

    Divine

    #338852
    kicker1212
    Participant

    Hi,
    Thank you for your reply,
    1. The theme is Astra,
    2. I used the plugin Youzify which associate with Buddypress,
    3.Yes I have generated the Register and Members pages, but they are empty.
    I wish you will have any solution for me.
    Thanks a lot !

    #338844
    emaralive
    Moderator

    You will have to provide additional information for clarification, e.g.:

    • What theme are you using?
    • Have you generated menu items for the Register and Members pages?
    • Are you using other plugins that might have anything to do with Registration and Mbembership?

    Let’s start there and see where this leads.

    #338753
    ismaelfrz89
    Participant

    Hello!

    I’m trying to create new groups on my BuddyPress X wordpress Theme but I can’t due to this message: There has been a critical error on this website.

    Please help!

    #338536
    emaralive
    Moderator

    Typically, when a block theme is in use, there won’t be a “Menus” option/section under “Appearance”. For a block theme, WordPress has some basic information about creating menu items at the following:

    Site Editor navigation

    Additionally, there is some limited info located at the following, as it pertains to BuddyPress menu items:

    Site Editor Navigation <- BuddyPress menus

    kflux
    Participant

    Hello everyone,

    I’m trying to create a simple custom theme to override the BuddyPress (Nouveau) registration page, but I’m consistently running into a White Screen of Death (WSOD). I’ve been troubleshooting for a while and would appreciate any help you can offer.

    My Goal:
    To create a custom theme that overrides register.php from the BP Nouveau template pack.

    My Environment:

    OS: Windows

    Local Development Tool: DevKinsta

    Plugin: BuddyPress (latest version)

    The Problem:
    When I activate my custom theme, I get a WSOD when trying to access the site (e.g., mysite.local/register/).

    Here is a summary of the troubleshooting steps I have already tried:

    Enabled WP_DEBUG: I have set WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY to true in my wp-config.php. However, no errors are ever displayed on the screen or written to the debug.log file. The page is just completely blank.

    Checked for PHP Errors: I initially had parse errors (an extra } bracket) in my functions.php and register.php files. These have been found and corrected.

    Checked for BOM: I have verified with my code editor (VS Code) that all my theme files are saved with UTF-8 encoding and do not have a Byte Order Mark (BOM).

    Reset Permalinks: I have gone to Settings > Permalinks and clicked “Save Changes” multiple times to rebuild the rewrite rules.

    Theme Deactivation Test: When I rename my theme’s folder to force WordPress to deactivate it, I can access wp-admin again. This confirms the issue is within my theme’s code.

    File Permissions: I received a security warning that /wp-content/ was too writeable. I have reset the permissions for my entire site folder on my Windows machine to ensure they are not too permissive.

    My Theme Structure and Code:

    My theme is very simple.

    1. Directory Structure for the Override:
    wp-content/themes/kfluxtheme/buddypress/members/register.php
    (The register.php file is an exact, unmodified copy from wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/)

    /*
    Theme Name: K-Flux Theme
    Author: My Name
    Version: 1.0
    */
    <?php
    /**
     * Theme functions and definitions.
     */
    
    if ( ! function_exists( 'kfluxtheme_setup' ) ) {
    	/**
    	 * Basic theme setup.
    	 */
    	function kfluxtheme_setup() {
    		// Add support for BuddyPress (ESSENTIAL)
    		add_theme_support( 'buddypress' );
    
    		// Let WordPress manage the document title.
    		add_theme_support( 'title-tag' );
    
    		// Enable support for Post Thumbnails.
    		add_theme_support( 'post-thumbnails' );
    	}
    }
    add_action( 'after_setup_theme', 'kfluxtheme_setup' );
    
    /**
     * Enqueue scripts and styles.
     */
    function kfluxtheme_enqueue_scripts() {
    	wp_enqueue_style( 'kfluxtheme-style', get_stylesheet_uri(), array(), '1.0' );
    }
    add_action( 'wp_enqueue_scripts', 'kfluxtheme_enqueue_scripts' );
    

    Despite all these steps, the WSOD persists when my theme is active. Since WP_DEBUG is not showing any errors, I’m running out of ideas on how to debug this further.

    Has anyone encountered a similar issue with DevKinsta or have any suggestions for what I might be missing?

    Thanks in advance for any help.

    #338050
    kenjikato
    Participant

    If anyone comes to this post looking for help on using Divi with BuddyPress here’s the first thing that you need to do.

    1. Log in to your WordPress site.
    2. From the WordPress sidebar select “Divi > Theme Options”.
    3. Go to the “General” tab (which should be selected by default) found below the Divi Theme Options text.
    4. Click on the “Performance” sub-tab.
    5. Disable “Dynamic CSS”.

    This should fix the header and footer formatting issues that most people see when using Divi with BuddyPress.

    emaralive
    Moderator

    Your question is more in line as a support question for the Buddyx theme folks. If you haven’t already tried their support forum for the Buddyx theme.

    Furthermore, the first plugin you listed (WP Google Search) provides a search widget that you can add to any of the available widget areas provided by the Buddyx theme, the other plugins you listed may provide a widget as well. This approach might be easier than trying to add relevant code, e.g. a shortcode (if available) to a header file.

    elearnnow
    Participant

    Hi BuddyBoss community,

    I’m having trouble activating BuddyBoss components programmatically. I’ve tried several approaches, but the components aren’t being enabled. Here’s what I’ve attempted:

    Using bp_update_option()
    Direct database updates
    Different hooks (init, after_setup_theme)
    Current Behavior:

    No components activate
    No error messages in logs
    Tried both single site and multisite
    What I Need:

    A reliable way to activate components (Groups, Activity, Messages, etc.)
    Best practices for programmatic component management
    Any known issues with automatic component activation
    <?php
    /**
    * BuddyBoss Components Activator
    * Add this to your theme’s functions.php or as a must-use plugin
    */

    // Make sure we don’t expose any info if called directly
    if (!defined(‘ABSPATH’)) {
    exit;
    }

    // Hook into after_setup_theme to ensure BuddyBoss is loaded
    add_action(‘after_setup_theme’, ‘activate_buddyboss_components_on_init’, 9999);

    function activate_buddyboss_components_on_init() {
    // Check if BuddyBoss is active
    if (!function_exists(‘buddypress’)) {
    return;
    }

    // Get current active components
    $active_components = get_option(‘bp-active-components’, array());

    // Components we want to activate
    $components = array(
    ‘groups’ => 1,
    ‘activity’ => 1,
    ‘messages’ => 1,
    ‘notifications’ => 1,
    ‘friends’ => 1,
    ‘settings’ => 1,
    ‘xprofile’ => 1,
    ‘members’ => 1
    );

    // Merge with existing components
    $new_components = array_merge($active_components, $components);

    // Only update if there are changes
    if ($active_components != $new_components) {
    update_option(‘bp-active-components’, $new_components);

    // Clear BuddyBoss component cache
    if (function_exists(‘bp_core_reset_incrementor’)) {
    bp_core_reset_incrementor(‘bp_active_components’);
    }

    // Flush rewrite rules on next load
    set_transient(‘bb_flush_rewrite_rules’, ‘1’, 60);
    }
    }

    // Handle rewrite rules flush
    add_action(‘init’, ‘bb_maybe_flush_rewrite_rules’, 9999);
    function bb_maybe_flush_rewrite_rules() {
    if (get_transient(‘bb_flush_rewrite_rules’)) {
    delete_transient(‘bb_flush_rewrite_rules’);
    flush_rewrite_rules(false);
    }
    }

    #337990
    locker17
    Participant

    I meant the link because there is no button.
    To risca, it depends which template you use, default or novoue. If it is novoue pick up the template file for the emails, search for the unsubscribe link and delete or comment it out. Then save this file in a directory called buddypress with the same folder structure in your child theme directory.

    emaralive
    Moderator

    The login page shown in the 1st screenshot is due to having the Community Visibility option set to “Members Only” (Private Community) within BuddyPress options. This option was introduced in version 12.0.0 and there appears to be some situations in which the default WordPress login page appears as opposed to the intended “Private Community” login page. Nevertheless, the “Private Community” login page can be disabled by utilizing the bp_view_no_access_redirect_to_login_screen filter hook and you will want your callback function to return a value of true. The following link is the line of code where the filter hook resides for v14.3.4:

    bp_view_no_access_redirect_to_login_screen

    The registration page shown in the 2nd screenshot is actually the BuddyPress registration page. Why it looks different is because the Buddyx theme is utilizing CSS rules to alter/change the appearance. You should contact Wbcom Designs support regarding the restoration of the default appearance.

    #337971
    emaralive
    Moderator

    The snippet does what it is coded to do, therefore, either the snippet is not being invoked or there is something else (possibly a plugin, theme or other custom code) that is counteracting the snippet.

    I’m not familiar with the “username only” plugin, is this plugin available via the WordPress plugins directory? I’m asking because this plugin or some other external factor (a different plugin or theme) might be disrupting the normal flow of events.

    The snippet relies on the bp_get_title_parts filter hook which relies on the bp_modify_page_title() function to be invoked by the wp_title filter hook.

    You can try hooking the snippet to the wp_title filter hook to see if that makes any difference, i.e., change:

    From:

    
    add_filter( 'bp_get_title_parts', 'yz_change_buddypress_browser_tab_title', 999 );
    

    To:

    
    add_filter( 'wp_title', 'yz_change_buddypress_browser_tab_title', 999 );
    
    #337956
    emaralive
    Moderator

    From what I can tell, the snippet replaces the text portion of what BuddyPress would normally add to the meta “title” with the text “XXXX” (without the quotes). For example on a members profile view page (site.url/members/username/profile):

    Display name of user: test
    Website name: Apple

    Without snippet: Profile | test | Apple

    With snippet: XXXX | Apple

    The snippet (copy & paste) was checked for use in the bp-custom.php file and the functions.php file of a child theme. Perhaps, you could elaborate a bit more as to the steps you took to implement the snippet and what you expected the result to be.

    #337947
    locker17
    Participant

    Delete it in the email template of your theme and upload it to buddypress folder in your theme directory to be update safe.

    #337935
    emaralive
    Moderator

    Apparently, this is the current behavior of the bp_rewrites_get_url() function, i.e., the missing trailing slash, when the permalink structure is missing a trailing slash. Hence, a permalink of /%postname%/.html will result in a URL with a missing trailing slash, e.g.:

    
    site.url/members/<user_name>
    

    This causes a 404 error when bbPress tries to concatenate the URLs for the following:

    • Replies Created
    • Engagements
    • Favorites
    • Subscriptions

    What’s peculiar is that “Topics Started” isn’t affected because, for bbPress, all member area URLs (navigation links) are based on either the bp_displayed_user_domain() or the bp_loggedin_user_domain() functions and both of these functions have the bp_rewrites_get_url() function in the chain for return.

    Regardless, this appears to be problematic due to some 3rd party themes and plugins that make use of various other BP functions that have bp_rewrites_get_url() function in the chain for return.

    #337787
    authore
    Participant

    If all BuddyPress links are redirecting to the homepage, it’s often due to permalink issues or missing BuddyPress pages. Try re-saving your permalink settings under Settings > Permalinks, and ensure all required BuddyPress pages (like Members, Activity) are correctly assigned under Settings > BuddyPress > Pages. Also, check for theme or plugin conflicts.

    #337732
    emaralive
    Moderator

    Thanks for the info regarding your theme. The URL structure appears to be a bit odd, your screenshot reveals:

    
    http://localhost/graymatter/index.php/register
    

    Where is the “index.php” coming from? Given that rewrite rules and permalinks are working correctly, the expectation would be that the URL would be:

    
    http://localhost/graymatter/register
    

    When you click on the “Sample Page”, does it show the contents of the “Sample Page”? And what does the URL structure for that page show?

Viewing 25 results - 1 through 25 (of 31,072 total)
Skip to toolbar