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

Question [Solved] Recent Discussion - page displayed as wrong size

More
16 years 3 months ago - 16 years 3 months ago #37144 by Redmars
The "Recent Discussion" is being displayed as too small, 535px not what the css is telling me in firebug.
Code:
#maincolumn_big { float:left; margin:0 5px; overflow:hidden; padding:0; width:967px;

Switching to the default to be "Categories" will display the whole with not like "Recent Discussion". Does the Kunena need something in it CSS section?

Theme: themza_j15_25
Installed version: Kunena 1.5.8 | 2009-12-18 | 1863 [ Whisper ]
MySQL client version: 5.0.16
PHP Version: 5.2.6
Joomla! Version: Joomla! 1.5.15 Stable

www.testsite.silentmars.com
Last edit: 16 years 3 months ago by Redmars.

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

More
16 years 3 months ago #37238 by Redmars
The only tab that displays correctly is the Categories.

All tabs are squashed to the 535px, not sure what to edit in the CSS.

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

More
16 years 3 months ago #37241 by sozzled
Edit your Joomla template CSS at about line 206:
From:
Code:
div.nopad { float:left; padding:0 0 15px; }
To:
Code:
div.nopad { float:left; padding:0 0 15px; width:100%; }

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

More
16 years 3 months ago #37247 by Redmars
sozzled,

Thanks that fixed it, all tabs displaying correctly.

-RM

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

More
16 years 3 months ago #37262 by triopas
my forum all page displayed as wrong size. which line change fixed? :(

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

More
16 years 3 months ago - 16 years 3 months ago #37311 by sozzled
triopas wrote:

my forum all page displayed as wrong size. which line change fixed? :(

Edit your Joomla template CSS at about line 1498
From
Code:
.art-contentLayout .art-content-sidebar2 { border:0 none; float:left; margin:0; overflow:hidden; padding:0; position:relative; width:789px; }
To:
Code:
.art-contentLayout .art-content-sidebar2 { border:0 none; float:left; margin:0; overflow:hidden; padding:0; position:relative; width:auto; }
Now, before anyone else thinks they can post a new request to help solve all kinds of Joomla template problems (especially in a discussion topic that's been tagged as [Solved]), there's a few things I'd like to say:
  1. Posting a message like "My forum page is displayed with the wrong size. Which line should I change?" is a bit like saying, "My car broke down, please fix it." Just remember: it's your "car". It helps if you tell us where your "car" is or, at the very least, what have you done about your problem.
  2. I realise that not everyone is "technical", but you also have to remember that Joomla isn't for everyone and having a little technical know-how goes a long way. Think of it this way: you can't just buy a car and expect to drive it if you've never driven a car before in your life, can you?

    Most of these kinds of "my forum is the wrong size/wrong colour/wrong shape/wrong whatever" problems can be very simply solved if you stick to the basics and leave things alone. It's when people "experiment" in areas they know nothing about which is when things come unstuck.

    I know, you will say "but I don't like the way it came: the default size/shape/colour/whatever is all wrong for me". OK, fair comment. Go learn about it ... buy a book ... spend some time understanding how it works!
  3. We have said, on more times than I can remember, install Firebug for Firefox. There's an article written in the Wiki called Changing Template and its Colours - the Basics . It's not the best-written article on the subject, and its purpose is mainly to help people who need to modify the Kunena template, but many of the concepts are worth taking the time to study. B)
  4. If we solve one person's unique problem (and they tag the topic as [Solved]), please don't resurrect the subject to discuss a completely different, unique problem. I realise that sometimes it's difficult to know whether your problem is unique to you, but look around the forum first to see whether other people's circumstances are really similar. Quite often it's better if you create a new discussion topic. If we think your case is like something we've discussed before, we'll soon tell you. ;)
I don't want triopas to think that I'm criticising him. I'm not criticising him at all and I was pleased to be able to help. I do hope, though, that the few thoughts I've written about will help other people in the future.

Anyway, before this discussion topic becomes "open season" for every request to solve millions of Joomla template problems, would one of the moderators please lock it? Thanks. :)
Last edit: 16 years 3 months ago by sozzled.

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

Time to create page: 0.229 seconds