- Posts: 9
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Before posting in this category, please read sticky topics and, as general background,
My Joomla site template makes a mess of Kunena
.
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
Question Problem with greek characters in a specific place in the page of the forum
14 years 3 months ago - 14 years 3 months ago #118344
by sv8bur
Last edit: 14 years 3 months ago by sv8bur.
Please Log in or Create an account to join the conversation.
14 years 3 months ago #118346
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Problem with greek characters in a specific place in the page of the forum
Your problem is caused by your Joomla template (see
My Joomla template is making a mess of Kunena
). Your Joomla site template CSS file (../templates/boyshobbies/css/template.css) has the following rule around line 1454:
Disable the overflow-y rule, like this:
Code:
.art-postcontent ul > li {
background-image: url("../images/postbullets.png");
background-position: left top;
background-repeat: no-repeat;
overflow-x: visible;
overflow-y: hidden;
padding-left: 13px;
}
Code:
.art-postcontent ul > li {
background-image: url("../images/postbullets.png");
background-position: left top;
background-repeat: no-repeat;
overflow-x: visible;
// overflow-y: hidden;
padding-left: 13px;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: sv8bur
Please Log in or Create an account to join the conversation.
14 years 2 months ago #119125
by nomadal
Please Log in or Create an account to join the conversation.
- Jiminimonka
-
- Offline
- Elite Member
-
- YBAS!
14 years 2 months ago - 14 years 2 months ago #119126
by Jiminimonka
Replied by Jiminimonka on topic Re: Problem with greek characters in a specific place in the page of the forum
Hi nomadal, welcome to Kunena
Did you read the rest of this topic? Your picture suggests that your problem is different but maybe I have misunderstood you. If it is the same have you tried doing what sozzled suggested?
Did you read the rest of this topic? Your picture suggests that your problem is different but maybe I have misunderstood you. If it is the same have you tried doing what sozzled suggested?
Last edit: 14 years 2 months ago by Jiminimonka.
Please Log in or Create an account to join the conversation.
14 years 2 months ago - 14 years 2 months ago #119129
by nomadal
Replied by nomadal on topic Re: Problem with greek characters in a specific place in the page of the forum
Hi, thank you very much for your prompt reply. I went through the entire css file more than 3 times in order to find .art-postcontent ul > li { but no such thing was found.

An.y solution? And if this doesn't apply to this topic you can take it where is appropriate
An.y solution? And if this doesn't apply to this topic you can take it where is appropriate
Last edit: 14 years 2 months ago by nomadal.
Please Log in or Create an account to join the conversation.
- Jiminimonka
-
- Offline
- Elite Member
-
- YBAS!
14 years 2 months ago #119135
by Jiminimonka
Replied by Jiminimonka on topic Re: Problem with greek characters in a specific place in the page of the forum
Please read this
Please read first What information should I include when I ask for help (including how to post my configuration report)?
That will help a lot.
That will help a lot.
Please Log in or Create an account to join the conversation.
Time to create page: 0.248 seconds