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

More
16 years 9 months ago #23332 by John
Replied by John on topic Re:Forum too wide in IE8
Another saying I didn't know...making a mountain out of a molehill....we make elefants out of a fly :cheer:

I'm sorry I cant help with the coding, I don't know anything about CSS. Don't even understand why the piece of code written by Lintzy is not working on the new Kunena version. This code was targeted at IE8 not at Kunena, right??? :blush:

I do try to find some time to promote Kunena now and then on Joomla.org or Dutchjoomla.org just to support this great component.

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

More
16 years 9 months ago #24366 by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
Hi John,

I had now the time to examine this issue (download of this wide page here and test it with IE8 and so on)

It was a really simple error. Your template (and this template here too) have overwritten the stylesheet instruction.

The code should work now (play with the 700px to fit it into your template)
Code:
/* Fix for Internet Explorer 6*/ #Kunena *html div.msgtext { width:700px; overflow:hidden!important; word-wrap: break-word; } /*Fix for Internet Explorer 8*/ #Kunena div.msgtext { width:/*\**/700px\9; overflow:/*\**/hidden!important\9; word-wrap:/*\**/break-word\9; }

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

More
16 years 9 months ago #24372 by John
Replied by John on topic Re:Forum too wide in IE8
Hi Lintzy, thank you very much...but unfortunately it doesn't work: example

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

More
16 years 9 months ago - 16 years 9 months ago #24413 by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
Hi John,

you have inserted into your CSS this code and there are the backslashes \ missing:
Code:
/* 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; }

But my code looks so (please just copy and paste it and change only the 700px)

Code:
/* Fix for Internet Explorer 6*/ #Kunena *html div.msgtext { width:700px; overflow:hidden!important; word-wrap: break-word; } /*Fix for Internet Explorer 8*/ #Kunena div.msgtext { width:/*\**/700px\9; overflow:/*\**/hidden!important\9; word-wrap:/*\**/break-word\9; }
Last edit: 16 years 9 months ago by Lintzy.

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

More
16 years 9 months ago - 16 years 9 months ago #24418 by John
Replied by John on topic Re:Forum too wide in IE8
Thank you for the help!

Weird thing is, I did use copy/paste first time...hmmm...maybe my editor is spoiling things...

can't check it over here (at work), will check it tonight when I;m at home.
Last edit: 16 years 9 months ago by John.

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

More
16 years 9 months ago #24419 by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
I have attached the right code, perhaps this works better


Attachment ieeighthack.zip not found

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

Time to create page: 0.261 seconds