Hello,
I’m wondering if there is a way to display a carousel of group members for each group. Currently I am using the following shortcode:
[kleo_bp_members_carousel type="active" number="10" min_items="1" max_items="50" image_size="thumb" rounded="square" item_width="155" autoplay="yes" online="noshow" class="customclass"]
I’m wrapping it like this and adding it to the wp-content/themes/kleo-child/buddypress/groups/single/group-header.php file as shown below:
<div class=”ellumo_kleo_bp_members_carousel”>
<?php echo do_shortcode(‘[kleo_bp_members_carousel type="active" number="10" min_items="1" max_items="50" image_size="thumb" rounded="square" item_width="50" autoplay="yes" online="noshow"]‘); ?>
</div>
It looks like it is displaying all members regardless of where it is added. Is there a way to display members in a carousel for each individual group?