Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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 Configuration> Uploads > Image thumbnail Height?

More
9 years 7 months ago - 9 years 7 months ago #1 by mjind
Hi!

When I change the thumbnail Height in configuration > uploads, it doesn't do anything. Stays at like 32?

However, changing the width does work.

Does anyone here know what the issue could be?

Using Kunena 3.0.6 and Joomla 3.3.1
Link: www.kite.mn/forum/
Last edit: 9 years 7 months ago by mjind.

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

More
9 years 7 months ago #2 by Josh
A link to a specific example would help me figure this out (hopefully).
The following user(s) said Thank You: mjind

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

More
9 years 7 months ago - 9 years 7 months ago #3 by mjind

Josh wrote: A link to a specific example would help me figure this out (hopefully).


Hi Josh, thanks!
Here is a test:
www.kite.mn/forum/kiteboarding-chat/8-photo-attach-test

Both height and width are set to 200px in the config>uploads
Last edit: 9 years 7 months ago by mjind.

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

More
9 years 7 months ago - 9 years 7 months ago #4 by sozzled
You could, possibly, add the following code to the end of your Joomla site template:

Code:
#Kunena ul.kfile-attach li { max-height: 200px; } #Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { max-height: 200px; }
Last edit: 9 years 7 months ago by sozzled.
The following user(s) said Thank You: mjind

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

More
9 years 7 months ago #5 by mjind

sozzled wrote: You could, possibly, add the following code to the end of your Joomla site template:

Code:
#Kunena ul.kfile-attach li { max-height: 200px; } #Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { max-height: 200px; }


Thank you, looks like we're almost there:
www.kite.mn/forum/kiteboarding-chat/8-photo-attach-test

It looks to be 200px by 200px now, however, it is partially hidden under the message box?

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

More
9 years 7 months ago #6 by Josh
The selector "#Kunena ul.kfile-attach li" is constraining it to 32px in height. Over ride this. B)

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

More
9 years 7 months ago #7 by mjind

Josh wrote: The selector "#Kunena ul.kfile-attach li" is constraining it to 32px in height. Over ride this. B)


Thanks! I tried this:
Code:
#Kunena ul.kfile-attach li { max-height: 200px !important; } #Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { max-height: 200px !important; }

Doesn't seem to work right still. I probably did not implement the override correctly. :whistle:

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

More
9 years 7 months ago - 9 years 7 months ago #8 by Josh
Remove the word "max-" from the li item. ;) This fixed it on my end when using firebug.
Last edit: 9 years 7 months ago by Josh.
The following user(s) said Thank You: mjind

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

More
9 years 7 months ago #9 by mjind
Cool, it worked! Thanks! Looks good, now i can adjust that a little.

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

Time to create page: 0.360 seconds