This topic has 15 replies, 5 voices, and was last updated 10 years by Abe.

  • Author
  • #10373
     edbrems
    Participant

    How can I move the buttons on the side of the users avatar to below it in a horizontal row. Because when I made the avatar bigger and round it pushed the Add Friend and Private message button below and to the right of the avatar in a vertical row.

    Thank You

    #10381
     Anchora
    Participant

    #item-buttons { display: inline !important; }

    does that work?

    #10387
     edbrems
    Participant

    I tried ” #item-buttons { display: inline !important; } ” nothing changed.

    Thank You for trying.

    #10482
     edbrems
    Participant

    ??

    #10590
     Abe
    Keymaster

    Hi, Try this CSS

    COPY CODE
    
    #profile .two.columns {
        clear: left;
        float: left;
        width: inherit;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #10603
     edbrems
    Participant

    That worked for getting the buttons bellow the avatar. How do I get them now in a Horizontal row Side by Side there and not stacked or vertical?

    Thank You

    #10604
     Anchora
    Participant

    display: inline

    #10609
     edbrems
    Participant

    Tried it Nothing Changed

    #profile .two.columns {clear: left; float: left; width: inherit; display: inline; }

    #10751
     Abe
    Keymaster

    With this css they are horizontally aligned

    COPY CODE
    
    #profile .two.columns {
        clear: left;
        float: left;
        left: 0;
        width: inherit;
    }
    

    See here: http://d.pr/i/jEjr

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11740
     shanevie
    Participant

    Is there a way when we click private message button it will just pop up or something that will just stay at the member’s page? Right now it seems like it will redirect me to my own profile page to compose the message to that member. Thanks

    #12529
     shanevie
    Participant
    This reply has been set as private.
    #12597
     xlspecial
    Participant

    BuddypressMessageUX plugin works for that

    #12602
     shanevie
    Participant

    Thank you.

    #12603
     shanevie
    Participant

    Any reply for this pls?

    #12626
     Abe
    Keymaster

    @shanevie you are putting same requests here and in Themforest page. Please don’t do that since it takes from our valuable time and it is not nice

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #12627
     Abe
    Keymaster

    To add something to profile header: You can edit wp-content\themes\sweetdate\members\single\member-header.php to add something in the profile header part.
    existing buttons are added using wordpress hooks and you need some php knowledge to do that. see the examples for current buttons in sweetdate/custom_buddypress/bp-functions.php 20 to 31 lines.

    If you don’t posses PHP knowledge please hire a developer to do it for you since custom work is outside the scope of this support forum

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The topic ‘Add Friend & Private Message Buttons’ is closed to new replies.

Log in with your credentials

Forgot your details?