Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,651 through 1,675 (of 32,561 total)
  • Author
    Search Results
  • #311429
    edwingraves
    Participant

    Edit doesn’t work, so I guess I’ll reply to my own post. Apparently the change I’m looking for resides in cover-image-header.php. Making edits there works fine. This still doesn’t answer why there are so many templates and themes inside of buddypress or why there’s such redundancy in code between files or why the documentation is so poor.

    Then again, the Edit link on your own website doesn’t work, so I’m just going to chalk it all up to “BuddyPress being BuddyPress”.

    edwingraves
    Participant

    I know the answer to this is probably very simple, so please bear with me.

    I’m attempting to override how member-header.php displays using a child theme I made of Customizr.

    The problem I’m having is that everything I search online seems to conflict or just not work.

    For example there’s a member-header.php file inside of the buddypress plugin, at:

    • buddypress/bp-templates/bp-nouveau/buddypress/members/single/member-header.php
    • buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php
    • buddypress/bp-themes/bp-default/buddypress/members/single/member-header.php

    The instructions I’ve found online, of other people trying to do this, say to simply create a folder structure like this: /wp-content/themes/mytheme/buddypress/members/single/member-header.php

    I attempted to do this and make edits, but they were never reflected back to the page. If it did work, which of the three above files would I use as my base? Why are there even three locations for this?

    On the actual buddypress documentation site, this isn’t really mentioned and instead the 1.8 documentation talks about overriding specific user ids, groups, or using an index.php. The 1.7 documentation does mention overriding via folder structure but the examples aren’t in-depth.

    Should I just abandon this and instead do everything via hook overrides? I’m just really confused as to what the modern solution is because I’ve done this back in the day and it wasn’t such a hassle. I feel like I’m missing something simple and I’d sincerely appreciate it if anyone could shed light on the problem.

    clickallco
    Participant

    Unless you have a theme or another custom plugin already overriding it somewhere else, here’s where you’ll find it inside the Buddypress plugin.

    Legacy
    buddypress > bp-templates > bp-legacy > buddypress > groups > single > members.php

    Nouveau
    buddypress > bp-templates > bp-nouveau >buddypress >groups > single > members-loop.php

    profile field
    <?php echo xprofile_get_field_data( 'profile field name', bp_get_member_user_id() ); ?>

    Remember to override the template with your own in your theme so plugin updates doesn’t override your changes.

    #311421

    i am currently having this same issues in the past and after changing theme, it is still, so i have to clear my browser cache and it was normal again and show them once.

    #311415
    joaopaulodr
    Participant

    Thanks for the feedback, @vapvarun

    I made your suggestion to copy page.php as buddupress.php within my theme.
    But it stayed the same.

    Then I did the following, included in the buddypress.php file the code below for the widget:

    <? php
    while (have_posts ()): the_post ();
    get_template_part (‘content’, ‘page’);
    get_sidebar (‘buddypress’); /* HERE!!! */
    endwhile;
    ?>

    Now the widgets appear, but are below the content of the page.
    I would like them to stay to the right. Do you know how I should do this?

    #311412
    Varun Dubey
    Participant

    @joaopaulodr copy page.php as buddypress.php inside the child theme.

    Theme Compatibility & Template Files

    #311410
    joaopaulodr
    Participant

    I have a small problem:

    No sidebar widgets are showing up on BuddyPress pages (activity, member and group, etc), but they show up on the normal pages of theme.

    My theme premium is SCALIA.
    Wordpress version 5.4.1
    Buddypress version 5.2.0
    PHP version 7.2.24-0ubuntu0.18.04.4

    I hope someone can help me solve.

    Sincerely,
    João Paulo

    #311390
    nebuchadnezzar
    Participant

    Reposting this to get (hopefully)more, fresh eyes on this;

    I have a redirect that I can’t seem to locate the source of,

    “site/members/me(username)/profile” 301s to “site/profile”

    is anyone aware of any other possibilities or possible solutions(something to the tune of changing the default url for member profiles)?

    Things of checked/tested;
    – plugin testing(disabling everything)
    – theme testing(using default theme)
    – wordpress guessing urls
    – reset permalink structure
    – bp_custom.php (never added/doesn’t exist)
    – wp-config (nothing specified)
    – .htaccess(nothing specified)
    – redirection plugin(nothing specified)
    – server side redirects (none specified)
    – cloudflare page rules – (no page rules specified)
    – host (siteground) reset folder permission

    #311392
    #311377
    welsh10
    Participant

    @vapvarun,

    Awesome find, doesn’t work with BuddyBoss theme 🙁

    #311376
    Varun Dubey
    Participant

    @jluisrioja
    You can use the following code inside the child theme, it will add a timestamp for all users
    remove code once all member starts displaying in your member list.

    function buddypress_add_last_activity() {
      $members =  get_users( 'fields=ID' );
      foreach ( $members as $user_id ) {
            bp_update_user_last_activity( $user_id, bp_core_current_time() );
      }
    
    }
    add_action('bp_init', 'buddypress_add_last_activity' );
    N33D
    Participant

    Hi guys,

    Working on this issue for like 8 straight hours and I finally found the problem but I still can’t fix it.

    In my theme I use:
    wp_deregister_script('jquery');

    And load jQuery myself:
    wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js', false, '1.0', null);

    Scripts are loaded correctly: (screenshot) https://pixelheads.d.pr/qB0nKV

    But it causes many problems. For example, when I press the “Add friend” button, the whole page (HTML) is loaded in the div.friendship-button element. No idea why.

    All help appreciated.

    Thanks in advance.
    Justin

    #311347
    techhnyne
    Participant

    @buddyboss then why when i go to the website it only has pricing and not download?

    if you say its free i should not have to pay anything for a download. if you say a theme is what im paying for then why is there no basic theme thats free or even the plugin without a theme so users can built their own theme?

    do i really need to spend over $200 to try it out because im skeptical. i rather save the headache of filing a return

    Sorry, I just remembered that I can download the free plugin:
    https://github.com/buddyboss/buddyboss-platform

    #311339
    coolhunt
    Participant

    @buddyboss

    I totally understand what you mean about having your product stack working out of the box.

    – Suggestion.. I wish you guys would have an “escape” export OUT of Buddyboss and back to BP. *its just a piece of mind thing.

    The attraction that I have with BP/WP is that I dont “feel” locked in to a software provider.. its a bit unreasonable of course.. but it just keeps me “feeling free”

    **BONUS**

    I think i would feel better paying the price (dont get me wrong.. its reasonably priced) if the Buddyboss platform would also address mobile-first-pagespeed. It drives me crazy that every site I launch on BP/WP scores poorly on googles pagespeed test. — its pretty clear that the main reason for this are loading a bunch of JS and CSS.. certainly there are many reasons why a site scores poorly but it would great if BuddyBoss Platform solved for some of that.

    – How compatible is BuddyBoss Platform with the caching plugins like WP-SuperCache (and the like)

    Im just a BP/WP hobbyist so Im sensitive to the “annual license renewal fee” – How does your renewal fees work? Is the renewal fee the same price as the initial purchase price?

    LASTLY (I swear its the last question)

    I’ve noticed that I still rely on WP plugins that interact with posts.. is the BuddyBoss Platform and Theme overall (reasonably) compatible with other WP plugins out there?

    #311338
    BuddyBoss
    Participant

    @coolhunt

    Thank you!

    – You cannot run BuddyBoss Platform and BP at the same time. BuddyBoss is a fork of BuddyPress and shares a lot of the same underlying code, so they cannot run at the same time.

    – These are the themes available: https://www.buddyboss.com/themes/
    “BuddyBoss Theme” is for BuddyBoss Platform.
    Boss 2.0 and OneSocial are actually for BuddyPress.

    I know it’s a bit confusing, but long term our product stack is basically just BuddyBoss Platform and BuddyBoss Theme which is actually very simple. We’re not making any new BuddyPress themes. The goal is to have everything you need out of the box from us with one plugin, one theme. That way we can focus all of our efforts on updating that product stack and just make it really awesome. We are adding more options over time to make the theme really flexible with layouts, especially via Elementor, so that people can take that one theme and make it look like anything.

    #311337
    coolhunt
    Participant

    @sbrajesh

    @buddydev

    Im a few weeks in to diving in Community Builder theme by BuddyDev and Its pretty sophisticated.
    SOOO MUCH customization!!!!

    Anyway..

    Im loading it up on one of my sites https://throttle.network and the site when viewed on mobile moves side-to-side .. as if theres content to the right or left .. that overflows…

    how do i configure it so that i remove the side-to-side movement … so that users can only go up and down

    is it a media-screen size thing? or is a “BOXED/FLUID” layout percentage thing.. Ive tried changing the percentages .. nothing works

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

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