-
Author
-
July 28, 2017 at 17:25 #168852mcadminParticipant
The member carousel displays members profile pics. A lot of members do not have these but they all have an rtmedia upload or perhaps their profile cover image. I want to adapt the carousel but I can’t seem to find the code i need to change. Is bp_members_carousel a Kleo item and if so where is the code so I can child theme it and adapt it?
many thanks,
Marcus
July 28, 2017 at 18:17 #168858mcadminParticipantI should mention i am using this code:
[kleo_bp_members_carousel member_type="all" type="random" number="100" min_items="1" max_items="6" item_width="200" image_size="full" rounded="square" online="hide" class=""]July 29, 2017 at 05:40 #168907Kieran_SQModeratorHi @mcadmin,
I am going to refer you to my colleague Radu who will be better able to help you with this question. As it’s the weekend they won’t be around until Monday, but they’ll be in touch with as soon as they can.
Thanks for your patience,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
July 31, 2017 at 19:10 #169147RaduModeratorhi,
If you want to alter the function that displays the image the responsible function is: bp_get_member_avatar() a native BuddyPress function that uses bp_get_member_avatar filter
You can hook up to this and modify the logic.
https://buddypress.org/support/topic/how-to-properly-filter-bp_member_avatar/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.