- Posts: 27
- Thank you received: 2
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved strange icon on login
2 years 2 months ago - 2 years 2 months ago #231758
by Bearsampp
Replied by Bearsampp on topic strange icon on login
that changes the shape but doesn't change the class. The green class still exists.
It appears to be caused by your .css though the root cause is that green class
#kunena.layout .dropdown-toggle .status-green, #kunena.layout .dropdown-toggle img.green {
margin-top: 0 !important;
box-shadow: 0 0 0 2px #008000, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0, 0, 0, 0.1);
}
[/code]
It appears to be caused by your .css though the root cause is that green class
Code:
[code]
margin-top: 0 !important;
box-shadow: 0 0 0 2px #008000, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0, 0, 0, 0.1);
}
[/code]
Last edit: 2 years 2 months ago by Bearsampp.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 1014
- Thank you received: 162
2 years 2 months ago #231759
by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
my css?
Just choose the right avatar type.
Just choose the right avatar type.
Please Log in or Create an account to join the conversation.
2 years 2 months ago #231761
by Bearsampp
Replied by Bearsampp on topic strange icon on login
choosing the avatar type doesn't change wether the green class shows or not. It only changes the avatar style.
Please Log in or Create an account to join the conversation.
2 years 2 months ago #231762
by Leen
With kind regards
Leen
Replied by Leen on topic strange icon on login
have you ever set the color yourself?
otherwise the color of your picture looks a bit like the green button on your home page (get started)
and that color comes from your custom.css (rule95))from your own template
set that to another color does it change the color of the avatar too?
otherwise the color of your picture looks a bit like the green button on your home page (get started)
and that color comes from your custom.css (rule95))from your own template
set that to another color does it change the color of the avatar too?
Code:
.green, .success { background: #218838 !important; color: white; border-color: darkgreen !important; }
With kind regards
Leen
Please Log in or Create an account to join the conversation.
2 years 2 months ago #231765
by Bearsampp
Replied by Bearsampp on topic strange icon on login
Guy, I'm really confused as to why this is so hard to fix PROPERLY. I've provided very clear & detailed content as to EXACTLY what is happening and where.
I've been told its the avatar type. No, its not the avatar type.
#1 its just a shape, #2 I've tried them all
I pointed out very clearly that there is a "green" class being applied to the avatar. Surely you don't think I did that myself? Just incase you think I did I even supplied the kunena css which it calls.
Yes, I have a green button and a css element to style that button. named "green".
IF we were discussing the shade of green then all this would make more since but we're not. We're discussing WHY IS THERE A GREEN CLASS WITH THE AVATAR! I want it removed!
I've been told its the avatar type. No, its not the avatar type.
#1 its just a shape, #2 I've tried them all
I pointed out very clearly that there is a "green" class being applied to the avatar. Surely you don't think I did that myself? Just incase you think I did I even supplied the kunena css which it calls.
Yes, I have a green button and a css element to style that button. named "green".
IF we were discussing the shade of green then all this would make more since but we're not. We're discussing WHY IS THERE A GREEN CLASS WITH THE AVATAR! I want it removed!
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12291
- Thank you received: 2538
2 years 2 months ago - 2 years 2 months ago #231766
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic strange icon on login
This color indicates the online status (green for online, red for busy, etc.).
If you want to remove this, change the avatar type from Thumbnail to Normal in the Aurelia settings.
If the narrow green frame around the avatar afterwards still bothers you, add the following code to the custom.scss file (and empty the cache if necessary).
You have to do the same for the other colors.
If you want to remove this, change the avatar type from Thumbnail to Normal in the Aurelia settings.
If the narrow green frame around the avatar afterwards still bothers you, add the following code to the custom.scss file (and empty the cache if necessary).
Code:
.dropdown-toggle img.green {
box-shadow: 0 0px !important;
}
You have to do the same for the other colors.
Important! Always create a backup before you make any changes to your website!
Last edit: 2 years 2 months ago by rich.
The following user(s) said Thank You: Bearsampp
Please Log in or Create an account to join the conversation.
Time to create page: 0.265 seconds