Search Results for 'theme'
-
Search Results
-
When I set up bbpress first locally on my computer, I managed to get all pages for bbpress full width with no sidebars. I simply went to Theme options and set all pages and posts to default full page width tempates.
Now I am setting up bbpress on a live site. buddypress forum pages display correctly in full width, but to my unpleasant surprise the user profile page displays with a sidebar. I simply can’t get rid of the sidebar and make the page full width. This is very disappointing for me – can someone help,
thank youI 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.
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 urgentlyTopic: Forum Cover Photo Blank
Hello,
New to the forum, been searching everywhere and I do not see this question asked anywhere.
I am on:
– WP 5.8.2
– BuddyBoss Theme 1.8.1
– https://cnftcentral.ioWhen groups/Forums are created By Members, the cover Photo for the Forum is missing…
If you visit my site you will notice that all forums do have a cover photo but that’s because I went as an admin on the forum post and added the Featured Image manually. I really cannot go & add a Featured image each & every time a user starts a forum…
Is there a way around this so the user cam apply a cover photo to, not only the group but, the forum as well? I really cannot figure this out, I have tried everything!
Thanks in advance!
I wrote the following function, but i still can’t create a group. I’ve made sure that the function is getting called, so that is not the issue
function start_a_new_group($profile_id, $status) {
if ( !function_exists( ‘groups_create_group’ ) ) {
require_once ‘/bp-groups/bp-groups-functions.php’;
}$defaults = array(
‘group_id’ => $profile_id,
‘creator_id’ => get_current_user_id(),
‘name’ => ”,
‘description’ => ”,
‘slug’ => ”,
‘status’ => $status,
‘enable_forum’ => 0,
‘date_created’ => bp_core_current_time()
);
return groups_create_group($defaults);
}Wordpress version 5.8.2
Buddypress verion 9.1.1
Theme is Twenty TwentyAny ideas?
Topic: Change BuddyPress Theme
I’m using Fortuna template with my website and i need to change theme of buddypress , how can i do this?
Topic: Linking blog to Buddypress
Hi!
I created a community website for people to meet and travel so I installed BuddyPress.
There are post blogs showing places to visit and I’d like for the members to be able to “like” a post of the place they’d like to go and to have it written somewhere in their profiles like “Friends” “Groups” “Activity” etc.I tried several extensions but it doesn’t work, I tried Buddypress like by Darren Meehan (which doesn’t work at all), Favorite by Kyle Phillips seem to work but I can’t link it to the profiles. Idk what I can do.
I use the Divi theme, WordPress is 5.8.2 and BuddyPress is 9.1.1
Here’s the website http://armyvof.cluster031.hosting.ovh.net/ (sorry but it’s in french, no english!)
Thanks in advance!
Hello, I am very fresh in BuddyPress, I got very wired issue.
My site is just a hello world version.
After I activate BuddyPress, one wired header appears on the top of my site. It includes a wordpress logo, Log In and Register and a search bar.
This wired header is always there, even if I have selected one theme or do something else. It is always at the top of the site….
Could anyone please tell me where shuold I go to deactivate this things?
Hi guys,
I’m working on a child theme for BeSocial at the moment and I’m wanting to display a couple of predefined buttons in the header of a Group dependant on the Group Types of that Group. I can’t really find much information on the Group object to get the query together I’m looking for.
What I’m trying to achieve in psuedo-code:
$bingo = the specific Group Type defined by me
$this_group_types = all the Group Types for the active Group pageif(in_array($bingo, $this_group_types)){
[display buttons]
}
else{
[do nothing]
}I understand its a pretty simple ask so any nudges in the right direction would be amazing!
Thanks.
Hi all,
We are working with the MasterStudy theme. We would like to modify the buddypress registration form to be able to add necessary data of the students, where can we do it? I don’t see the option within the BuddyPress settings of the theme