Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] 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 Avatar size in Crypsis

More
10 years 6 months ago #172670 by neilmac
This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 128M | Max file upload: 16M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : gantry | author: RocketTheme, LLC | version: 4.1.29 | creationdate: March 9, 2015

Kunena default template details : Crypsis | author: Kunena Team | version: 4.0.9 | creationdate: 2016-01-21

Kunena version detailed: Kunena 4.0.9 | 2016-01-21 [ London ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.0.13 | UddeIM 3.8

Third-party SEF components: None

Plugins: Search - Kunena Search 3.1.2

Modules: Kunena Latest 3.1.2.1


Some of my users avatars are spilling over the edge of their column in forum posts as per the image:



Only happens with landscape orientation.

Is this likely to be a fault with my settings or a bug please?

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

More
10 years 6 months ago #172674 by WolfgangOWL
Replied by WolfgangOWL on topic Avatar size in Crypsis
You should remove the inline style declaration style="max-width: 144px; max-height: 144px" for the avatar images.

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

More
10 years 6 months ago - 10 years 6 months ago #172675 by neilmac
Replied by neilmac on topic Avatar size in Crypsis
Thank you, do you happen to know where I might find that to remove it?

I see from 'Inspect Element', 'Elements' that it looks like a Community Builder setting but I can't find anything in CB settings that looks like it.
Last edit: 10 years 6 months ago by neilmac. Reason: elements not console

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

More
10 years 6 months ago #172677 by WolfgangOWL
Replied by WolfgangOWL on topic Avatar size in Crypsis

neilmac wrote: I see from 'Inspect Element', 'Elements' that it looks like a Community Builder setting but I can't find anything in CB settings that looks like it.


I can't help you with Community Builder because i don't use it. But modifying "max-width" and "height" in the file general.less of the Crypsis template at about line 135 as following should work:

img {
max-width : 100% !important;
width : auto \9;
height : auto !important;
}

You find general.less in the /components/com_kunena/template/crypsis/less/ folder.

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

More
10 years 6 months ago #172681 by neilmac
Replied by neilmac on topic Avatar size in Crypsis
Changing that 100% to 90% worked on some displays but not others but reducing to 80% seems to have it fixed.

Thank you very much :)

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

Time to create page: 0.250 seconds