Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 751 through 775 (of 32,561 total)
  • Author
    Search Results
  • #325210
    scubajoe206
    Participant

    Hi,

    In my new BuddyPress site, my default site sidebar is disabled and its contents pushed to the bottom of the page on some BP pages when using the BuddyPress Nouveau template pack. Not all BP pages, just those that display any kind of activity.

    This problem goes away when I switch the template pack to BuddyPress Legacy. Of course then I give up some of the features I like in Nouveau, especially the round profile picture style and the cleaner tab styling.

    Is there any way to fix this? Actually, I’d settle for either of the following:
    – Implement round profile image style in Legacy, or…
    – Fix the issue with the sidebar in Nouveau

    Any help will be greatly appreciated. While I’m here, could somebody point me to any resources for learning a bit about BuddyPress CSS, so I can tweak some styling. In particular, I’d like to show some Xprofile information in the member directory, not a user’s last post.

    Thanks,
    Eddy Sharp

    WordPress 6.0, BuddyPress Version 10.3.0.

    savantking99
    Participant

    I have a wordpress site. With a buddypress theme. And I have a live and a staging site.

    So I updated buddypress from: 1.7.9 to 2.0.2. on staging. But now in several pages the css is broken.

    For example if I look in the css. Then I see in the 1.7 version:

     #buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested {
        background: #007CFF;
        color: #fff;
    }

    and in the 2.0 version this:

    body #buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested {
        background: var(--bb-primary-button-background-regular);
        border-color: var(--bb-primary-button-border-regular);
        color: var(--bb-primary-button-text-regular);
    }

    So the properties of the newer buddypress theme changed apparently?

    So my question is: what I have to do? Do I really need manually over all the pages to check what the differences are with buddypress 1.7 and 2.0?

    But this sounds not so promising. For example if you have a site with 300 pages.

    Then you have to go manually page for page what changes? And then in the child theme you have to correct everything?

    This sounds absurdant.

    So what is your advice? How can I fix this?

    THank you

    AWOL
    Participant

    Hi,
    I have scoured the codex and done hundreds of internet searches but cannot find a solution (or one that I completely can either understand or implement), which makes me thing that maybe what I want is not possible, so I will explain more fully what I want first. I have a custom post type that is not published in a standard way by users; it is generated and published automatically by them either clicking, or click and holding one button, and the content and title is generated based on how the button was pressed and by which user, at what time and day, and at what location. I want this CPT to be shown in both the main Activity stream and on the member’s profile activity stream, but only to be visible to their friends, while all their other activity I want to be visible to everybody. Is this possible, and if so, how can it be achieved? I have tried various plugins but none give the granular control I require, so I think there must be a self coded solution possible, but I just can’t figure out where to begin with that – everything I have tried doesn’t work. I should add that I have also been unable to make any template changes – it seems as though my theme (Blocksy child theme) or the Nouveau theme, or both combined don’t play well with this, so anything involving changing core BP templates is out of the picture.
    Anyone that can either provide some example code that can assist me, or a resource other than the codex, or a very specific link to where in the codex and how to use it in my scenario, along with if I should be putting code in bp-custom or child theme functions, I would be very grateful. I have successfully added the cpt and can get it displaying in the activity stream and profile activity, but I need to know how to adjust that to only show that individual activity to friends automatically. Is it possible? As it stands now I have it so that all activity is only shown to friends, and profile activity is the choice of the member (via a plugin) but it is not what I want.

    #325107
    rcotwunite
    Participant

    How can I find out more specifically what’s wrong with it? I’m comfortable with php and have built a custom theme.

    This page has worked in my theme before, not sure what changed. I tried making a php file called page-create-account.php. I created a page in the backend of wordpress and linked the buddypress pages options to that page.

    I believe I copied the ‘register.php’ from the buddypress legacy folder in the plugin folder.

    When I saw the error, I even tried taking everything out of that file and just writing <?php echo 'hi';?> and it still shows the same form and the same error.

    #325080
    Ravi Sharma
    Participant

    Hello,

    Please try the following code:

    
    add_action( 'bp_before_register_page', function () {
    	esc_html_e( 'Before register page content goes here.' );
    } );
    

    It will display the content before register form. You can place this code in your active theme ‘functions.php’ file or ‘bp-custom.php’ file.

    Regards
    Ravi

    #325079
    trigzou
    Participant

    Hello, I am using Buddypress on my website with MyCred and the ReHub:ReDeal theme.
    Recently, i’ve been trying to change the icons of the profile page’s different tabs but I don’t know where I can do that.
    I’ve searched in Buddypress options, tools etc… but I can’t find anything related to the icons of each tab in the profile section.
    Do you know how I could do it? Thanks a lot!

    #324989
    ajeclizm
    Participant

    I am trying to use the [bbp-register] shortcode on a page but it just shows the shortcode, not the registration form.

    1. I have the latest version of BuddyPress and BuddyPress Docs installed and activated.
    2. I have tried using several other themes, including twenty twenty-two.
    3. I have tried loading in an incognito window.
    4. Same problem happens with other bbp shortcodes, like the login shortcode.
    5. I’ve tried deactivating all other plugins except BuddyPress.

    Anyone know why the shortcodes aren’t working for me?

    Here’s the page: https://ntgreekreadinggroup.com/register/

    #324986

    In reply to: bp-custom.php – Help

    Anonymous User 16480907
    Inactive

    @chrishechler

    you can add the bp-custom.php file to your WordPress theme or child theme. once you created the file, you can add your code snippet between the start and end symbols: <?php .... ?>

    thanks

    mikeVhd
    Participant

    I want to have VIP members in my website. The VIP members should pay to register. And VIP members have more authority and activity options in website.
    Also I intend to have some marketer for website (affiliate program- like the affiliate wp plugin), and pay to the marketer for the members that invited by them and registerd as vip member.
    How can I do it?

    WordPress version:6.0
    BuddyPress version:10.3.0
    Theme:Olympus.

    I would appreciate to your attention.

    hausmanconsulting
    Participant

    Using Youzify with a private BuddyPress site (i.e., everyone is a “member” and there is no public access), there is a profile privacy section at the bottom of the new post area on the activity feed that defaults to “Public”. On private communities this is likely to cause a fair amount of confusion because users will obviously not want anything they post to be truly “Public”, and there’s no need to force them to select “Members” before they post since it’s a private community.

    In Youzify, the list of privacy options is called with apply_filters and a function name “youzify_wall_activity_privacy_option”. So in your bp_custom.php you can add something like this, where I moved the “Members” option to the top and commented out the public option:

    add_filter('youzify_wall_activity_privacy_options', 'youzify_change_public_option' );
    function youzify_change_public_option( $options ) {
    
    	$options = array(
    
    		//'public' => array( 'title' => __( 'Public', 'youzify' ), 'icon' => 'fas fa-globe-asia' ),
    
    		'members' => array( 'title' => __( 'Members', 'youzify' ), 'icon' => 'fas fa-users' ),
    		
    		'onlyme' => array( 'title' => __( 'Only Me', 'youzify' ), 'icon' => 'fas fa-lock' ),
    
    		'friends' => array( 'title' => __( 'My Friends', 'youzify' ), 'icon' => 'fas fa-user-friends' ),
    		
    
    	);
    	
    	return $options;
    
    }

    The keys “public”.”onlyme”, “friends”, and “members” are hard coded into the privacy code so probably best not to change those. The default icon is still the globe when the page is first loaded with the members section at the top of the list, but I think that can be changed in a stylesheet or possibly a theme file override.

    The reason I didn’t just rename “Public” and remove the members option is because if the community ever goes public, we don’t want those posts that were destined for the private community to be shown. This way they are still tagged as “members”.

    #324949
    Alberto
    Participant

    Hi, I’m new to buddypress.
    I want to create new tabs that contain information on the group pages.

    Is there a third party plugin that extends the groups page?
    Is there a page with information on how to do it in code?

    Thank you

    —-
    Theme Woffice
    Buddypress: 4.2.2
    Wordpress: 5.9

    #324923
    pagecrafterz
    Participant

    Hi, I tried to add sidebars to the pure BuddyPress plugin using Hello theme with it.
    I tried couple of so-called siebar/widget plugins but none could help me add sidebars to the BuddyPress plugin. I received a message that widgets are not possible. I doubt that as many BP themes have sidebars.

    May I ask if there is a sidebar widget that could help me add widgets to the right and left side of newsfeed/activities and maybe even member pages? That would be great 🙂

    #324908

    In reply to: activate.php files.

    ditout
    Participant

    Hi @kainelabsteam
    I have desactivated all the plugins besides Buddypress and changed the theme, it is not OK,
    so I am sure that is a problem of a bag register verification, and cannot receive this page.
    https://si3.photorapide.com/invites/photos/2022/05/27yqvh.jpg
    how can I make to display this page ? it is a question.
    Thank you !

    #324890
    epsilis
    Participant

    Sorry yes I meant bp-custom.php. And not in my case. The hosting company removed the file which they saw as a plugin as their logs showed it was the source of a php error. As a first step to finding the problem I restored a basic bp-custom.php file with no added custom code and the problem of a blank white screen on trying to login reappeared instantly. I removed the file, website login functionality returned to normal. I moved all custom code to theme and everything continued to work as intended?

    #324887

    In reply to: activate.php files.

    Youzify
    Participant

    Hello @ditout

    I think you need to do a conflict test.

    1. Deactivate all of your plugins except BuddyPress. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin.

    2. Change your WordPress theme to WordPress TwentySeventeen (or other default WordPress theme).

    #324874
    mikeVhd
    Participant

    Thank you so much, it works properly.I have used shortcode of this link: https://kainelabs.ticksy.com/article/16578/

    I want to tell a scenario and I will be so appreciated if you tell me your idea:
    I want to design a social network by using Olympus theme, Yousify, BuddyPress and some other plugins.
    In this network we have 5 member types and every member type has some sub member types. Every body should be able to select the member type while registrig in website.
    We also want to have vip members and common members and get pay from vip members. Non vip members should be restricted for some activity. For example just vip members could be able to post. So non vip members sould be able to just see the others posts. We have also affiliate system. And pay commision for marketers that invite new members that register in website. So I think I can use affiliate pro and restrict content pro beside buddypress.
    What is your idea and if there is/are better softwares I will be appreciated if you recomond me.
    Thanks a lot.

    #324867
    mandro
    Participant

    Hi @mikeVhd

    If you are using Olympus theme, based on my Experiences, you should have a Youzify plugin inside. That plugin has a Members Directory shortcode where you can put it on a separated page.

    mikeVhd
    Participant

    How can I show each member type members in seperate page?
    WordPress version:6.0
    BuddyPress version:10.3.0
    Theme:Olympus.

    #324831
    iantiu
    Participant

    In my activity feed, my Like, Comment & Share buttons have a colored background. I just want it to be white or without color to match my theme. How do I get this done?

    I have the Youzer plugin too but even when I deactivate Youzer, it still has the same colored background. Is there any way to get this background color removed by css? Thanks!

    Screenshot

    My Site: https://themislabeledspecimen.com

    domisny
    Participant

    Currently with our Budypress installation (Budypress 10.3.0. with WordPress 6.0 using customized child theme of Boss) the group page returns a null content for the og:image
    <meta property=”og:image” content=””>
    and no og:url
    This creates a log of issues when publishing on facebook etc.

    How could we have Budypress to return the group profile image for og:image and the group url for og:url ?

    Here is an example of one of our group link (we call a group and Expe) :

    https://capexpe.org/expes/rando-nordique-kungsleden-fev-22/

    Thanks for your help and suggestions

    #324797

    Topic: Site down

    in group forum Installing BuddyPress
    SpaceAgeUXer
    Participant

    Hello,

    I’m trying to get some assistance as a student assisting on tech project for a client running their site on WP. We recently encountered some site outage issues and I’m not extremely well versed with Buddypress or WP but we were advised there was a BuddyPress related issue.
    Below is the error code description provided by our client (professor). If someone could offer some troubleshooting tips, I would be really appreciative, thank you!

    WordPress version 5.9.3
    Current theme: Airi (version 1.0.16)
    Current plugin: BuddyPress (version 10.3.0)
    PHP version 8.0.17

    Error Details
    =============
    An error of type E_ERROR was caused in line 76 of the file /home4/platefo5/public_html/wp-content/plugins/buddypress/bp-loader.php. Error message: Uncaught Error: Failed opening required ‘/home4/platefo5/public_html/wp-content/plugins/buddypress/class-buddypress.php’ (include_path=’.:/opt/cpanel/ea-php80/root/usr/share/pear’) in /home4/platefo5/public_html/wp-content/plugins/buddypress/bp-loader.php:76
    Stack trace:
    #0 /home4/platefo5/public_html/wp-settings.php(418): include_once()
    #1 /home4/platefo5/public_html/wp-config.php(96): require_once(‘/home4/platefo5…’)
    #2 /home4/platefo5/public_html/wp-load.php(50): require_once(‘/home4/platefo5…’)
    #3 /home4/platefo5/public_html/wp-admin/admin.php(34): require_once(‘/home4/platefo5…’)
    #4 /home4/platefo5/public_html/wp-admin/edit-comments.php(10): require_once(‘/home4/platefo5…’)
    #5 {main}
    thrown

    qspieren
    Participant

    Fixed it by overwriting the OneCommunity Theme files by the ones downloaded from themeforest.

    qspieren
    Participant

    Following log for additional information:

    Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:105 Stack trace: #0 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/themes/onecommunity/buddypress/members/register.php(68): bp_profile_groups() #1 /home/vhosts/nandanetwerk.nl/httpdocs/wp-includes/template.php(772): require('/home/vhosts/na...') #2 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template('/home/vhosts/na...', false, Array) #3 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(407): bp_get_template_part('members/registe...', NULL, Array) #5 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-members/classes/class-bp-registration in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 105

    #324784
    futureyoon
    Participant

    Hi Fabio,

    I happened to come across your post and was trying to use it on buddyboss theme and plugin but not sure why nothing is happening.

    I enabled your code in code snippet and i post a shortcode in activity feed, but nothing shows up…

    Do you have any idea?

    Thank you

    #324780
    shanebp
    Moderator

    An easier approach is to simply overload the activities loop template in your theme or child-theme.
    In that template, add whatever code you need gather the ids you want to use.
    for example, untested:

    $ids = an array of activity ids that you want to include. 
    $ids = a csv string from imploding $ids
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&include=$ids' ) ) : ?>
Viewing 25 results - 751 through 775 (of 32,561 total)
Skip to toolbar