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 the layout is messed up on all templates --> k1.07

More
17 years 2 months ago #3511 by warlock
gulffresh wrote:

have a URL so I can take a look


How about an image instead?




The background text is colored for ease of reading in the time being.

I messed with some of the widths (I think all of them) in the css, and could not force a change. I am willing to try whatever to get this going :)

Thanks!

--warlock

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

More
17 years 2 months ago #3584 by Matias
Try to use FireBug ( www.getfirebug.com ) to find out where the problem is.

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

More
17 years 2 months ago #3600 by warlock
Matias wrote:

Try to use FireBug ( www.getfirebug.com ) to find out where the problem is.



Thank you for the tip. I forgot about firebug :)


I think the problem is somewhere in here:

#Kunena table.fb_blocktable {
width: 30%;
margin: 5px 0;
border-style:solid;
border-color:#282828;
border-width:0px 0px 4px 0px;
text-align:left;
background:#242424;
}
/* #Kunena table.fb_blocktable thead tr th { background: #555555; padding: 2px;
color:#ffffff; font-weight:normal; }
*/


BUT! Kunena is not listening to my width requests. I have colored the entire background now to make it easier, but still, I cant seem to shrink the size of the box.

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

More
17 years 2 months ago #3607 by warlock
Ok, this is _HIGHLY_ annoying. I can fix the problem in Firebug, but when I try to apply the fix to the actual CSS code, it wont listen. Is there an over-ride I am missing here?

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

More
17 years 2 months ago #3612 by grumblemarc
It's more than likely a conflict in CSS selectors between Kunena and your Joomla template. You have to find it in BOTH places.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago #3650 by Matias
@ helmchen: FireFox seems to have some issues with div inside td. It took long time to find out workaround, but finally I tried span! So it's fixed for 1.0.8. That was my last fix before release!

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

Time to create page: 0.385 seconds