Search Results for 'theme'
-
Search Results
-
Topic: remove header
Is it possible to remove Buddypress header on a specific page while using the BuddyX themes?
Topic: remove header
Is it possible to remove Buddypress header on a specific page while using the BuddyX themes?
Saving settings gives a “Sorry, you are not allowed to access this page” message. Trying to set to Nouveau won’t save. It just keeps going back to Legacy. Totally not working anymore.
Backstory: On a multisite. Past experiments with Buddypress on this multisite. Problems emerged during attempts to set up a new site in the multisite using Buddypress.
Troubleshooting attempts included shutting down other plugins, turning on registration of new users and sites, deleting table data in phpMyAdmin, etc. Tried deleting the subsite and recreating it. tried switching up themes. Tried clearing the cache. All work using Superadmin accounts.
The rest of the multisite is working fine.
No luck. Am I missing something that keeps it hopelessly broken, no matter how many times I try to wipe it and try again?
Hello,
I have isolated an issue that causes Buddypress’s Dynamic blocks to fail to load.
Step one. Have Neve Theme and Buddypress installed, and place Dynamic Members and Dynamic Groups blocks on a Page.
Step two. Verify they work with sample members and groups.
Step three. Install Gamipress and reload the page that was working previously.
Errors:
Dynamic Members:Uncaught TypeError: Cannot read properties of null (reading ‘closest’)
at dynamic-members.js?ver=11.2.0:2:1081
at Array.forEach (<anonymous>)
at r.start (dynamic-members.js?ver=11.2.0:2:992)
at parcelRequire.k5We (dynamic-members.js?ver=11.2.0:2:1647)
at f (dynamic-members.js?ver=11.2.0:1:468)
at parcelRequire.k5We (dynamic-members.js?ver=11.2.0:1:771)
at dynamic-members.js?ver=11.2.0:1:1023Dynamic Groups:
dynamic-groups.js?ver=11.2.0:1 Uncaught TypeError: Cannot read properties of null (reading ‘closest’)
at dynamic-groups.js?ver=11.2.0:2:1053
at Array.forEach (<anonymous>)
at r.start (dynamic-groups.js?ver=11.2.0:2:964)
at parcelRequire.UOvc (dynamic-groups.js?ver=11.2.0:2:1617)
at f (dynamic-groups.js?ver=11.2.0:1:468)
at parcelRequire.UOvc (dynamic-groups.js?ver=11.2.0:1:771)
at dynamic-groups.js?ver=11.2.0:1:1023Any help is appreciated, I will pass this along to Neve’s developer. I have already reached out to Gamipress.
Thanks,
HP Odin
Topic: Hide pages/content
Hi,
I am building a membersite using buddypress, bbpress and package it with buddyx theme.
If I visit as non-logged in I can see activites, forums, member etc. Is it possible to somehow block that? Perhaps re-direct to a login/register page as facebook does?
Best regards,
flamuren
Topic: comment order
The translation string “All Members <span>%s</span>” from buddypress\bp-themes\bp-default\activity\index.php line 39 is missing in the pot file and cannot be translated in Loco to German.
Possible bug.
WP 6.0.5
BP 10.6.0
TwentySixteen Theme– if a user has more than 20 pending friends requests, then pages 2,3,4 are created, but the 2,3,4 links are not left clickable. Only way to access those pages is to right click, open in new tab etc.
– issue only affects pending request pagination, the existing friends list is not affected.
– tested with only WP & BP active, nothing else, issue occurs.
– tested with latest version BP, issue occurs.
– tested with TwentyTwentyTwo theme, issue occurs.I’ve copied the members-loop.php into the buddypress\members folder of my theme with no modifications made to it. When I display the Staff Members — BP Members Page the page displays “Loading the members of your community. Please wait.” and nothing ever gets displayed. I’m using the nouveau option (but get the same result if I switch to legacy). Have turned off all add-ins (to no avail). Might be my an issue with my bundled theme, but I can switch to another theme to test without that causing the site to crash. Any assistance on where the issue may be would be appreciated. Thanks.
Hello,
I would like to clarify how to overwrite the BuddyPress Nouveau template css in a child theme.
I have a fresh install of BuddyPress 11.1.0 and have created a new child theme structure. I have copied buddypress.css from:
/plugins/buddypress/bp-templates/bp-nouveau/css
to:
/themes/my-child-theme/buddypress/css.
I have made changes to this CSS file yet it is not loading the replacement stylesheet and the original unedited one is still being loaded.
Am I doing this correctly? Can you please let me know the best approach for this? Everywhere I have looked suggests this method.
Thanks so much!
Is there a way to edit the group’s dashboard so that I can edit fields from there instead of having to from the frontend?
As of right now, after clicking Groups and a group name, I see Name and Description, Add New Members, and Manage Members. I want to add the custom group fields (editable) to this page so they’re easier for my coworkers to access.
Wordpress version 6.2
BuddyPress version 11.1.0
Custom child theme, Aardvark parent themeI want to disable the notification email that is sent to the admin whenever a user changes his password, which is triggered by: wp_password_change_notification( WP_User $user ).
I have tried the solutions mentions on https://developer.wordpress.org/reference/functions/wp_password_change_notification/ but none of them worked
Any idea on how to stop these emails?My WordPress version is: 6.2
BuddyBoss ThemeVersion: 2.2.4I migrated from BuddyBoss back to BuddyPress. I am using the Astra theme now. Tested other themes and get the same results. Some changes in the database or php was done that made the members and groups page full width and the size of the profile thumbnails are huge. Any shortcuts trouble shooting much appreciated.
Topic: Too Many Redirects
Having a bit of a strange issue. I’m using Local by Flywheel to develop a site with buddypress, bbpress, and rtMedia. This is a website for mostly personal use, so I was planning on only sharing a live link with my spouse. Unfortunately, while everything works perfectly on my local machine, all buddypress features break when using live links. I get an error about too many redirects.
I’ve tried this with multiple themes, including X/Pro, Twenty-Sixteen, Twenty Twenty-Three, and NanoSpace.
Any suggestions?
WordPress 6.2
BuddyPress 11.1.0
bbPress 2.6.9
rtMedia 4.6.13It took a while to get Pro working with rtMedia, so it’d be a shame if this can’t be fixed! Site contains adult content (erotic hypnosis files), and I’d prefer to give the address out via DM.
Greetings! I am coding my own custom theme at the moment that is supposed to work with just my
specifig wordpress setup.However when viewing the members page of Buddypress the page is just blank. I do not know what I need to include on the page to make the content visible, twentytwentythree works perfectly fine.
Buddypress is using my buddypress.php template which has the following code in it:
<?php include 'parts/header.php';?> <div class="content"> <div class="inner-page"><?php the_content();?></div> </div><!-- content --> <?php include 'parts/footer.php';?>
My theme is showing Buddypress comments in the wrong order:
Activity
-Comment3
-Comment2
-Comment1
Is there a way to change this to the logical
Activity
-Comment1
-Comment2
-Comment3