-
Author
-
May 3, 2018 at 13:34 #196688spocarParticipant
Hello guys. quick question how do I make my avatar profile circle?
May 3, 2018 at 18:29 #196728RaduModeratorHi,
Just using this css
COPY CODE#profile #item-header-avatar .avatar { border-radius: 50%; }
Add it in wp-admin -> theme options -> styling options -> quick css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 4, 2018 at 03:37 #196760spocarParticipantThanks radu and what if in my mobile I want it in the center?
May 4, 2018 at 13:23 #196787RaduModeratorIt’s already on center, can you be more specific ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 7, 2018 at 15:14 #196998RaduModeratorHi,
The credentials aren’t working
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 8, 2018 at 15:59 #197107RaduModeratorHi,
Add this css
The css will be added to wp-admin -> theme options -> styling options -> Quick CSS
COPY CODE@media(max-width:768px) { div#item-header-avatar { text-align: center; display: block; } }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 9, 2018 at 00:29 #197158spocarParticipantThank you so much radu. Btw I would like also to make those 3 fields under the profile avatar “add friend” “public message” “private message” move it to the center and make it little more longer like to make it fit same margin of the avatar image.
Attachments:
You must be logged in to view attached files.May 9, 2018 at 17:27 #197222RaduModeratorHi,
Use this css
COPY CODE@media(max-width:768px) { #profile div#item-buttons { text-align: center; margin: 0 auto !important; display: inline-block; } #profile .two.columns.pull-two { text-align: center; } #profile div#item-buttons * { min-width:220px !important; } }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 10, 2018 at 11:10 #197315spocarParticipantand Radu i forgot to make the buttons that I told you be on the bottom also on desktop. Could you please help me with that? and for the admin page to make the “change photo” that is on the avatar also on the bottom and visible.
Attachments:
You must be logged in to view attached files.May 10, 2018 at 17:06 #197353RaduModeratorFor desktop same on mobile
COPY CODE#profile .row .five.columns .two.columns.pull-two { float: left; display: inline-table; margin: 0 auto !important; position: initial; padding: 20px 10px; }
Pulling the change avatar out implies additional time, not have solution for that
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 16, 2018 at 03:14 #197853spocarParticipantHello Radu. I tried the code and it works good on mobile.However, when i use the last code that you gave me, the buttons go on the bottom of the avatar profile, but when i use it as mobile is not aligned. when i stretch the windows the buttons on mobile doesn’t move with the avatar just stay on the left side until reach the desktop mode so then it position under the avatar profile.
May 17, 2018 at 15:41 #197954RaduModeratorReplace with this one
COPY CODE#profile .row .five.columns .two.columns.pull-two { float: left; display: block !important; margin: 0 auto !important; position: initial !important; padding: 20px 10px; width: 100% !important; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 21, 2018 at 15:33 #198440RaduModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 24, 2018 at 12:15 #198821spocarParticipantHello Radu. I decided to change the color of the buttons, can you provide me the code to change the color of the buttons that are under the avatar profile?
May 24, 2018 at 15:31 #198848RaduModeratorHi,
Here are the selectors
COPY CODE#profile div#item-buttons .friendship-button {background-color:red;} #profile div#item-buttons #post-mention {background-color:green;} #profile div#item-buttons #send-private-message {background-color:yellow;}
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 25, 2018 at 07:50 #198962spocarParticipantHello Radu. I tried the code, but it looks like this.
Attachments:
You must be logged in to view attached files.May 25, 2018 at 19:13 #199018RaduModeratorHi,
retry with the next code it has !important now
COPY CODE#profile div#item-buttons .friendship-button {background-color:red !important;} #profile div#item-buttons #post-mention {background-color:green !important;} #profile div#item-buttons #send-private-message {background-color:yellow !important;}
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 26, 2018 at 06:54 #199053spocarParticipantHello Radu. I still can’t solve the problem. I tried the code you gave me, but it still making the whole background in 1 color and not button by button.
Attachments:
You must be logged in to view attached files.May 26, 2018 at 07:08 #199056spocarParticipantHello Radu. Nevermind about my last post, I fixed already. Thank you so much.
May 29, 2018 at 18:01 #199287RaduModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.