- Posts: 9
- 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
Question Frontend issues in Firefox
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.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
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.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
#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
Please Log in or Create an account to join the conversation.
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.