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.

Question Problem with greek characters in a specific place in the page of the forum

More
14 years 3 months ago - 14 years 3 months ago #118344 by sv8bur
my forum is in Greek language and the word "Σελιδα" which means "Page" wherever it appears, does not display the entire word see attachment

Last edit: 14 years 3 months ago by sv8bur.

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

More
14 years 3 months ago #118346 by sozzled
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:
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; }
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; }
The following user(s) said Thank You: sv8bur

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

More
14 years 2 months ago #119125 by nomadal
I'm having a problem by displaying the pages as well.
I'm attaching a photo of a topic the pages actually are two but there is no way to see the second page. :(

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

More
14 years 2 months ago - 14 years 2 months ago #119126 by Jiminimonka
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?

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
Last edit: 14 years 2 months ago by Jiminimonka.

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

More
14 years 2 months ago - 14 years 2 months ago #119129 by nomadal
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
Last edit: 14 years 2 months ago by nomadal.

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

More
14 years 2 months ago #119135 by Jiminimonka

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

Time to create page: 0.248 seconds