- Posts: 28
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Kunena 1.0.11 and Internet Explorer 8 Width Problem
- wvrapscene
-
Topic Author
- Offline
- Junior Member
-
Less
More
16 years 7 months ago #25394
by wvrapscene
Kunena 1.0.11 and Internet Explorer 8 Width Problem was created by wvrapscene
Hello
If you view my kunena forums with Internet Explorer 8, the width is to large! If you choose Compatibility View in IE8, everything looks great and width is fixed.
I'm tryin to fix this in the CSS so users with IE8 do not have to click compatibility view for the forums to display correctly.
I've read this post:
www.kunena.com/forum/137-solved-or-prior...e8?limit=10&start=10
...but it didnt help the IE8 width problem!
I use Joomla 1.0.15 and Kunena 1.0.11
My site is wvrapscene.com/main if you want to see the problem!
Thanks,
WVRapScene
If you view my kunena forums with Internet Explorer 8, the width is to large! If you choose Compatibility View in IE8, everything looks great and width is fixed.
I'm tryin to fix this in the CSS so users with IE8 do not have to click compatibility view for the forums to display correctly.
I've read this post:
www.kunena.com/forum/137-solved-or-prior...e8?limit=10&start=10
...but it didnt help the IE8 width problem!
I use Joomla 1.0.15 and Kunena 1.0.11
My site is wvrapscene.com/main if you want to see the problem!
Thanks,
WVRapScene
Please Log in or Create an account to join the conversation.
16 years 7 months ago - 16 years 7 months ago #25433
by Lintzy
Replied by Lintzy on topic Re:Kunena 1.0.11 and Internet Explorer 8 Width Problem
Hello, please enter this code at the end of the kunena.forum.css of your template:
You can fit the value 520px. Try this code, trust me
Code:
/* Fix for Internet Explorer 6*/
#Kunena *html div.msgtext, #Kunena div.msgsignature {
width:520px;
overflow:hidden!important;
word-wrap: break-word;
}
/*Fix for Internet Explorer 8*/
#Kunena div.msgtext, #Kunena div.msgsignature {
width:/*\**/520px\9;
overflow:/*\**/hidden!important\9;
word-wrap:/*\**/break-word\9;
}
You can fit the value 520px. Try this code, trust me
Last edit: 16 years 7 months ago by Lintzy.
Please Log in or Create an account to join the conversation.
- wvrapscene
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
- Thank you received: 0
16 years 7 months ago #25449
by wvrapscene
Replied by wvrapscene on topic Re:Kunena 1.0.11 and Internet Explorer 8 Width Problem
thanks for the reply!
I put that code at the end of my kunena.forum.css file, but it still didnt fix it.
I changed kunena templates and it works great with the new template that Im using now!
Again, thanks for the help!
WVRapScene.com
I put that code at the end of my kunena.forum.css file, but it still didnt fix it.
I changed kunena templates and it works great with the new template that Im using now!
Again, thanks for the help!
WVRapScene.com
Please Log in or Create an account to join the conversation.
16 years 7 months ago - 16 years 7 months ago #25462
by Lintzy
Replied by Lintzy on topic Re:Kunena 1.0.11 and Internet Explorer 8 Width Problem
Hi, did you insert the code above, it is not the same code like in the thread you linked to.
I downloaded your website (part of it) and tested the code with IE8 it works. Please match the code above, with the code you inserts, in the past it had happened, that backslashes were lost. Don't insert the code over Kunena backend / Css, but download the kunena.forum.css, open it with notepad++ or something similiar, save and upload per FTP.
Or if you have inserted it, let me look again.
And yes in default_ex is the code "word-wrap:break-word;" inserted, in the most cases this is enough to work in the most joomla templates and if not you must tell the KN template to take only a fixed width (for IE8 and IE6).
Your KN template does not have both CSS instructions.
I downloaded your website (part of it) and tested the code with IE8 it works. Please match the code above, with the code you inserts, in the past it had happened, that backslashes were lost. Don't insert the code over Kunena backend / Css, but download the kunena.forum.css, open it with notepad++ or something similiar, save and upload per FTP.
Or if you have inserted it, let me look again.
And yes in default_ex is the code "word-wrap:break-word;" inserted, in the most cases this is enough to work in the most joomla templates and if not you must tell the KN template to take only a fixed width (for IE8 and IE6).
Your KN template does not have both CSS instructions.
Last edit: 16 years 7 months ago by Lintzy.
Please Log in or Create an account to join the conversation.
- wvrapscene
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
- Thank you received: 0
16 years 7 months ago - 16 years 7 months ago #25687
by wvrapscene
Replied by wvrapscene on topic Re:Kunena 1.0.11 and Internet Explorer 8 Width Problem
Hey Lintzy!
I did add the code to the end of my css file and it works great on IE 8!
I've been switching templates like crazy trying to find one I like... I found some templates didnt need that code, and some do!
Thank you,
WVRapScene
************************************************************
I spoke to soon.... lol
It works when viewing the topic...
When you REPLY to the topic, the width is messed up and to wide again!
I'm guessing the topic history (at the bottom of Post a New Message Form) is causing this problem.
************************************************************
How can I fix the width when someone replies to a topic?
I did add the code to the end of my css file and it works great on IE 8!
I've been switching templates like crazy trying to find one I like... I found some templates didnt need that code, and some do!
Thank you,
WVRapScene
************************************************************
I spoke to soon.... lol
It works when viewing the topic...
When you REPLY to the topic, the width is messed up and to wide again!
I'm guessing the topic history (at the bottom of Post a New Message Form) is causing this problem.
************************************************************
How can I fix the width when someone replies to a topic?
Last edit: 16 years 7 months ago by wvrapscene. Reason: Still doesnt work...
Please Log in or Create an account to join the conversation.
16 years 7 months ago #25690
by Lintzy
Replied by Lintzy on topic Re:Kunena 1.0.11 and Internet Explorer 8 Width Problem
Hi,
don't see any issues.
wvrapscene.com/main/component/option,com...ew/catid,4/id,54/#57
Test reply of me, no errors, no messed up.
Or am I looking at the wrong place? Please give me a direct url where the problem exists.
don't see any issues.
wvrapscene.com/main/component/option,com...ew/catid,4/id,54/#57
Test reply of me, no errors, no messed up.
Or am I looking at the wrong place? Please give me a direct url where the problem exists.
Please Log in or Create an account to join the conversation.
Time to create page: 0.522 seconds