Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Solved strange icon on login

More
2 years 1 month ago - 2 years 1 month 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
Code:
[code]
#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]
Last edit: 2 years 1 month ago by Bearsampp.

Please Log in or Create an account to join the conversation.

More
2 years 1 month ago #231759 by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
my css?
Just choose the right avatar type.

Please Log in or Create an account to join the conversation.

More
2 years 1 month 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.

More
2 years 1 month ago #231762 by 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?
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.

More
2 years 1 month 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!

Please Log in or Create an account to join the conversation.

More
2 years 1 month ago - 2 years 1 month ago #231766 by rich
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).

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 1 month 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.687 seconds