Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,526 through 1,550 (of 32,561 total)
  • Author
    Search Results
  • #312698

    In reply to: Change header?

    @mercime
    Participant

    @flpagan Can you clarify whether you’re referring to the theme’s header or a default group’s or member’s profile header/ cover image?
    If you’re referring to the theme’s header, please contact theme author.
    If you’re referring to the cover images for groups or members, try this https://wordpress.org/plugins/buddypress-cover-photo/ – haven’t used it myself. Good luck.

    #312697
    amaclenan
    Participant

    I see many people seem to have this problem and the site I am writing for a client certainly does – when a user loads a new Avatar picture, the result is a tiny dot and it is impossible to crop.

    This is a deal-breaker for using BuddyPress – does anyone have a work around?

    I am using Avada theme but have tested it with 2020 and still no luck.

    #312677
    Varun Dubey
    Participant

    @sjdeveloper delete BuddyPress plugin folder to remove the error first, it will bring the site live and afterword activate the default 2020 theme to disable any function call from the currently active theme which requires BuddyPress profile component. Install BuddyPress and enable the profile component then activate your theme again.

    #312676
    sjdeveloper
    Participant

    I am using buddypress, extented profile field paid membership pro for matrimony website and using sweetdate theme. i dont want to show component on profile page for that i started to deactivate component from setting->buddypress from bottom to top when i deactivate profile then my site sudden goes in critical section so how i can enabled the component again later i will hide it by using css.
    please help me.

    #312675

    In reply to: comment

    Varun Dubey
    Participant

    @socially2020 it will be your theme-specific customization task.

    #312666
    Varun Dubey
    Participant

    @scox1 it might be theme-specific, try to check with default theme at staging/development site.

    #312639
    scox1
    Participant

    I have a plugin for LDAP/AD integration on my site that maps to the user’s buddypress profile fields including profile picture. The profile picture shows up on the profile page, directory, forum. It even shows up on the membership list in groups. However, it doesn’t show up for the administrators of the group listed above the group name or on the invite page. We are using the Woffice theme, which buddypress is integrated with. Any suggestions are greatly appreciated.

    stof17
    Participant

    I want to create a community website, so I install BuddyPress and Olympus theme and youzer plugin. After I finish the setup, I want to make it a paid membership community. I use “ultimate membership pro ” plugin. But my problem is that whenever I go to the register page and choose a subscription plan it takes me to the old BuddyPress registration page, not the ultimate membership pro one. In The BuddyPress register page, anyone can register and there’s no payment process. I need to replace it with the new one. I set all the settings correctly but nothing happens. maybe I need to edit the code. Can you help with that?

    #312590
    oudekaas
    Participant

    I want to create a all black Twenty Twenty theme but when i change the colors everything works and the text is white (like i want it) but when i go to the BuddyPress part of my site and go to activity my activityposts are invisible but when i highlight them they are still there does someone know a fix


    Homepage

    Buddypress social

    Varun Dubey
    Participant

    @dmcsupport to debug try to disable all active plugin except BuddyPress and also toggle to the default 2020 theme.
    It might be possible any of your active plugin or theme is using flush_rewrite_rules() and trying to set their own path.

    #312540
    Varun Dubey
    Participant


    @rootcr8r
    You can override single member profile template inside child theme

    Template Hierarchy


    /buddypress/members/single/ folder contain all files
    https://github.com/buddypress/BuddyPress/tree/master/src/bp-templates/bp-legacy/buddypress/members/single

    #312535
    shanebp
    Moderator

    For private messages, auto-complete only shows your friends.
    To access everyone, put this in your theme/functions.php or in plugins/bp-custom.php
    define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );

    To customize the options provided by autocomplete, you would need to write some custom code.

    #312525
    Elia
    Participant

    Wow, clickallco, thanks for the quick help! I really appreciate your help ????

    This code removes the “members” tab and access to the /groups/GROUPNAME/members/ page.

    But in my theme (buddyboss) when you click on the group it redirects to this page /groups/GROUPNAME/members/all-members/

    And that page is still available.

    Can I do anything about it? Ideally I need 2 things:

    1. Remove access to pages like /groups/GROUPNAME/members/all-members/
    2. If user open these 2 pages:
    /groups/GROUPNAME/members/
    /groups/GROUPNAME/members/all-members/

    Then redirect to the activity page:
    /groups/GROUPNAME/activity/

    #312521
    clickallco
    Participant

    You could always customize your own templates and change it to your behest.

    You can get an idea about how to start it out here https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    From then on its just about coding it to your own set standards.

    #312506
    blizzie
    Participant

    Hi,

    In the past I’ve been able to use /me as a link for member pages, eg if the member is Ana, when Ana clicks mysite.com/members/me, it automatically redirects to mysite.com/members/Ana. This has stopped working this week, such that the /me URLs don’t update when clicked, leading to page not found errors. Does anyone know what could be causing this? I’ve checked for theme and plugin conflicts but everything seems to be fine there. Any help would be much appreciated.

    #312496

    In reply to: 2 problems

    wahj73
    Participant

    Which version of WordPress are you running?

    Current Version: 3.2.7.2

    Did you install WordPress as a directory or subdomain install?

    directory

    Which version of BP are you running?

    last version

    Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    s2.member
    learnpress
    Wpbakary
    Loco

    Which theme do you use ?

    eduma

    __

    I tried delete the WordPress website and reinstall it again with using the same database but it doesn’t work.

    I had use jetpack plugin before.

    I can’t remember when this problem happen. Is it after graduation? Is it after install some plugins?

    globsticks
    Participant

    Hello,

    is is possible to customize parent theme’s buddypress folder into child theme and edit the templates in child theme to send customized notifications to users when these events happen:

    a. a new account has been created
    b. a post from user moves up to a higher voting threshold
    c. a user gets a new voting score

    ¿is there any limitation to get the plugin not to work this way?

    thank you!

    #312436
    msslrb
    Participant

    I’ve deactivated the theme and all plugins and the problem was still there. Is there a way for me to tell what code is causing the problem?

    #312427
    nextnorth
    Participant

    Have now determined this is a theme issue not Buddypress so this can be closed.

    #312397

    In reply to: Members page

    clickallco
    Participant

    You could override the template to showcase your own unique one. Here’s some more info on it.

    Theme Compatibility & Template Files

    shanebp
    Moderator

    Exposing every aspect as an option is untenable.
    You need to adjust a template file.
    The file in question depends on which BP template pack you are using.
    Go to wp-admin > Settings > BuddyPress > Options and note the setting for the Template Pack option.
    If you are using Nouveau, then this is the file:
    wp-content\plugins\buddypress\bp-templates\bp-nouveau\buddypress\activity\index.php

    In that file, find this: <?php bp_get_template_part( 'activity/post-form' ); ?>
    And change it to this:

    <?php 
         if ( ! bp_is_user() ) {
             bp_get_template_part( 'activity/post-form' ); 
         }
    ?>

    Note: it is recommended that you do not edit the template files in the BuddyPress plugin.
    Your changes will be wiped out when you update the plugin on a new release.
    Instead, create a template overload and then edit that file.
    More info re template overloads:.

    shameem5566
    Participant

    I have to hide some nav menus of bp users’ profile page from other users. I using the following function to do so. That was working fine.

    /* BuddyPress profile nav menu restrictions */

    function bpex_hide_profile_menu_tabs()
    {

    if (bp_is_active(‘xprofile’)) :

    if (bp_is_user() && !bp_is_my_profile()) {
    // BP’s profile main menu items. Comment those to show.
    // bp_core_remove_nav_item( ‘activity’ );
    // bp_core_remove_nav_item(‘profile’);
    bp_core_remove_nav_item(‘friends’);
    bp_core_remove_nav_item(‘groups’);
    // exist only if you use bbPress
    bp_core_remove_nav_item(‘forums’);
    // bp_core_remove_nav_item(‘activity’);
    bp_core_remove_nav_item(‘following’);
    bp_core_remove_nav_item(‘followers’);
    bp_core_remove_nav_item(‘bookmarks’);
    bp_core_remove_nav_item(‘activity’);

    // BP’s profile main menu items. Comment those to show.
    bp_core_remove_subnav_item(‘activity’, ‘personal’);
    bp_core_remove_subnav_item(‘activity’, ‘friends’);
    bp_core_remove_subnav_item(‘activity’, ‘groups’);
    bp_core_remove_subnav_item(‘activity’, ‘following’);
    bp_core_remove_subnav_item(‘activity’, ‘feed’);
    }
    bp_core_remove_subnav_item(‘activity’, ‘mentions’);
    bp_core_remove_subnav_item(‘activity’, ‘favorites’);

    endif;
    }
    add_action(‘bp_init’, ‘bpex_hide_profile_menu_tabs’, 15);

    I have this navigation menu for the bp user on the header by default. When I am viewing other’s profiles the nav menus inside the user’s header menu also get hidden.

    Is there any other ways to do this.

    I am using the latest version of WordPress 5.4.2, BuddyPress 6.0.0, and BuddyX Theme 1.3.7.

    bluesweet
    Participant

    Theme – Cera
    I am still struggling to figure out how to separate the activity streams. I just want each member to have their own activity stream.
    Let me explain…
    I have an activity stream in each members profile page already but..they all share the same feed.
    I want the activity feeds to be separate.
    If I post in members page A then post in members page B – you will have to go to both members pages to see each post. Example- A post stays in A members page
    Please someone help
    I want to learn how to customize this myself.

    #312352
    kim007x
    Participant

    Hi,

    I checked all the plugins which were in the theme, and indeed, one of the plugins limited access to the groups. Now they are visible to everyone 🙂

    Thanks a lot!

    kim007x
    Participant

    Hello,

    I am working on a subdomain for a client: https://forum.secretsofpakistan.com/

    I put a few public Groups on the Homepage, but I can only click on them when I am logged in to the WP site.

    When I am logged in, I can visit https://forum.secretsofpakistan.com/groups/uk-nationals-in-pakistan/ e.g. but whoever is not logged in will land on the Homepage of the website.

    I already went to Settings – Permalinks and selected “Post Name”.

    WordPress Version 5.4.2
    BuddyPress Version 6.0.0
    Theme Aardvark

    Does anyone has an idea how to make the Group pages visible for non-logged in visitors?

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