Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • in reply to: Webcam not works #138474
     leonid
    Participant

    It broke only after install sweetdate, before it works without issue.

    in reply to: Webcam not works #138427
     leonid
    Participant

    “also now have this issue also if disable all plugins except BuddyPress.”

    in reply to: Webcam not works #138372
     leonid
    Participant

    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.

    in reply to: Members Carousel options #138031
     leonid
    Participant

    i fix in my project in bp-functions.php (find lines by text “kleo_members_carousel” ):

    COPY CODE
                    if ( 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.

Viewing 4 posts - 1 through 4 (of 4 total)

Log in with your credentials

Forgot your details?