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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question Forum too wide in IE8
16 years 9 months ago - 16 years 9 months ago #24420
by John
My websites: AquaInfo.org | AquaInfo.nl
Replied by John on topic Re:Forum too wide in IE8
That's weird... I have disabled my editor in Joomla, add your code to the bottom of the CSS, but everytime I save it, it keeps changing the code back to
/* Fix for Internet Explorer 6*/
#Kunena *html div.msgtext {
width:690px;
overflow:hidden!important;
word-wrap: break-word;
}
/*Fix for Internet Explorer 8*/
#Kunena div.msgtext {
width:/***/690px9;
overflow:/***/hidden!important9;
word-wrap:/***/break-word9;
}
edit: tried to save it with FTP now...hope that works.
/* Fix for Internet Explorer 6*/
#Kunena *html div.msgtext {
width:690px;
overflow:hidden!important;
word-wrap: break-word;
}
/*Fix for Internet Explorer 8*/
#Kunena div.msgtext {
width:/***/690px9;
overflow:/***/hidden!important9;
word-wrap:/***/break-word9;
}
edit: tried to save it with FTP now...hope that works.
My websites: AquaInfo.org | AquaInfo.nl
Last edit: 16 years 9 months ago by John.
Please Log in or Create an account to join the conversation.
16 years 9 months ago - 16 years 9 months ago #24422
by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
Hm, you should download your kunena.forum.css open it with notepad++
notepad-plus.sourceforge.net/de/site.htm
insert my code, save it and upload again.
notepad-plus.sourceforge.net/de/site.htm
insert my code, save it and upload again.
Last edit: 16 years 9 months ago by Lintzy.
Please Log in or Create an account to join the conversation.
16 years 9 months ago #24423
by John
My websites: AquaInfo.org | AquaInfo.nl
Replied by John on topic Re:Forum too wide in IE8
lol, you are too fast for me...uploaded it seconds before i saw your post.
My websites: AquaInfo.org | AquaInfo.nl
Please Log in or Create an account to join the conversation.
16 years 9 months ago #24424
by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
Please Log in or Create an account to join the conversation.
16 years 9 months ago #24425
by John
My websites: AquaInfo.org | AquaInfo.nl
Replied by John on topic Re:Forum too wide in IE8
Thank you very much!!!!
Weird that the Kunena CSS editor messes up the code you gave???
Weird that the Kunena CSS editor messes up the code you gave???
My websites: AquaInfo.org | AquaInfo.nl
Please Log in or Create an account to join the conversation.
16 years 9 months ago - 16 years 9 months ago #24427
by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
There were two issues. The first one, was that the kunena.css have been overwritten through joomla tempate css.
I tested old code with backslashes and it would not have worked in this old form.
The second reason, yes, may be the backend css editor causes errors, I will test this. And if it uploads the code without backslashes, IE8 can not see "hey this code is adressed to me"
the (back)slashes and asteriks * are the IE8 css hack).
I tested old code with backslashes and it would not have worked in this old form.
The second reason, yes, may be the backend css editor causes errors, I will test this. And if it uploads the code without backslashes, IE8 can not see "hey this code is adressed to me"
Last edit: 16 years 9 months ago by Lintzy.
Please Log in or Create an account to join the conversation.
Time to create page: 0.280 seconds