Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,301 through 1,325 (of 32,561 total)
  • Author
    Search Results
  • #316371
    lishantha
    Participant

    Hi,

    Please see the below answers.

    1. Which version of WordPress are you running? 5.6

    2. Did you install WordPress as a directory or subdomain install? Directory

    3. If a directory install, is it in root or in a subdirectory? Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? No

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? 7.0.0

    7. Did you upgraded from a previous version of BP? If so, from which version? No

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes. But I deactivated all for testing purposes but the problem persists.

    9. Are you using a standard WordPress theme or customized theme? Customized

    10. Which theme do you use? My Listing

    11. Have you modified the core files in any way? No

    12. Do you have any custom functions in bp-custom.php? No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.6.6

    14. Please provide a list of any errors in your server’s log files. Non

    15. Which company provides your hosting? Bluehost

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    17. Which BP Theme are you using? Non

    18. Have you overloaded any BuddyPress template files. No

    19. Any other site customisations that might have a bearing on the issue? Non

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. Non

    #316363
    muranomidwest
    Participant

    Using WP 5.6. BP 7.1.0 and a variety of themes, including Avada, Olympus and WP 2019 and both the BP Legacy and Nouveau templates. I am unable to add a BP post. I can enter replies and create new bbPress topics and blog posts, but any type of post that generates new BP activity hangs when you press Submit and generates errors similar to the below in the JS console.

    I did not note this behavior before the most recent update.

    Uncaught ReferenceError: bp_get_cookies is not defined
    at HTMLButtonElement.<anonymous> (yz-wall-form.min.js?ver=2.6.2:1)
    at HTMLDocument.dispatch (jquery.min.js?ver=3.5.1:2)
    at HTMLDocument.v.handle (jquery.min.js?ver=3.5.1:2)
    [Violation] Forced reflow while executing JavaScript took 51ms
    youzer.min.js?ver=2.6.2:1 [Violation] ‘setTimeout’ handler took 155ms
    [Violation] Forced reflow while executing JavaScript took 155ms
    DevTools failed to load SourceMap: Could not load content for https://wsprdev.wpengine.com/sm/cb6b213d90716bcb7ffe56a94cb1b64fa93d67067b6591fa90b124c2d0fef101.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    Please advise.

    mbaysf
    Participant

    For everybody’s information: found out the file to modify

    mytheme/buddypress/members/single/profile.php

    mbaysf
    Participant

    @vapvarun, correct, if I was to use the theme’s post tab to be default, I would go after theme customization.

    I have to rephrase my original question:

    “I will not use my theme’s posts tab. I am trying to find out which BP source file to add a view that shows member’s own posts.”

    Varun Dubey
    Participant

    @mbaysf it’s your theme-specific customization, display post tab is not BuddyPress default feature.

    mbaysf
    Participant

    Hi @imath,

    I am using commercial bimber theme, available from themeforest site.
    Apparently the theme created this post tab under bp user profile, not using any plugin.

    Adding the “authors posts view” to member-header.php did not work. Any other source file to try ?

    Mathieu Viet
    Moderator

    Hi @mbaysf

    I’m curious, as BuddyPress doesn’t display WordPress posts written by a member into their individual page, what Theme, Plugin or custom code are you using to create this posts tab?

    Mathieu Viet
    Moderator

    Hi,

    It’s probably due to an outdated template override in your theme. In 7.0+ we’ve fixed a duplicated ID issue that required some template pack files to be updated. We published a developer note about it on September 25: https://bpdevel.wordpress.com/2020/09/25/bp-template-packs-changes-in-version-7-0-0/

    #316308
    Mathieu Viet
    Moderator

    Hi @alersn,

    bp_groups_get_group_types() is used into the group’s individual page header to list the group types it is assigned to. This function gets all registered group types : the ones that are created using the WP Admin screen and the ones that are registered using code. code argument of the array parameters is used to only get group types registered by code to make sure they can’t be deleted from the WP Admin Screen. BTW It’s not used into the Groups directory.

    I’ve tested the “BuddyPress Create Group Type” plugin in BuddyPress 7.0.0. I confirm I’m able to set the Group Types of a Group during its creation process. It’s important to make it possible when adding a Group Type from the WP Admin Screen BuddyPress introduced in 7.0.0 activating the “Show on Group creation” checkbox. See the below screen capture.

    Group Type new form

    Of course, you won’t get the tabs the “BuddyPress Create Group Type” as it uses another way to store the Group Type properties.

    That being said without using this plugin Admin UI, you can still enjoy these tabs with some custom code. Here’s a Gist containing the one I’ve used from a bp-custom.php file.

    #316296

    In reply to: Description Groups

    cloe193
    Participant

    Hello I’m using BuddyX theme and I have the same issue with no group description displayed. I have check files as you’ve suggested.

    Can you help me please ?

    Thank you very much for your help

    Cloé

    #316294
    cloe193
    Participant

    Hello

    i’m using BuddyX Theme and Buddypress. Without this theme, group description are displayed on the group page. But with this theme it’s not.

    Here screens ( group page ) :https://prnt.sc/w7fwo2
    ( group page with a group type filter ) : https://prnt.sc/w7g7u1

    How can i display group description again ? Also how can I show more letters ?

    Thank you for your help

    Cloé

    katparker12
    Participant

    WordPress version 5.6
    BuddyPress version 7.0.0
    Gravity Forms version 2.4.21 with Advanced Post Creation add-on
    Avada Theme
    http://www.mgroupcorp.com

    This site is using gravity forms to feed into an intranet posting feature, and they want to be able to tag other users. When I create a backend post, the dropdown list of mentions populates. When I try from the frontend (as most users would) there is no dropdown. If you know the entire username, the tag still works – it’s just the dropdown that won’t appear. Activity streams are turned on, and I have the following code in my functions.php

    add_filter( ‘bp_activity_maybe_load_mentions_scripts’, ‘buddydev_enable_mention_autosuggestions’, 10, 2 );

    function buddydev_enable_mention_autosuggestions( $load, $mentions_enabled ) {

    if( ! $mentions_enabled ) {
    return $load;//activity mention is not enabled, so no need to bother
    }
    //modify this condition to suit yours
    if( is_user_logged_in() && bp_is_current_component( ‘gravity_forms’ ) ) {
    $load = true;
    }

    return $load;
    }

    Am I missing something else? Thanks!

    Varun Dubey
    Participant

    @socialdigita theme support can help on it better.

    #316274
    chocolateteapot
    Participant

    WordPress 5.6, BuddyPress 7.0.0, all plugins up to date. StarKid theme by Thimpress.

    I’m getting page not found with these types of URLs:
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/profile/edit/
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/courses/all/

    I understand that it’ how the user name is formed, the link is being created as on cloud k9, rather than on-cloud-k9, but I don’t know how to correct it.

    On Cloud K9 is an admin account, so it’s not feasible to delete the account and recreate it.

    Thanks.

    socialdigita
    Participant

    We are using the Total WordPress Theme and our activity page worked great for awhile showing the sidebar (on the side) on large monitors (then pushing it to the bottom on mobile). Now the sidebar is being pushed below all of the posts (and not done responsive). Apparently some content that was posted to the activity is forcing the width of the activity area to push the sidebar below the content (even on large screens). How do I force the activity content to be constrained so the sidebar cannot be pushed below the content incorrectly on large monitors?

    #316263
    wbcomdesigns
    Participant
    #316261
    lishantha
    Participant

    Hi,

    I have a directory website that runs on the MyListing theme.

    I created a staging site and installed BuddyPress to test the possibility of increasing the features. Everything was working fine except for the Group page. It returns an empty page.

    Please could you help me.

    WordPress version – 5.6
    BuddyPress version – 7.0.0

    electroinvention
    Participant

    How to turn a sticky primary Navigation bar, to Non-sticky.
    Hi guys, I am using the BuddyX theme and its primary navigation menu is sticky while scrolling the page.
    The only problem with it is, I am using BP Better messages and when using in mobile phone, that navbar is hiding some of its content in the top.
    I want that sticky header menu to be nonsticky.
    Any solutions guys?

    #316242
    Varun Dubey
    Participant
    function vap_loading_lazy_attribute_remove_actions() {
    	remove_filter( 'bp_get_activity_content_body', 'bp_core_add_loading_lazy_attribute' );
    	remove_filter( 'bp_activity_comment_content',  'bp_core_add_loading_lazy_attribute' );
    }
    add_action( 'bp_init', 'vap_loading_lazy_attribute_remove_actions' );

    above can help to disable lazy load from activities, you can add inside child theme functions.php or using the code snippet plugin

    #316224
    jarkin13
    Participant

    To order alphabetically user the bp_nouveau_get_members_filters.

    function themename_bp_reorder_member_directory_filters( $filters, $context ) {
    	if ( 'group' !== $context ) {
    
    		$filters = array();
    
    		if ( bp_is_active( 'xprofile' ) ) {
    			$filters['alphabetical'] = __( 'Alphabetical', 'buddypress' );
    		}
    
    		$filters['active'] = __( 'Last Active', 'buddypress' );
    		$filters['newest'] = __( 'Newest Registered', 'buddypress' );
    	}
    
    	return $filters;
    }
    add_filter( 'bp_nouveau_get_members_filters', 'themename_bp_reorder_member_directory_filters', 10, 2 );
    #316220
    alersn
    Participant

    Hi, thanks for answering me 🙂
    I am trying to use “BuddyPress Create Group Types” with the new realise (BuddyPress 7.0.0) but i have a problem to display the group type option selection during group creation and when a group administrator is on the group settings page. The problem get solved when i uninstall the pluging (“BuddyPress Create Group Types”)…but then i am not able to add a group type filter on top group list page because of what i post mencione before…:(
    Could be a conflict between “BuddyPress Create Group Types” and “BuddyPress 7.0.0”? or the conflict come from my theme (BuddyX)?
    Thank for the atention

    #316212
    Varun Dubey
    Participant

    that seems a very old issue, might be theme specific which is using deprecated codes
    https://buddypress.trac.wordpress.org/ticket/7842

    #316208
    Varun Dubey
    Participant

    @priskabroese try to cross check at your staging site with default wp theme.

    #316207
    Varun Dubey
    Participant

    @yaesew you can try to redefine cover image size which can match as per your theme cover dimension.

    BuddyPress Cover Images

    #316205
    alersn
    Participant

    Hi, thanks for these grate new BuddyPress 7.0.0
    I am adding new group type and work perfect :). I would like to add a group type filter on top group list page, but i dont know how to do it with these new release…
    I was using the pluging “BuddyPress Create Group Types” and my theme show the group type as a nav on top group list. Its work fine but i would like to use the BP 7.0.0 group type option and dismiss the plugin… The problem is that my theme dont recognize the new group type create with BP 7.0.0…
    I am newbie in BP so I will be grateful for any help…
    Cheers

Viewing 25 results - 1,301 through 1,325 (of 32,561 total)
Skip to toolbar