Search Results for 'theme'
-
AuthorSearch Results
-
December 16, 2023 at 10:09 pm #332338
In reply to: Member Nav Menu Items for WP6 FSE
wingflap
ParticipantI didn’t realize that you meant Custom Links in the FSE. I was looking for a place to actually call the shortlink redirector in functions.php! It’s all set up to work with FSE themes. That’s awesome! Thanks for the help. It works well.
December 16, 2023 at 5:13 pm #332333In reply to: BuddyPress 12.0.0
yatesa01
ParticipantThank you! I realized after I posted that it was the BP Classic Theme that was keeping the page view. Yes, it is the Astra theme. The option in customizer to use round profile images is no longer present after updating to 12.0.
December 16, 2023 at 2:09 pm #332332In reply to: BuddyPress 12.0.0
bmoreau92
ParticipantBuddyPress 12.0 function bp_core_get_user_domain deprecated
Hi !
Since version 12.0 I get a critical error.
WordPress debug mode gives me this message :
Deprecated: La fonction bp_core_get_user_domain est obsolète depuis la version 12.0.0 ! Utilisez bp_members_get_user_url() à la place. in /home/nudeoep/www/wp-includes/functions.php on line 6031I installed BP Classic and it resolves the problem.
BUT when I try to change the options of my Flatsome Theme, I don’t see the regular screen but this :
Dernières notes publiées (BuddyPress)
Titre :
Nombre max. à afficher :It’s weird !
Thanks in adavance four your help !
I received this message from WordPress :
WordPress a trouvé une erreur avec l’une de vos extensions, « BP Classic »
Une erreur de type E_ERROR a été causée dans la ligne 206 du fichier /home/nudeoep/www/wp-content/plugins/bp-classic/inc/templates/classes/class-bp-classic-templates-nouveau-latest-activities.php. Message d’erreur : Uncaught Error: Call to undefined function bp_nouveau_get_activity_filters() in /home/nudeoep/www/wp-content/plugins/bp-classic/inc/templates/classes/class-bp-classic-templates-nouveau-latest-activities.php:206
Stack trace:
#0 /home/nudeoep/www/wp-includes/class-wp-widget.php(535): BP_Classic_Templates_Nouveau_Latest_Activities->form(Array)
#1 /home/nudeoep/www/wp-admin/includes/widgets.php(276): WP_Widget->form_callback(Array)
#2 /home/nudeoep/www/wp-includes/class-wp-customize-widgets.php(1148): wp_widget_control(Array, Array)
#3 /home/nudeoep/www/wp-includes/class-wp-customize-widgets.php(1096): WP_Customize_Widgets->get_widget_control(Array)
#4 /home/nudeoep/www/wp-includes/class-wp-customize-widgets.php(714): WP_Customize_Widgets->get_available_widgets()
#5 /home/nudeoep/www/wp-includes/class-wp-hook.php(324): WP_Customize_Widgets->enqueue_scripts(”)
#6 /home/nudeoep/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#7 /home/nudeoep/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#8 /home/nudeoep/www/wp-admin/customize.php(123): do_action(‘customize_contr…’)
#9 {main}
thrownDetails of my configuration :
WordPress version 6.4.2
Thème actif : Flatsome (version 3.18.2)
Extension actuelle : BP Classic (version 1.2.0)
PHP version 8.0.30December 16, 2023 at 2:02 pm #332331bmoreau92
ParticipantDetails of my configuration :
WordPress version 6.4.2
Thème actif : Flatsome (version 3.18.2)
Extension actuelle : BP Classic (version 1.2.0)
PHP version 8.0.30December 16, 2023 at 1:52 pm #332329bmoreau92
ParticipantHi !
Since version 12.0 I get a critical error.
WordPress debug mode gives me this message :
Deprecated: La fonction bp_core_get_user_domain est obsolète depuis la version 12.0.0 ! Utilisez bp_members_get_user_url() à la place. in /home/nudeoep/www/wp-includes/functions.php on line 6031I installed BP Classic and it resolves the problem.
BUT when I try to change the options of my Flatsome Theme, I don’t see the regular screen but this :
Dernières notes publiées (BuddyPress)
Titre :
Nombre max. à afficher :It’s weird !
Thanks in adavance four your help !
Bruno
December 16, 2023 at 11:43 am #332325In reply to: BuddyPress 12.0.0
Mathieu Viet
Moderatoryatesa01: I see from this other topic, it’s the Astra theme. I’m looking at it.
Here’s the ticket about the BP Blocks regression: https://buddypress.trac.wordpress.org/ticket/9037
December 16, 2023 at 8:37 am #332322In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @yatesa01
Thanks a lot for your feedback.
About the URLs BP Settings tab it’s only available when the BP Classic plugin is not active. To have the ability to customize each BP URLs we need the BP Rewrites API.
About BP blocks being displayed differently, this is a regression and I’ll work on fixing this in next minor release.
About BP Nouveau, what is the kind of theme you are using? A regular one or a Block only theme ?
December 16, 2023 at 4:56 am #332320In reply to: BuddyPress 12.0.0
yatesa01
ParticipantAfter upgrading to 12.0 on our site, which went through without any errors, I’ve noticed several issues. We do have the legacy plugin in place. Some of the stuff is minor–the block that displays the most recent active users now displays a single vertical line of avatars instead of spacing it out nicely in a grid (though it looks fine from the page editor), the round avatars that had been in the Nouveau theme for user profiles are now gone, and the layout of the tabs on the user profile page are all messed up and don’t look as polished as they did before.
On the back end, I don’t see the new URL tab in BuddyPress settings page, just the old Pages tab.
December 15, 2023 at 7:20 pm #332316In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @nktine
Sorry to read about this issue, and thanks a lot for sharing your specific configuration.
Slug constants are deprecated since version 1.5.0 (meaning it’s been 12 years 3rd party plugins or themes should have stopped using them). Starting in 12.0.0, as slugs are totally customizable from the URL tabs of the BuddyPress settings screen, we’re not defining them anymore, that’s probably the reason of your fatal errors.
To solve this issue, you can try to define these constants from a bp-custom.php file for example, you’ll only get deprecated notices in this case. Let’s hope Grimlock will soon update his code
December 15, 2023 at 1:42 pm #332308In reply to: BuddyPress 12.0.0
jaymzwayne
ParticipantI don’t know if this has anything to do with the new update but every time I tried to go to customize in the themes I can’t display the page correctly since the update I’ve done the classic install it seems like it’s not compatible with my themes is there a way to go back to the original WordPress
December 14, 2023 at 5:30 pm #332283Topic: Member Nav Menu Items for WP6 FSE
in group forum Installing BuddyPresswingflap
ParticipantUsing the Full Site Editor in WP 6.4, I can see the generic directory pages available for use as menu items. However, I can’t figure out how to create a Member menu with member-based menu items. I’d love to be able to transition to a theme like Twenty Twenty-Four, but I need the ability to have these links without having to give people access to the WP Toolbar.
December 14, 2023 at 1:27 pm #332269In reply to: BuddyPress 12.0.0
erotmil
ParticipantMathieu, thanks for the comments , I can see there are many effected by the upgrade, I hope its not overwhelming for you. I don’t write php, but of course can copy and paste. I am not missing any buttons, the buttons just don’t work , they still show, they are edit , delete, created I think with forminator. Since there is a functions.php page in my child theme I tried pasting the add_filter code you posted, with BP 12 it didn’t help. I pasted it in the top section “function my theme area, I posted the functions php code in a gist here
I am looking to see how to share a screenshot of the offending page ,.
Hey also I noticed in the buddypress settings page there is a tab marked “Pages” that is new, I have no idea if I am supposed to set those drop downs to pages, but after touching it now I see a message in red “The following active BuddyPress Components do not have associated BuddyPress Pages: Members, Activity, Groups, Activate, Register.” The guy that wrote these custom code child theme pages died about two years ago, I’ve been maintaining this website and really hope I can keep this working , updates can whack it out , but usually it still functions after the update , not this timeDecember 14, 2023 at 12:16 pm #332265In reply to: BuddyPress 12.0.0
gbordormor22
Participant@Mathieu Viet
You are correct. It’s my Theme that added it. I’ve reached out to them and they’ve fixed it.
GOING FORWARD
I think BuddyPress 12.0 is quite different.Things no longer work as we used to know them.
The first culprit is Pages. We don’t know how to get our Pages again. I need to show my Activity Page on my website, but I’ve spent 2 days on it, and still can’t figure it out.
What I think should happen, is that we should have a SubMenu on this BuddyPress website, and call it “BuddyPress 12.0 Guides“.
You can copy everything in BuddyPress Documentation, and paste them inside the BuddyPress 12.0 Docs.
Then your content creator can start modifying the information of these Docs to reflect the BuddyPress 12.0 reality.
Regards.
December 14, 2023 at 11:51 am #332262In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @dangbird
Many thanks to @vapvarun for working on it from the Reign theme 😍. I’m confident it should fix your issue with 12.0 in a near future.
1) we only add this cover image on the member’s profile page or into an activity when a member has changed their avatar or cover image
2 & 2b) I believe it’s something your active theme is adding, there are ways to override it using the BP Template hierarchy if you are using a child theme, but maybe your theme has an option or a more straightforward way of disabling it, have you tried to contact the theme author?December 14, 2023 at 11:28 am #332259In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @erotmil thanks for sharing this code. I don’t see anything particular that would conflict on the server side. Since your issue is about button visibility I wonder if the fact we’re not including BuddyPress template pack styles and scripts everywhere on the site but only in BuddyPress generated pages could be the reason why you’re not seeing the buttons of this custom page. If you already rolled back to 11.4.0 a good way to figure it out is to temporarily add this code into the functions.php of your theme:
remove_action( 'wp_enqueue_scripts', 'bp_enqueue_scripts', 10 );
. Note that this code will remove all CSS and JS for BuddyPress, make sure to use it before refreshing your custom page from your browser, once refreshed if your buttons are gone, then we’ve found the issue. Remove immediately after the above code. If you still have BP 12.0 active, you can test adding the following code to see if it’s fixing the issue for your custom page:
add_filter( 'bp_enqueue_assets_in_bp_pages_only', '__return_false' );
. If it’s the case you can leave this code, otherwise remove it.December 14, 2023 at 5:37 am #332256In reply to: BuddyPress 12.0.0
Varun Dubey
Participant@dangbird The release of the Reign theme is in the queue and will be pushed today. Please continue using version 11.4 for the time being as we are currently in the final testing phase. Thank you.
December 14, 2023 at 3:25 am #332254In reply to: BuddyPress 12.0.0
priyam1234
ParticipantHello @imath , thank you for your replay . I appreciate BP new version, I just want to know that if I want to use latest version of BP and also want to use ACF so that is possible.if not so please find some solution for that. Because its key functionality in our theme.
Note:- I do not want to use BP classic ,I want to go with new version of BP.
Thank youDecember 13, 2023 at 9:09 pm #332249In reply to: BuddyPress 12.0.0
dangbird
ParticipantSo I tried the BP Classic Plugin and no changes. Did a bunch of testing and IF a notification has NOT been read or dismissed for ANY user, they can see the normal front end of the Website fine/all works as before. HOWEVER if any user dismisses or deletes any notification then they get a blank web page with just our header and the BP Icons, with no console errors etc.
So having a Notification or NOT having a notification is the trigger for the Theme failing.
Installing BP Classic made not change.That said, I am likely not understanding the thread you provided or how the update worked. Rolled to 11.4 all well again. Appreciate the support, and a fantastic plugin.
December 13, 2023 at 8:46 pm #332248In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @erotmil Sorry to read about this issue, I’m not sure to understand what the custom code is doing. As you’re talking about widgets I guess it may contain some
<?php dynamic_sidebar( 'name_widget_zone' ); ?>
. Have you checked your error_log to see if there were some errors? About BP Classic, it contains the BP Legacy widgets, they are automatically loaded if you’re not using the Block Widgets editor, the function you mentioned was used to do this check, I believe you don’t need to care about it in your case. If your custom code is viewable from a Github Gist for example, I can look at it to see if I can find an explanation to your issue.
@claudiovillagra I understand your frustration. If I often talk about BP Classic when replying to support requests about the 12.0.0 upgrade that’s because it’s the Add-on we’ve built to “neutralize” the 12.0.0 change BP Plugins might not be ready with (even if we’ve been working on 12.0.0 and communicating about it for almost a year…). I thought Woffice was a plugin but find out it was a premium theme. Unfortunately I can’t look at their code to understand the issue. If you haven’t try BP Classic, what I would do in your case would be to put up a staging site to replicate your production site and give 12.0.0 some other tests, try BP Classic and if issues are not solved with it, try to identify the issue checking the error_log file or usingdefine( 'WP_DEBUG', true )
.December 13, 2023 at 7:55 pm #332245In reply to: BuddyPress 12.0.0
erotmil
ParticipantThe BP 12 upgrade whacked out my buttons on a page that is custom code, Divi child theme coded in PHP/PDOCrud, there are widgets that have a require once script calling the child theme page, page loads but some buttons no longer work., I used wp-rollback to downgrade back to BP 11.40 and everything works. I tried the classic plugin mentioned here didn’t help, saved permalinks. I’m not clear about the suggestion to change the code bp_core_retain_legacy_widgets(), where is this code located? I can try that next.
December 13, 2023 at 7:41 pm #332243In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @dangbird
Thanks for your feedback, in version 11.4.0 we’ve (exceptionally) introduced a feature to display notifications only to admins to inform them about the massive change coming into 12.0.0. See https://buddypress.trac.wordpress.org/ticket/9007
This feature we called “Admin notifications” is temporarily overriding the notifications for all admin users as long as one of the admin clicks on the exclamation mark to read the important message we want him to read. This message is about when to activate BP Classic to preserve backwards compatibility required by a specific config (BP Plugins not updated for the last 4 months, the deprecated BP Default standalone theme activated or the need to still use BP Legacy widgets).
It may be the reason explaining what you saw with the Reign theme. It should disappear as soon as you read the Admin notification. Let me know if it helped you fix (or not) the issue with 12.0 for you.
December 13, 2023 at 6:47 pm #332242In reply to: BuddyPress 12.0.0
dangbird
ParticipantHello @imath – After 12.0 update if the “Notifications” Setting is set, it appears to take over/override my theme. (Reign Theme + Child Ultimate Buddy Press Theme) NON Admin users cannot see the site as some kind of code overrides the Theme.
Let me know if I can provide any details.
(Rollback to 11.4 is great, or DISABLE 12.0 “Notifications”)Thanks very much.
December 13, 2023 at 3:55 pm #332240In reply to: BuddyPress 12.0.0
westmdresearch
ParticipantThanks so much @imatt! I really appreciate learning more about BP development.
Unfortunately, neither the deprecated functions, nor the return of these functions fixed our issues. I’ve reached out to the theme authors for fixes, and had some mixed results.
I’ve manually cut out the affected custom functions from our most important themes until the authors get around to issuing fixes (hopefully).
I would like to point out that our team tested our plugins (we’re researchers more than developers, so it was tricky but definitely possible to troubleshoot) when the notice first went out and the adjustment period was announced. Unfortunately, it appears that many of the premium theme authors, in particular, did not make the needed adjustments ahead of time.
Thanks again for all of the work that went into this release, as well as the ongoing maintenance of this project. I really do appreciate not only the work, but the ongoing support as well. 🙂
Thanks again, and have a great day/evening!
December 13, 2023 at 3:43 pm #332238Topic: Bug with General Profile Name
in forum How-to & Troubleshootingbastibln
ParticipantHey,
there seems to be something not working properly, independent from the theme I am using and with having no plugins activated at all:
When I enter my First and Last Name in the usual User -> Profile Dashboard from WordPress, ervything is fine. Let’s assume I choose a Nickname as well:
First Name: Tom
Last Name: Train
Nickname: TommyIn the Public Name dropdown, I choose ‘Tommy’.
Save it.Now I already have created some additional profile fields, like the gender.
If I change my data there now, from option 1 to option 2, and I save it, and I go back to the first “Profile” tab within the WordPress Dashboard, all my name declarations are gone, except Tommy.Is this a known problem for someone?
December 12, 2023 at 7:06 pm #332208In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @koka777
I’ve just checked about
bp_core_retain_legacy_widgets()
. It’s not used by BuddyPress or BP Classic. I guess another plugin, a theme or some custom code is using it. To fix the issue:1. if you’re the author of the custom code, you can replace it with:
function_exists( 'bp_classic_retain_legacy_widgets' ) && bp_classic_retain_legacy_widgets();
2. otherwise you can report to the plugin/theme author this issue. -
AuthorSearch Results