If your website won't load after updating to BuddyPress 12.1.1 it is likely a conflict with bbPress or another BuddyPress compatible plugin. Install the BP Classic plugin to fix this issue.

Okay
  Print

Modifying Youzify BuddyPress pages

If you are using the Youzify plugin it will uses its own page templates and styling options for the BuddyPress pages. Exceptions include the registration and login pages.

If you want to use the theme's BuddyPress page templates and styling options you will either need to disable the Youzify plugin or modify the Youzify page templates.

You can do this by creating a directory called "youzify" inside your child theme folder and placing all the template files you want to change inside that folder (preserving directories structure).

So your directory will look something like this:

"/wp-content/themes/your-theme/youzify/"

Example:

Let’s say you want to customize some text on BuddyPress Members directory page, you will be copying the file index.php which is located here:

"\wp-content\plugins\youzify\includes\public\templates\members\index.php"

to here:

"/wp-content/themes/your-theme/youzify/members/index.php"

You will find all youzify templates on the path "youzify\includes\public\templates\"