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

Infinite Loader Does not​​ works with some themes

Please add this snippet on the "bp-custom.php" file inside folder "wp-content/plugins". If you don't have it yet, please create a new one.

<?php
function yzc_add_themes_load_more_fix() {
  return 'buddypress';
}
add_filter( 'youzify_profile_template_id', 'yzc_add_themes_load_more_fix' );
add_filter( 'youzify_group_template_id', 'yzc_add_themes_load_more_fix' );
add_filter( 'youzify_activity_template_id', 'yzc_add_themes_load_more_fix' );