Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,626 through 1,650 (of 32,368 total)
  • Author
    Search Results
  • #311335
    coolhunt
    Participant

    @buddyboss

    your themes are just FREAKING AMAZING!!!!! I really love them

    quick questions..

    – The last time I installed BuddyBoss Platform.. it “conflicted” with my BP install.. (is that still the case? you can only either have BuddyBoss installed or BP installed..)

    – Can you use the BuddyBoss Platform Theme on a BP install? (meaning without the BuddyBoss Platform)

    – I noticed that the only theme available now is the Boss 2.0. Will you be only making themes for BuddyBoss Platform and will you be transitioning out of further developing the Boss 2.0 theme or other themes just for BP

    **
    Again.. Im such a huge fan.. really fantastic work

    #311332
    BuddyBoss
    Participant

    @techhnyne

    BuddyBoss Platform (our version of BuddyPress) is free, including updates. The platform includes all of the social functionality, while the theme is purely for layout and is optional. You do pay for the theme, just as you would pay for a nice BuddyPress theme. You can also build your own theme, or use some generic free theme from the WordPress themes repo if you prefer.


    @hochingj
    Thanks!

    #311329
    techhnyne
    Participant

    buddyboss is not free you have to pay over $265 annually if you want the full package including the theme + updates

    You can download the BuddyBoss Platform ( the fork of BP ) for free from github.
    https://github.com/buddyboss/buddyboss-platform

    #311314
    nebuchadnezzar
    Participant

    I did check themes, also I don’t have have a bp-custom.php

    alainfauconnet
    Participant

    Version WP: 5.4 multisite
    Version BuddyPress : 5.2.0
    url http://www.easyrelation.com
    Théme child twenty seventeen ( testé avec plusieurs autres thème et problème recurrent )

    Bonjour !

    Je rencontre un petit soucis car il est impossible d’ajouter depuis l’espace membre des groupes ou des citations. les options sont bien cochées dans les options buddypress. Petit soucis avec les citations également impossible d’en ajouter.

    Seul moi est en capacité d’ajouter un groupe depuis l’interface wordpress mais pas depuis mon espace membre sur le site . C’est comme si il manquait un lien pour en ajouter.

    Voilà cela fait des jours que je bloque dessus si vous pouviez m’aider cela serai génial ! Merci ^^

    #311309
    clairemand
    Participant

    Hi, all. I have a theme that I use and would like to keep the profile on the theme. I also installed buddy press for my forum on the same site, and if you view someone profile on the forum it shows their buddy press profile.

    Is there anyway to keep both profiles (theme and buddy press) separate from each other? Thanks

    #311298
    clickallco
    Participant

    Did you check if it’s theme related or some code bugging it in bp-custom.php?

    #311295
    N33D
    Participant

    Hi there,

    Is there are also a function to show the notices somewhere else for the legacy theme?

    Thanks in advance.
    Justin

    clickallco
    Participant

    Wordpress 5.4
    Buddypress 5.2
    Theme: Twenty NineteenVersion: 1.5

    Hi guys

    I’m looking to create a custom theme built around BP Nouveau and have dequeued the css, but doing so makes the member and group cover images disappear.

    In BP legacy it was possible to follow this tutorial (https://codex.buddypress.org/themes/buddypress-cover-images/), but in Nouveau it doesn’t seem work.

    Here’s the old code for it

    function mytheme_cover_image_callback( $params = array() ) {
        if ( empty( $params ) ) {
            return;
        }
     
        return '
            #buddypress #header-cover-image {
                height: ' . $params["height"] . 'px;
                background-image: url(' . $params['cover_image'] . ');
            }
        ';
    }
     
    
    function mytheme_cover_image_css( $settings = array() ) {
        $settings['callback'] = 'mytheme_cover_image_callback';
     
        return $settings;
    }
    add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 );
    add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 );
    
    function your_theme_cover_image_css( $settings = array() ) {
    
        $theme_handle = 'bp-parent-css';
     
        $settings['theme_handle'] = $theme_handle;
     
         $settings['callback'] = 'mytheme_cover_image_callback';
         
     
        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 );

    Anyone got an idea?

    Thanks for your time!

    #311253
    N33D
    Participant

    Yes, of course. It’s because you need a template in your theme which BuddyPress uses to load the content. This is the list of templates: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    So I do now have buddypress.php template file in my theme which BuddyPress uses to display content.

    N33D
    Participant

    Hi there,

    Got a weird error. In my custom theme header I try to call this function:
    bbp_is_single_user_profile()

    And I got the error:
    Uncaught Error: Call to undefined function bbp_is_single_user_profile()

    After some research this function is correct right? I want to check if you are on a member page, since every page has it’s own source of an header image. This case from the cover image of the member.

    I use the latest version of WordPress and BuddyPress. Also there are no other plugins installed since it’s in development.

    Thanks in advance.
    Justin

    #311236
    shanebp
    Moderator

    Then it is probably something specific to your installation.
    Try deactivating loco-translate and see if the issue persists.
    Try switching momentarily to a WP theme like 2019 and see if the issue persists.
    Are you using any caching? If so clear it or deactivate it.

    #311235
    kamui83
    Participant

    i did try to change the line in this file buddypress\bp-members\classes\class-bp-registration-theme-compat.php, and also change the translation with loco translator, but it never change

    #311232
    shanebp
    Moderator

    The default theme is not used unless you select it as a WP theme – and it is very old and just there for legacy support.

    The string you want is here, on Line 3119
    buddypress\bp-members\classes\class-bp-registration-theme-compat.php

    $title = __( 'Activate Your Account', 'buddypress' );

    As you can see, it is ready for translation.
    You can see it in the language file, buddypress\buddypress.pot on Line 2984

    #311231
    kamui83
    Participant

    Hi, i’m using the 5.2.0 version with a italian traslation and i’m having some problem changing a title.
    after a user register in the page the text is “ACTIVATE YOUR ACCOUNT” with a blu line and some text under; i’ve changed the texnt under but i’m not able to change the “activate your account” text, tryed to find on traslation with loco translate but seems there is no line not translated, tryed to find on file, founded on wp-content/plugins/buddypress/bp-themes/bp-default/registration/activate.php but even if i change it nothing change.
    where is that text? i’m going crazy, plis someone can help me? thanks

    #311227
    N33D
    Participant

    Correction: even when I disable my /theme/buddypress/ folder the page.php is loaded and BuddyPress is loaded in the_content();

    N33D
    Participant

    Hi there,

    I’m breaking my head on this one. I created a custom /theme/buddypress/members/single/home.php in my custom theme. It seems it is working fine, though /theme/page.php is always being loaded above de content of home.php. I don’t understand how this makes sense.

    I tried to read everything I could find like: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/ But I still don’t understand how this is happening.

    Screenshot: https://pixelheads.d.pr/Htr16g

    I’m using the latest versions of WordPress and BuddyPress have no other plugins installed since it’s early in development.

    Can anyone assist me here? All help is appreciated!

    Best regards,
    Justin

    #311220
    shonty
    Participant

    Hi there Shane.

    I have tried the Twenty Seventeen and Twenty Nineteen theme and it still shows. I can provide a staging site and admin credentials if you like? I have a screenshot available but cant see a way to attach it to this message.

    Thank you for your help

    Shonty

    #311219
    shanebp
    Moderator

    I cannot duplicate your issue. Try switching to a WP theme such as 2019 and see if the issue persists.

    Varun Dubey
    Participant

    @redsvpo it’s theme-specific customization. You can copy these codes and paste inside child theme functions.php
    https://pastebin.com/KTfK6XDa
    and copy template-fullwidth.php and paste inside child theme as buddypress.php

    redsvpo
    Participant

    I’m using the latest storefront theme with a child theme.

    Arunderan
    Participant

    Hi,

    I have a problem with the Buddypress menu. The menu of the theme is covering the buddypress profile part. Ctrl + F5 then fixes this for a short moment. Switching to another page leads to the same situation then again though. The theme is OceanWP in actual version.

    To have the Buddypress menu half covered by the page menu is a bit unsatisfying. Is this a known issue? Does somebody have an idea how to fix it? Any help is highly appreciated.

    Kind regards
    Arunderan

    Here a shot of the problem

    Problem

    #311176
    shonty
    Participant

    Hi there,

    I am using Activity Stream in Groups.

    The filter is showing “Topics” and “Replies” in the filter twice. I have spoken to bbPress who advised to speak to yourselves. I have tried the Twenty Seventeen theme and it still shows.

    Can someone please help?

    #311166

    In reply to: Profile icons

    Varun Dubey
    Participant

    @kimo130875 Theme icons are set by your theme. Submit a ticket to your theme support it seems like you are using kleo. I think, the theme does not offer any inbuilt options to change them, but you can edit them by using custom CSS.

    #311159

    In reply to: Profile icons

    Varun Dubey
    Participant

    @kimo130875 Profile icons are not part of BP itself, it should be part of your theme, in general, you can override them using custom CSS.

Viewing 25 results - 1,626 through 1,650 (of 32,368 total)
Skip to toolbar