- Posts: 11
- Thank you received: 3
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.
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
11 years 10 months ago #1
by rgrae81
line-height and font-height problem was created 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
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
Please Log in or Create an account to join the conversation.
- 9themestore
- Offline
- Premium Member
11 years 10 months ago #2
by 9themestore
- 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
Replied by 9themestore on topic line-height and font-height problem
Hi,
You can add two following code section in the your css file.
1. Fix for announcments:
2. Fix for pagination:
If don't work. Please post link here, i'll provide you a solution.
Regard
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.
11 years 10 months ago #3
by rgrae81
Replied by rgrae81 on topic line-height and font-height problem
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
Roman
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
Roman
Please Log in or Create an account to join the conversation.
- 9themestore
- Offline
- Premium Member
11 years 10 months ago #4
by 9themestore
- 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
Replied by 9themestore on topic line-height and font-height problem
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.
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.
11 years 9 months ago #5
by mertch
Replied by mertch on topic line-height and font-height problem
Please Log in or Create an account to join the conversation.
Time to create page: 0.480 seconds