- Posts: 1
- 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.
Loved Kunena 1.5.3 Template: MOC 2.0
Ok it has to be changed in your Joomla! template CSS file (bot the kunena.css): /templates/ja_labra/css/template.css
Find the following in template.css (line 154):add font colorinput, select, textarea, .inputbox, .button
font-family:Tahoma,Arial,sans-serif;
font-size:92%;
}I was using firebug to see that so maybe there isn't an exact css phrase "input, select, textarea, .inputbox, .button" but you'll find something similar at least which you should change.input, select, textarea, .inputbox, .button
font-family:Tahoma,Arial,sans-serif;
font-size:92%;
color:#CCCCCC;
}
Try that and it should work.
Ok I am having the same issue. I have no idea where to change the code. I went to .css for the site temp. And I cant find where to add the code. Here is the .css attached. Great work btw keep it up.
Please Log in or Create an account to join the conversation.
Well it probably won't be the same code; suraneau was using a JoomlaArt template and yours is a Rockettheme one and both these templates are overiding this particular property in the kunena.forum.css file. If there is a piece of css pointing to .inputbox (or similar) you should add the color property. I know you looked but i'm not on my own computer now so i only have notepad on this one and I can't have a proper look at the Joomla! .css . If you can post a link to the forum with guest acess (like suraneau did) I will resolve this in few mins.I went to .css for the site temp. And I cant find where to add the code. Here is the .css attached. Great work btw keep it up.
Please Log in or Create an account to join the conversation.
Hello fuzzi, i had a quick look there the best thing to do is to add the following to the kunena.forum.css (line 991) and it will override whatever was causing the issueOk I am having the same issue. I have no idea where to change the code. I went to .css for the site temp. And I cant find where to add the code. Here is the .css attached. Great work btw keep it up.
Regards#Kunena .fb_txtarea {
background:#222222 none repeat scroll 0 0;
color:#FFFFFF;
height:300px;
width:95%;
}
Please Log in or Create an account to join the conversation.
1. Buttons B, I, U etc. are to dark:
wojcik.neostrada.pl/kunena-moc2.0/buttons.jpg
2. Font in history of posts is to dark
wojcik.neostrada.pl/kunena-moc2.0/history.jpg
3. Page with Reporting to moderate loks like that:
wojcik.neostrada.pl/kunena-moc2.0/post2moderator.jpg
There is no text on button.
And how to change color of background?
4. Text in fast reply frame is to light:
wojcik.neostrada.pl/kunena-moc2.0/fast-reply.jpg
Please Log in or Create an account to join the conversation.
1. Buttons B, I, U etc. are to dark:
wojcik.neostrada.pl/kunena-moc2.0/buttons.jpg
Some of the issues we have seen we can edit ourselves in the CSS. Using firebug in firefox I can usually figure things out.
BUT... The #1 you listed above I agree with, they are TOO DARK. I'm nit picking now because overall the template is great.
HOWEVER, I have noticed one more thing. If you notice here on this website when you hover over those BB buttons a description pops up of what that button does. I noticed on the MOC template it does not do that. Can we look into this and see how to make that functionality work?
Please Log in or Create an account to join the conversation.
I have found some issues....
Thanks guys - i knew it wasn't perfect! I stopped using this template myself a while back so i never noticed the problems. I'll update the css in the next day or so to reflect all the listed issues. All i can say is sorry :blush: and thanks again for pointing these issues out
I thought i fixed that for K1.5.3 ... obviously not! Will fix this too - thanksHOWEVER, I have noticed one more thing. If you notice here on this website when you hover over those BB buttons a description pops up of what that button does. I noticed on the MOC template it does not do that. Can we look into this and see how to make that functionality work?
Please Log in or Create an account to join the conversation.