Kunena 6.3.6 Released - Security release

The Kunena team has announce the arrival of Kunena 6.3.6 [K 6.3.6] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

This category is for discussing issues with the K 2.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question line-height and font-height problem

More
11 years 10 months ago #1 by rgrae81
Hi,

theres a little Problem with the Template if
- The Standard Line-Height in Joomla is not 100% (I'm using 175%)
- the font is "Georgia"



problem with the Line-Height is visible at "announcements"
problem with the font is visible at pagination

When I set the line-height to 100% for announcments then it will be displayed correctly.
For Pagination i had to set the line-height to 1.1em or use px for font and line-height

This is more or less for information. I know that the developement will concentrate on 3.0 but maybe you find the time to work also on the old Template for more compatibility.

Is there a way to report Issues outside the Forum for 2.0 and also for 3.0 when I'll test it?

regards
Roman
Attachments:

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

More
11 years 10 months ago #2 by 9themestore
Hi,

You can add two following code section in the your css file.
1. Fix for announcments:
Code:
#Kunena td.kprofileboxcnt ul li { display: block !important; line-height: 1; }


2. Fix for pagination:
Code:
#Kunena ul.kpagination li { display: inline-block; } #Kunena ul.kpagination span { display: block; padding: 3px; }

If don't work. Please post link here, i'll provide you a solution.

Regard

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: rgrae81

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

More
11 years 10 months ago #3 by rgrae81
Hi,

thank's for solution.
I already had a solution that worked for me.

I only would give response to the Kunena Team and document it, cause in my opinion this is a problem with default web-fonts that shouldn't exist in a default Style B)

Roman

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

More
11 years 10 months ago #4 by 9themestore
Hi,

I don't think this bug is of the Kunena forum. Anywhere in the template.css file override the height property or line-height property, so there is a conflict of css.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

More
11 years 9 months ago #5 by mertch
Hi, I had the same problem. I've put lines you wrote on my TP css and for now page # focus are ok on right down corner but can not see correctly PAGE and page on posts.

page on right down corner


page below post


Thanks.
Attachments:

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

Time to create page: 0.480 seconds