The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Online Friends Avatar Style Change

+3
mpelmmc
JoEl-jr
TheCrow
7 posters

Go down

In progress Online Friends Avatar Style Change

Post by yumm February 18th 2019, 8:44 pm

Hi Everyone... Hello

How can I change avatar style of Online Friends on profile? I want to change the avatar style to square without border and change the size, thank you... Angel

Online Friends Avatar Style Change Screen20
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by SLGray February 18th 2019, 8:46 pm

Do you mean the login widget?


Online Friends Avatar Style Change Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51493
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by TheCrow February 18th 2019, 8:50 pm

Hello @yumm,

I believe you mean the friends widget on the profiles.
If yes, please use this in your CSS:
Code:
.avatar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

Regards.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by yumm February 18th 2019, 9:12 pm

SLGray wrote:Do you mean the login widget?

Yes, on member profile... ^^

TheCrow wrote:Hello @yumm,

I believe you mean the friends widget on the profiles.
If yes, please use this in your CSS:
Code:
.avatar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

Regards.

Yes, you're right, thank you this code very useful Very good
But how can i change the avatar size and, can I hide member nickname and online status on this widget?
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by TheCrow February 18th 2019, 9:16 pm

Yes you can. Please remove the CSS I gave you above and add this to its place:
Code:
.friend-block a span {
  display: none;
}
.avatar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 80px;
  height: 80px;
}

In here, you can change the width and height numbers to whatever you want based on how you want this to show up.

Regards.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by yumm February 18th 2019, 9:56 pm

TheCrow wrote:Yes you can. Please remove the CSS I gave you above and add this to its place:
Code:
.friend-block a span {
  display: none;
}
.avatar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 80px;
  height: 80px;
}

In here, you can change the width and height numbers to whatever you want based on how you want this to show up.

Regards.

Thank you, but online status still here and just look like this... Crying or Very sad

Online Friends Avatar Style Change Screen21
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by JoEl-jr February 24th 2019, 10:49 pm

Hello @yumm

If you want to hide nicknames on the widget please add this CSS:

Code:
.friend-block > a :not(.avatar):not(img) {
    display: none;
}

Regards.
JoEl-jr
JoEl-jr
New Member

Posts : 8
Reputation : 3
Language : -

https://help.forumotion.com

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by yumm February 24th 2019, 11:45 pm

JoEl-jr wrote:Hello @yumm

If you want to hide nicknames on the widget please add this CSS:

Code:
.friend-block > a :not(.avatar):not(img) {
    display: none;
}

Regards.

Thank you, really work Very good
So how can I hide online status too? ouou
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by mpelmmc February 25th 2019, 12:05 am

Hello @yumm

Remember only 1 question per topic is allowed. Hence, if your doubt has been solved remember to mark this topic as such. You can do that by clicking on the "Mark Solved" button at the beginning of this topic Smile

Feel free to open another topic for another question.

Best regards.
mpelmmc
mpelmmc
Helper
Helper

Male Posts : 1092
Reputation : 170
Language : English and Spanish

https://help.forumotion.com/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by yumm February 25th 2019, 10:19 am

mpelmmc wrote:Hello @yumm

Remember only 1 question per topic is allowed. Hence, if your doubt has been solved remember to mark this topic as such. You can do that by clicking on the "Mark Solved" button at the beginning of this topic Smile

Feel free to open another topic for another question.

Best regards.

Yes, I know this rule, but did'nt solved my topic... Still have problems about online friends... Wink Why you did'nt help me instead of close topic??
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by skouliki February 25th 2019, 10:54 am

can you make the online to be visible for guests please
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by SLGray February 25th 2019, 8:04 pm

mpelmmc wrote:Hello @yumm

Remember only 1 question per topic is allowed. Hence, if your doubt has been solved remember to mark this topic as such. You can do that by clicking on the "Mark Solved" button at the beginning of this topic Smile

Feel free to open another topic for another question.

Best regards.
The rule is exactly about two non-related issues.  This topic is all about the friends widget in the profile.


Online Friends Avatar Style Change Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51493
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Online Friends Avatar Style Change

Post by Ape March 5th 2019, 1:17 pm

Hello @yumm is this now solved ?

If yes please reply to this topic and then mark the topic solved by pressing the mark solved button that can be found at the top of this topic.

Thank you.


Online Friends Avatar Style Change Left1212Online Friends Avatar Style Change Center11Online Friends Avatar Style Change Right112
Online Friends Avatar Style Change Ape_b110
Online Friends Avatar Style Change Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum