Kunena 6.4.7 Released
The Kunena team has announce the arrival of Kunena 6.4.7[K 6.4.7] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
Idea Forum Header- Change from blue?
At a guess, I would saycrystalm28 wrote: Can you tell me what section in your CSS code allows you to edit the topic headers?
#Kunena div.kheader {
background:none repeat scroll 0 0 #5388B4;
}
You can confirm this with Firebug .
You need to use an image editor to paint new images. Something like Inkscape , for example.crystalm28 wrote: ... the picture of the envelope also stayed blue ... Can you tell me how to change the blue file folders?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Replace the color with the one you want.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
- crystalm28
-
Topic Author
- Offline
- Junior Member
- Posts: 19
- Thank you received: 0
/* Change the link colors */
#Kunena a:link,
#Kunena a:visited,
#Kunena a:active {
color:#ff3399 !important;
}
/* Change the header background colors */
#Kunena div.kheader {
background: #b8b9bb !important;
}
/* Change the header text colors */
#Kunena .kblock div.kheader h2 a:link,
#Kunena .kblock div.kheader h2 a:visited,
#Kunena .kblock div.kheader h2 a:active {
color: #fff !important;
}
/* Change the tab colors */
div#ktab ul.menu li a {
background-color: #b8b9bb !important;
}
/* Change the active tab & rollover colors */
div#ktab li#current a {
background-color: #ff3399 !important;
}
div#ktab ul.menu li a:hover {
background-color: #ff3399 !important;
}
/* Change the border color under the top nav */
#Kunena #ktop {
border-color: #b8b9bb ;
}
/* Change the pagination color */
#Kunena .kpagination .active {
background:none repeat scroll 0 0 #b8b9bb ;
border:1px solid #ff3399 ;
}
#Kunena .kpagination a {
border:1px solid #ff3399 ;
}
#Kunena .kpagination a:hover {
border:1px solid #ff3399 ;
color: #fff !important;
background: #b8b9bb ;
}
/* Change the post link color */
#Kunena div.kmsg-header h2 a {
color: #fff !important;
}
/* Change the toggler color */
#Kunena #ktop span.ktoggler {
background-color:#b8b9bb ;
}
/* Change the button rollover color */
#Kunena .kbutton:hover, #Kunena .kbutton:focus {
background-color: #b8b9bb
border-color: #ff3399 ;
}
Please Log in or Create an account to join the conversation.
can you enable debug in Kunena Configuration, switch blend option to off in Template Configuration and provide as a link to your Kunena Forum.
Thank You
Please Log in or Create an account to join the conversation.
crystalm28: There are a few "gotchas" with CSS. From time to time I've worked myself into a bit of a state wondering, when I know that I've changed a CSS file, why hasn't my website changed.
This is my diagnosis procedure:
(1) Did I really save the CSS file to my website? Did I save the file in the right folder?
(2) Am I trying to use the minified CSS file or the clear-text version? (see Minified CSS in the Wiki for an explanation)
(3) Am I using a copy of the old CSS file stored in my browser cache? Try forcing a screen reload (CTRL+F5 in Firefox) or empty your browser cache and try again.
(4) Did I have a syntax error in my CSS code (like a missing semi-colon)?
(5) Is there some other way I can appease the internet gods?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
- crystalm28
-
Topic Author
- Offline
- Junior Member
- Posts: 19
- Thank you received: 0
IE8
1. The headers remain blue
2. When adding "New Topic" the Boardcode area, extends beyond the page.
Again, both item above look great with Firefox & Opera.
Any suggestions? And you guys are AWESOME!!!
Please Log in or Create an account to join the conversation.
- crystalm28
-
Topic Author
- Offline
- Junior Member
- Posts: 19
- Thank you received: 0
Do you know if there is any resolution for people viewing my site using compatibility mode or IE7? Meaning, if I had this problem, there is a chance my customers will too.
Thank you!!
www.kunena.org/forum/171-k-16-templates-...ith-pagination#70766
But I've discovered that when you turn on compatibility mode in IE8 (emulating IE7) and have your forum too narrow, the pagination runs off similar to your screenshot. So technically it's an IE7 issue. I've logged it in the bug tracker here
Please Log in or Create an account to join the conversation.
I have blend switched on and am using Joomla 1.6
Please Log in or Create an account to join the conversation.
There is another in kunena.forum.ie7.css and kunena.forum.ie7.rtl.css.
But the header is in the top one.
Please Log in or Create an account to join the conversation.