Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
Author
-
leonidParticipant
Yes, but before I just install new wordpress and add BuddyPress Plugin all works with webcam, after install and activate Sweetdate – broken, return back and not works (but before install sweetdata was all is OK). also now have this issue also if disable all plugins except BuddyPress.
leonidParticipanti fix in my project in bp-functions.php (find lines by text “kleo_members_carousel” ):
COPY CODEif ( bp_has_members( bp_ajax_querystring( 'members' ). '&type='.$type.'&per_page='.$total ) ) : while ( bp_members() ) : bp_the_member(); $ava = bp_get_member_avatar('type='.$image_size.'&width='.$width.'&height='.$height.'&class='); if (!preg_match('/gravatar\.com/', $ava)) { $output .= '<li><a href="'. bp_get_member_permalink().'">'. $ava . //bp_get_member_avatar('type='.$image_size.'&width='.$width.'&height='.$height.'&class='). '</a></li>'; } endwhile;
As result only with pics.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)