Disabling Redirect Registration BuddyPress – X Theme
-
Hi I wanna change registration layaout with cornerstone
Every time I want see this http://localhost/meetmate/register
The site redirecting me to http://localhost/meetmateI have made child theme
I’ve tried adding this to functions.phpadd_action( 'init', 'signup_redirect_remove_init', 9 ); function signup_redirect_remove_init(){ remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); }
or
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' );
but I still can’t get on this page.
Thanks for help
I’m using X theme. And newest versions of buddypress
Is there is any chance to use corner-stone/visual-editor or page builder to edit registration site or i’m only able to edit it by overwriting register.php ?
- You must be logged in to reply to this topic.