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 Frontend issues in Firefox

More
16 years 11 months ago #15952 by jacobd
Hi,

We are having some problems with the setup of Kunena. In MSIE 7+8 and opera it is working perfectly but in Firefox and Safari the layout of our site is destroyed.

Does anybody have a clue why the forum header + categories shifted left?

Any help would be much appreciated.

URL:
pnohnen.dk/joomla/index.php?option=com_kunena&Itemid=65#content

Login: test
Password: test

Thanks,
Jacob

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

More
16 years 11 months ago #15954 by grumblemarc
This is your problem.
Template-Beez
Is this a modified version of the default Joomla template? Looks like a DIV is missing somewhere?

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

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

More
16 years 11 months ago #15955 by grumblemarc
BTW it is destroyed in FF too.

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

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

More
16 years 11 months ago - 16 years 11 months ago #15976 by Lintzy
Hi, edit kunena.forum.css of your template (I guess it is default_grey?) and add the red marked code

#Kunena .fb_header {
background: #555555;
height: 30px;
float:left;
width:100%;

}

#Kunena .fb_forum-pathway {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:5px 0;
padding:3px;
height:20px;
display:block;

}

#Kunena .fb_profilebox {
clear:left;
}


This will fix the Firefox issue. Please check, if it still works in IE
Last edit: 16 years 11 months ago by Lintzy.

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

More
16 years 11 months ago #16598 by jacobd
Lintzy wrote:

Hi, edit kunena.forum.css of your template (I guess it is default_grey?) and add the red marked code

#Kunena .fb_header {
background: #555555;
height: 30px;
float:left;
width:100%;

}

#Kunena .fb_forum-pathway {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:5px 0;
padding:3px;
height:20px;
display:block;

}

#Kunena .fb_profilebox {
clear:left;
}


This will fix the Firefox issue. Please check, if it still works in IE


It worked and it didn't break anything in msie. Thanks Lintzy.

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

Time to create page: 0.222 seconds