Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

How to fix "Kleo" Theme ?

1. Go to your FTP and go to folder "wp-content/plugins".

2. Open the file "bp-custom.php" ( if you didn't find it just create a new one ).

3. Paste the code in the page below :

https://gist.github.com/KaineLabs/6e51bdbc2b568d7cc74a55382c0757e5

=======

Infinite Loader Does not work

Please add this snippet on the "bp-custom.php" file

function yzc_add_kleo_load_more_fix() {
  return 'buddypress';
}
add_filter( 'youzify_profile_template_id', 'yzc_add_kleo_load_more_fix' );
add_filter( 'youzify_group_template_id', 'yzc_add_kleo_load_more_fix' );
add_filter( 'youzify_activity_template_id', 'yzc_add_kleo_load_more_fix' );

=======

Single Group Page Error

Please make sure to select Legacy Theme instead of Nouveau theme on the BuddyPress Settings