Search Results for 'buddypress'
-
Search Results
-
I have BP v.9.1.1 installed under WP 5.8.2 and the site in progress is using a subdomain with its directory at the root. The directory is named as per the subdomain (i.e. subdomain.domain.tld). Unfortunately, I’m unable to share the URL.
I’ve been wrestling with this issue for a while now. When logged in as the admin and viewing the Members Directory, the bp-nouveau-css styles (…/buddypress.min.css?ver=9.1.1) load just fine but they won’t load when logged out. This is happening specifically with an Avada child theme. I have reached out to Avada support but I’m not holding my breath for a solution from them.
I cloned the site and began by activating the Twenty Twenty One. Like the original site, bp-nouveau-css loaded just fine when logged in or out. This was also the case for Twenty Twenty One child or the Avada parent themes. However, activating the Avada child theme prevents that stylesheet from loading.
In my Avada child theme, I’ve only added the buddypress/members/ directories so I could make some tweaks to the listings and profile pages. The child theme’s style.css relies on the Nouveau template CSS in the BP plugin directory. With its styles missing, the page falls apart.
I also have some custom functions in plugins/bp-custom.php but none of those deal with stylesheets.
I’ve also tried placing the CSS folder from /buddypress/bp-templates/bp-nouveau/ in /avada-child-theme/ as a test. When logged in, bp-nouveau-css loaded from the child theme. When logged out, other BP styles were loaded from the plugin directory, not the child theme, and it still refused to load bp-nouveau-css.
Can I add a function somewhere to enqueue the styles I need since the child theme won’t do it on its own?
I’d actually like to add a function to only load BP’s CSS and JS where necessary since only a couple of pages use BP. I’ve found this SERT Media article but comments suggest the code won’t work with Nouveau.
I’d greatly appreciate any help with this issue. Cheers.
Topic: Log4j impact on BuddyPress
Hi,
Although current vulnerability reported by log4j is more to do with Java and related platform as it is used mostly in that paradigm.
But since we use buddypress in our website, I wanted to know
1. Does Buddypress or any of it’s dependency directly or indirectly use log4j?
2a. If, yes then can it be a cause of concern for us as a BuddyPress plugin user.
2b. And what would be the remedy to protect from any possible issues arising due to log4j vulnerability.With Regards,
DevanshuHi,
When we activate ESI Caching it creates a conflict with the Buddypress login. It will display a different image and username when being logged in. This only happens when the ESI is enabled. Do you know a way to fix this?
Thx
Topic: creating Group problems
when I create a group I can put the name and the description and after that when transferring me to the sitting side and it shows me and (The link you followed has expired) and when I talk to the hosting support and they told me to talk to the BuddyPress support to take a file to replace the main file in my site,
Using the aardvark theme:
On the front page:
The Login/Register buttons on the top right corner.
1. I am having problems with the “Register” Button/page – taking a very long time to load, sometimes it times out.
2. went into buddy press to change the Registration page to something different to see if it would speed up in order to test it out.
3. I switched it to my “contact” page temporarily and found it loaded immediately.
4. I went to switch it back to the Buddy press register page that I am assume was created by buddy press.
5. Now when I click the “register” button. It takes me to the “contact” page. Then when I am on the contact page…when i click register, it eventually will take me to the right page, The “register” page (by buddypress)
This is a major problem. Can you please help me? I have a big event and I need people to be able to register on the site.
Let me know if you need any more information, I have no clue how to fix this.
BuddyPress version – 10.0.0-beta1 or 9.1.1(stable version)
Theme – Twenty Twenty or any theme
Wordpress version – 5.8.2When I change Cover Image it is working fine.
But when I change Profile Photo it is giving error – There was a problem cropping your profile photo.I am not able to find out why it is giving this error.
Please help urgentlyWhy do I get this pop up on my wordpress?
“The following active BuddyPress Components do not have associated WordPress Pages: Register.”
I have to use Buddypress for something, but I dont want to associate WordPress Pages. Can I turn off this error? If I click on it, it stuffs up my site.
Topic: Tabs not working
Hi, I just installed buddypress. When I click on any of the tabs [components, options, pages, credits] nothing happens, page refreshes but the tab doesn’t open.
Any help with this is appreciated.
With thanks, Geraldine
Greetings,
I have a CPT “events” that I want to display on the activity feed. I stumbled upon this page: https://codex.buddypress.org/plugindev/post-types-activities/ which tells you how to implement it.
I have added
add_post_type_support( 'page', 'buddypress-activity' );
to the custom-bp.php which works and indeed shows a post once I add a new event.However, the message it shows is a bit generic (Name wrote a new item) which I would like to change (including featured image).
In the above-mentioned link it does explain how to do this (changing the text) but for some reason, I can’t make it work. I added the following code as mentioned to my custom-bp.php but it just does not change the message:
function customize_page_tracking_args() { // Check if the Activity component is active before using it. if ( ! bp_is_active( 'activity' ) ) { return; } bp_activity_set_post_type_tracking_args( 'events', array( 'component_id' => buddypress()->blogs->id, 'action_id' => 'new_blog_page', 'bp_activity_admin_filter' => __( 'Published a new page', 'custom-domain' ), 'bp_activity_front_filter' => __( 'Events', 'custom-domain' ), 'contexts' => array( 'activity', 'member' ), 'activity_comment' => true, 'bp_activity_new_post' => __( '%1$s posted a new <a href="%2$s">event</a>', 'custom-textdomain' ), 'bp_activity_new_post_ms' => __( '%1$s posted a new <a href="%2$s">event</a>, on the site %3$s', 'custom-textdomain' ), 'position' => 100, ) ); } add_action( 'bp_init', 'customize_page_tracking_args' );Also, in the best case I would like to add the featured image to it which is clickable (exactly how it does it for a normal blog entry).
Can somebody tell me what I do wrong?
Topic: Multiple forums template
Hi, can you advise how we set up a forum structure like the one on this site, with the forums on the left, and stream of all posts on the right? Our existing forum has just one stream with no categories. We’ve got into a long and expensive discussion with a developer about adding topic categories, but it strikes me, I could set it up like the buddypress community, and just call the ‘forums’ categories. Quite a beginner, so any pointers v useful. thanks