Search Results for 'theme'
-
Search Results
-
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
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.Topic: Profile tabs icons
Topic: Shortcodes not working
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/
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.
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”.
Topic: Expand a group page
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.9Topic: How to add sidebars
How can I show each member type members in seperate page?
WordPress version:6.0
BuddyPress version:10.3.0
Theme:Olympus.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!
My Site: https://themislabeledspecimen.com
Topic: Site down
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.17Error 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