Forum Replies Created
-
AuthorPosts
-
Rossella MacchiaParticipant@rossellam
- 9 Topics
- 20 Posts
Ok guys just found solution 🙂
I share here for others
In the Menus page, click the Screen Options tab at the top-right and make sure CSS Classes box is checked off, and then close the Screen Options section.
Next, click on the menu item, and add a class named “menu-item–title”March 11, 2022 at 09:27 #39283Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
update: I solved from Customizing ▸ Posts (see picture) but it is strange anyway
September 15, 2021 at 15:51 #35105Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
thank you, solved
September 15, 2021 at 14:44 #35099Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
Updated and all is working well
Thank you
August 4, 2021 at 14:36 #34053Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
Hello so far I’ve solved like this:
I added bp-custom.php in /wp-content/plugins
this is code:
<?php
/**
* Disables BuddyPress’ registration process and fallsback to WordPress’ one.
*/
function my_disable_bp_registration() {
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ );
}
add_action( ‘bp_loaded’, ‘my_disable_bp_registration’ );add_filter( ‘bp_get_signup_page’, “firmasite_redirect_bp_signup_page”);
function firmasite_redirect_bp_signup_page($page ){
return bp_get_root_domain() . ‘/wp-login.php?action=register’;
}
?>June 16, 2021 at 16:15 #32607Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
This reply has been marked as private.June 16, 2021 at 15:18 #32606Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
as old, when Buddypress is disabled I clck on register and I land to : https://mysite.com/wp-login.php?action=register
with Buddypress: https://mysite.com/wp-login.php?redirect_to=https%3A%2F%2Fmysite.com%2Fregister%2F&reauth=1
maybe I need to change this link somewhere?
June 15, 2021 at 17:36 #32575Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
Hello
unfortunately my site is only for internal IP as it is an intranet. When I disabled Buddypress plugin registration page worked fine.
June 15, 2021 at 14:38 #32573Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
Hello I didn’t install any third part plugin. I have only plugins installed from theme.
June 7, 2021 at 13:48 #32206Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
Hello
I’ve already done all according by documentation. Now my problem it is that when I click on Edit simply I can’t edit any sidebar
May 27, 2021 at 16:05 #31852Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
so we wait before to update?
I got message “You have version 1.1.5 installed. Update to 1.1.6”Thank you
May 17, 2021 at 14:32 #31544 -
AuthorPosts


