-
Author
-
January 29, 2014 at 23:02 #10373edbremsParticipant
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
January 30, 2014 at 08:49 #10381AnchoraParticipant#item-buttons { display: inline !important; }
does that work?
January 30, 2014 at 13:21 #10387edbremsParticipantI tried ” #item-buttons { display: inline !important; } ” nothing changed.
Thank You for trying.
February 6, 2014 at 16:15 #10590AbeKeymasterHi, 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.February 6, 2014 at 18:28 #10603edbremsParticipantThat 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
February 6, 2014 at 19:58 #10609edbremsParticipantTried it Nothing Changed
#profile .two.columns {clear: left; float: left; width: inherit; display: inline; }
February 8, 2014 at 19:33 #10751AbeKeymasterWith 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.March 2, 2014 at 17:34 #11740shanevieParticipantIs 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
March 13, 2014 at 11:45 #12626AbeKeymaster@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.March 13, 2014 at 11:49 #12627AbeKeymasterTo 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. -
AuthorPosts
The topic ‘Add Friend & Private Message Buttons’ is closed to new replies.