Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • pedrohgl18
    Participant

    @pedrohgl18

    Thanks ripulkr ! that’s correct ! =)


    pedrohgl18
    Participant

    @pedrohgl18

    after 30 minutos, starts to work normally… LOL
    thanks again for care and help me.
    if u dont mind, can u add me on skype? pedrohgl18


    pedrohgl18
    Participant

    @pedrohgl18

    but now i have another problem.

    when i send a friend request, comes to me my friends request and not to my friend.
    is like i send a request for u, but the notification for accept come to me but i cant accept
    🙁


    pedrohgl18
    Participant

    @pedrohgl18

    sorry for my dumb questions.
    my cover imagens aren’t working 🙁 . i tried update but dont change the image.

    let me explain, i’m using a wlms theme and not a buddypress theme
    this is what i did, first i try tu edit the files functions and cover-image-header from this folder
    /public_html/wp-content/plugins/buddypress/bp-themes/bp-default
    not work this way.

    So finally i WIN !! thanks for u ! hahaha
    this is the folder u have to edit ( for future questions by another users )
    i edit insite the child theme
    /public_html/wp-content/themes/wplms_modern functions.php
    and
    /public_html/wp-content/themes/wplms_modern/members/single member-header.php


    pedrohgl18
    Participant

    @pedrohgl18

    yes, i have, but doesnt work too.
    and i cant find this file cover-image-header.php in my child theme, only in main theme. that’s correct ?
    btw thanks for the fast reply


    pedrohgl18
    Participant

    @pedrohgl18

    yes, that’s what i did.
    i put the first code in functions.php and the second on member-header.php of child theme.


    pedrohgl18
    Participant

    @pedrohgl18

    i have the same problem,
    i did the same solution but didnt work.

    i put this code in funcions.php child theme
    function add_another_friend_button() {
    $user_id = get_the_author_meta( ‘ID’ );
    $mybutton = bp_add_friend_button( $user_id );
    if ( ( is_user_logged_in() && ! bp_is_my_profile() ) ) {
    echo $mybutton;
    }
    }

    add_action( ‘button_here’, ‘add_another_friend_button’ );

    and another in single.php child theme too.

    any other solution ?

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar