- Posts: 15
- 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
Please read
Before you ask for help with template issues ...
Question [Solved] Recent Discussion - page displayed as wrong size
16 years 3 months ago - 16 years 3 months ago #37144
by Redmars
[Solved] Recent Discussion - page displayed as wrong size was created by Redmars
The "Recent Discussion" is being displayed as too small, 535px not what the css is telling me in firebug.
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
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.
16 years 3 months ago #37238
by Redmars
Replied by Redmars on topic Re:Recent Discussion - page displayed as wrong size
The only tab that displays correctly is the Categories.
All tabs are squashed to the 535px, not sure what to edit in the CSS.
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.
16 years 3 months ago #37241
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Recent Discussion - page displayed as wrong size
Edit your Joomla template CSS at about line 206:
From:
To:
From:
Code:
div.nopad {
float:left;
padding:0 0 15px;
}
Code:
div.nopad {
float:left;
padding:0 0 15px;
width:100%;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 3 months ago #37247
by Redmars
Replied by Redmars on topic [Solved] Recent Discussion - page displayed as wrong size
sozzled,
Thanks that fixed it, all tabs displaying correctly.
-RM
Thanks that fixed it, all tabs displaying correctly.
-RM
Please Log in or Create an account to join the conversation.
16 years 3 months ago #37262
by triopas
Replied by triopas on topic Re:[Solved] Recent Discussion - page displayed as wrong size
my forum all page displayed as wrong size. which line change fixed?
Please Log in or Create an account to join the conversation.
16 years 3 months ago - 16 years 3 months ago #37311
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:"My Joomla template messes up my Kunena display"
triopas wrote:
From
To:
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:
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.
Edit your Joomla template CSS at about line 1498my forum all page displayed as wrong size. which line change fixed?
From
Code:
.art-contentLayout .art-content-sidebar2 {
border:0 none;
float:left;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:789px;
}
Code:
.art-contentLayout .art-content-sidebar2 {
border:0 none;
float:left;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:auto;
}
- 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.
- 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!
- 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.

- 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.

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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
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