Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,276 through 1,300 (of 32,522 total)
  • Author
    Search Results
  • #316655
    Varun Dubey
    Participant

    @woahmazing you can override the template inside the child theme and apply custom design

    Template Hierarchy

    #316644
    smgjock
    Participant

    Hello, I’m currently using bbpress 2.6.6 and buddypress 7.1.0, (wordpress 5.6, php 7.4.12, theme is siteorigin-unwind 1.6.6), and experiencing this problem as mentioned here, (members of hidden groups not being able to see the topics of the sub-forum). I’m a newbie with the background code, though my private and public groups are working. I can see the fix 7443 in buddypress.js that was indicated then, but am wondering if other people still have a problem with this, and if so if there is another fix available. Thank you.

    #316637
    nikif0r0s
    Participant

    Hello and happy new year to all buddies!

    I have a boombox themed site where members can post photos or videos and these appear as tiles on main page.
    Question is, if i import buddypress to expand the user experience abilities, members where post from buddypress can merge their activities to main page as post or they have to do double it? Can be bidirectional connection of posts?

    example image:
    https://prnt.sc/wkb4xu

    #316612
    sx1001
    Participant

    Hi all,

    I want to have the groups sorted alphabetically, unless the user picks his own sorting via dropdown Box.

    I tried the custom code:

    add_filter('bp_after_has_groups_parse_args', 'wbcom_theme_alter_groups_parse_args');
    function wbcom_theme_alter_groups_parse_args($options) 
    {
    	if (bp_is_groups_directory()) {
    		if(!$options['type']) 
    			$options['type'] = 'alphabetical';
    		
    	}
    	return $options;
    }

    As per documentation, $options[‘type’] is “null” when the user has NOT yet picked an option in the dropdown, i.e. when it’s the initial sorting.

    But it does not seem to work.
    Any ideas?

    #316611
    sx1001
    Participant

    Hi all,

    I want to create a dedicated URL for a specific group type to be able to link to the groups in that category as a new directory.

    My page is in german, so the general group directory is listed under:
    myurl.com/gruppen/

    I tried various things to see if I could filter by group type, like this:
    myurl.com/gruppen/typen/Inspiration
    myurl.com/gruppen/typ/Inspiration
    myurl.com/groups/types/Inspiration

    None worked, always got 404.

    I have a custom code which sets the “per_page” option already to 50. It looks like:

    add_filter('bp_after_has_groups_parse_args', 'wbcom_theme_alter_groups_parse_args');
    function wbcom_theme_alter_groups_parse_args($options) {
    	if (bp_is_groups_directory()) {
    		$options['per_page'] = 50;
    	}
    	return $options;
    }

    It works.
    And I found that there are a lot more options in class-bp-groups-group.php for BP_Groups_Group::get(), like ‘include’, ‘group_type’, ‘group_type_in’.. so I tried to extend my code from above by:

    $options['group_type'] = 'Inspiration';

    I also tried to use the group-id instead of the “slug”….
    None worked…

    What am I missing?
    Any idea?

    Thanks!

    #316593
    jameslarkin
    Participant

    I have a problem with buddy press, in that my client is saying they can not login using the usual buddy press button.

    Please see video of issue

    what i have tried so far:
    Changed wordpress themes tp the 2019, an tested on another theme
    Updated plugins
    Turned off plugins
    Im not aware of any custom code
    I Have tried logging out (wordpress included), and then try to login

    #316568

    In reply to: BuddyPress Templates

    Varun Dubey
    Participant

    @mungbean BuddyX is live at wp.org

    #316564
    jav1s
    Participant

    I’m uploading a large png as the cover image for a group and it seems to be reducing the size to 640px x 225px and then displaying it as 1160px x 225px making it blurry.

    I’ve reported this to ThimPress who wrote the theme I’m using, StarKid, and they say the problem is with BuddyPress.

    Since reporting the problem to ThimPress, the problem seems to have changed (not sure how) in that the image is now being displayed is 640px x 225px and it’s being stretched to 1160px x 1051px which is taking up too much space on the page and the image is blurry.

    In addition, if I don’t upload an image I get a 1160px x 1051px blank space.

    On another of my sites which uses a different theme I don’t get the option to upload a group cover image.

    Thanks.

    #316563
    arsenis
    Participant

    I have the same problem with you. When I press the messages tab in my profile nothing happens. The links are just like yours but they stop to members page/my page/messages/compose. This happens with every messages tab, and just like you, I have an empty page below that nav menu.
    I am developing my own theme, but I have tested it with 3 different twenty themes and I have the same issue with the messages tab. All the other links are working except for messages.
    I hope we get a solution with this.
    If I find anything sooner, I will post again with my solution.
    *I am using local by flywheel for the development

    Mark Argent
    Participant

    Problem
    I’m working on a site with a custom theme. The members’ list says “All members 0” and lists no members, and, below the search box “Sorry, no members found”. What do I need to do to show the actual members?

    ——

    Details
    I’ve copied wp-content/plugins/bp-templates/bp-nouveau/buddypress to wp-content/themes/my-custom-theme/buddypress. I’ve added links to discussion boards, groups and a members list to the menu and populated the site with members data by using the Buddypress Detault Data plugin (and added a few extra users, and logged in as them).

    If I insert the contents of buddypress/members/members-loop.php into the custom theme’s index.php, then the index.php shows me a listing of members (showing when the database says when they were last active). I am wondering if this means I need to set a path somewhere.

    I am seeing the same behaviour if I use the “twenty seventeen” “twenty twenty” and “twenty twentyone” themes. This is using WordPress 5.6 and Buddypress 7.1.0. I can’t provide a URL as it’s currently a development version on my NetBSD (unix) laptop.

    #315417

    In reply to: Group Cover Image

    chocolateteapot
    Participant

    Well, the size of the image is back to 1160px x 225px today??

    Twenty Twenty
    5.png
    The image is 640px x 225px being displayed as 580px x 225px

    StarKid
    6.png
    The image is 640px x 225px being displayed as 1160px x 225px

    They both look blurry compared to the image that I uploaded – something to do with image optimisation? It hasn’t happened elsewhere on the website.
    test6.png
    (I realise that it’s a huge file, when I was testing I tried making the image big in order to fix the problem).

    I guess this means that the problem is within the StarKid theme, not the BuddyPress plugin?

    petertucker
    Participant

    Here is the solution for anyone who is going to see this post in the future.

    1. Install the username change plugin:
    https://buddydev.com/plugins/bp-username-changer/
    2. Add to the plugins code (bp-change-username.php) on line 163;

    
    xprofile_set_field_data(1, $user_id,  $new_user_name);
    

    3. In your theme function.php file add the follow code to hide XProfile editing:

    
    function bpfr_hide_profile_field_group( $retval ) {
            if ( bp_is_active( 'xprofile' ) ) :     
    
            // hide profile group/field to all except admin 
            if ( !is_super_admin() ) {
                    //exlude fields, separated by comma
                    $retval['exclude_fields'] = '1';  
                    //exlude groups, separated by comma
                    //$retval['exclude_groups'] = '1';
            } 
            return $retval;         
    
            endif;
    }
    add_filter( 'bp_after_has_profile_parse_args', 'bpfr_hide_profile_field_group' );
    

    I hope this helps anyone who finds it.

    #316502
    baligias71
    Participant

    Hello!

    On mobile devices does not appears the option “take a photo”, only the option “upload an image” while both options appear on computers.

    aτ : profile-> change-> change profile image

    WP 5.6
    BuddyX theme 3.5.0

    thanks

    #316494
    unity4625
    Participant

    I have scoured Google, YouTube, and even this very forum for an answer but no one has been able to help me. I’ve even tried talking to Elegant Themes and they were of no help – blaming it on the plugin developers, even though they created the feature. Also, time is running out for me to incorporated this into the website, so I’m desperate. Plus, I KNOW I’m not the ONLY one in the world who has encountered this problem. I can’t be…

    I’m using WordPress version 5.5.3 and BuddyPress version 7.1.0. I’m building a website for an online college using Divi (version 4.7.7, developed by Elegant Themes). Out of the box, Divi is compatible with BuddyPress, except when it comes to the Theme Builder.

    I have a template I created using the Theme Builder that I associate for the pages generated by BuddyPress (User Groups, Members, Activity). On the theme, there’s a module called the Post Content Module which renders whatever content is entered in the page/post body field through the admin dashboard.

    For whatever reason, it will not render the content from the BuddyPress generated pages, or allow the children of those pages (such as profiles) from rendering within the Post Content Module. If I turn the theme template off on those BuddyPress generated pages, the content shows up. But, it’s out of theming with the rest of the website.

    I have recorded a video that shows exactly what I’m talking about that can be looked at by clicking here.

    Please, please, please can someone give me an answer and a fix for this issue. I’ve tried reaching out to Elegant Themes, the creator of Divi, and they were of absolutely no help at all.

    #316488
    jameslarkin
    Participant

    I have tried changing the theme, but then the button disappears so i can’t test, I’m not aware of any custom code, the clients isn’t tech savy and won’t be able to tell us. I’ve been in contact with WP bakery’s support which is the page builder and they are saying that the issue is something to do with buddy press, how do i go about getting support from Buddy press ?

    #316473
    anisynapse
    Participant

    I have a query about the separate discussion for the courses in buddyboss theme. Please suggest any addon for the same.

    #316427
    clickallco
    Participant

    Use the following code in your bp-custom.php file to change it. You can read more on it here

    Utilice lo siguiente en su archivo bp-custom.php para cambiarlo. Puedes leer más aquí:

    bp-custom.php

    define( 'BP_DEFAULT_COMPONENT', 'profile' );

    #316384

    In reply to: Password issue

    Claudio
    Participant

    It was just the problem.
    The 2021 theme.
    I had uninstall all plugins, even the “Hello World” and “Akismet” plugins.
    What means that the conflict was only with the theme.
    Thank You very much for your help.

    #316379
    iamthewebb
    Participant

    Hi,
    What happens if you try with the Twenty Twenty theme, have you also tested with other plugins disabled?

    #316375
    #316373

    In reply to: Password issue

    iamthewebb
    Participant

    https://buddypress.org/support/topic/when-asking-for-support-2/

    Have you tried with twenty twenty theme or other plugins disabled? I can see error messages in the console from plugins conflicting.

    #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.”

Viewing 25 results - 1,276 through 1,300 (of 32,522 total)
Skip to toolbar