- Posts: 7
- 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
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question Kunena 1.5.6 Template: "MOC - We Love Kunena (Dark)"
- Dragonstar
-
- Offline
- New Member
-
Could you please say which line is duplicated in the kunena.forum.css?
Please Log in or Create an account to join the conversation.
@ Spock
Could you please say which line is duplicated in the kunena.forum.css?
Hello again Dragonstar, At the very bottom of the css i had an IE fix - this can all be removed about 10-12 lines(from the commented line to the end) - it's just as easy to upload the CSS file from the updated template. Also if you are having issues with the template width going outside your Joomla template edit #Kunena div.msgtext and change the width parameter. Hope it works for you now. Regards
Please Log in or Create an account to join the conversation.
- Dragonstar
-
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
i hadn't any problems with the template, i have just made many customizations so it was easier for me to fix the kunena.forum.css instead of uploading the fixed one.
I have deleted the IE6 and IE8 Fix (Lines 1525-1539).
/* IE Fix
*/
/* Fix for Internet Explorer 6*/
*html div.msgtext {
width:800px;
overflow:hidden!important;
word-wrap: break-word;
}
/*Fix for Internet Explorer 8*/
div.msgtext {
width:/*\**/800px\9;
overflow:/*\**/hidden!important\9;
word-wrap:/*\**/break-word\9;
}
EDIT: These Lines are in the "light" WeLoveKunena Template too. Can they also be deleted there?
Thx for your help and your great work!
Please Log in or Create an account to join the conversation.
Yes, you should get rid of them - all new packages have them removed anyway. Thanks for the feedbackEDIT: These Lines are in the "light" WeLoveKunena Template too. Can they also be deleted there?
Please Log in or Create an account to join the conversation.
Sorry about the delay in my reply - there was a duplicate line of code in the css and this caused the problem. I have updated the template again and it seems to work for me. Thanks for your feedback and I hope it works ok for you now
Great !!!
Thx Spock for the cool template and the quick fix, works fine
Regards
Please Log in or Create an account to join the conversation.
//Thanks, F
Please Log in or Create an account to join the conversation.