Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
Author
-
marceltj
Participant@radu Thanks, I was able to sort it out last night.
Basically 2 steps:
1) Adjust settings in Activity Plus
2) Add this to functions.phpCOPY CODEfunction bigger_embed_size() { return array( 'width' => 300, 'height' => 250 ); }3) Add this CSS
COPY CODE.fluid-width-video-wrapper { width: 300px !important; position: relative; padding-top: 30% !important; }All looks good now!
marceltj
ParticipantCOPY CODE$redirecturl = apply_filters( 'kleo_modal_login_redirect', $info['user_login'] . '/profile/', '', $user_signon );January 14, 2015 at 23:17 in reply to: how to display social networks to buddypress member profile #42088marceltj
ParticipantCOPY CODEfunction social_links_in_header () { $social_links = array('facebook','twitter','linkedin'); foreach( $social_links as $link ) { if ( $data = bp_get_profile_field_data( array('user_id'=>bp_displayed_user_id(), 'field'=>$link )) ) : ?> <a href="<?php echo bp_get_profile_field_data( array('user_id'=>bp_displayed_user_id(), 'field'=>$link)); ?>" target="_blank"><i class="icon-<?php echo $link; ?>"></i></a> <?php endif; } } -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)

