Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved [Resolved] Avatars too big, it ignores CSS max widths

More
14 years 1 month ago - 14 years 1 month ago #122412 by cowcowcow
I am using the latest version of Kunena 1.7x, joomla 1.7 and latest 2.4.x version of jomsocial which is integrated and displays jomsocial avatars.

I have specified the max width/height as 100px but it ignores it and uses the 144px setting. I have no idea where this 144px setting is coming from!!! This is what it looks in my css/firebug.

Any help is appreciated, thank you!


element.style {
max-height: 144px;
max-width: 144px;
}

#Kunena span.kavatar img {
border: 1px solid;
margin: 5px;
[strike] max-height: 100px;
max-width: 100px;[/strike]
padding: 1px;
}
Last edit: 14 years 1 month ago by sozzled. Reason: Change subject and topic icon

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

More
14 years 1 month ago #122414 by rich
Add this code in your Joomla template.css
Code:
#Kunena span.kavatar img { max-height: 100px !important; max-width: 100px !important; }

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: cowcowcow

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

More
14 years 1 month ago #123765 by cowcowcow
Thanks! That worked perfectly!

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

Time to create page: 0.249 seconds