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.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

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?

More
14 years 11 months ago #11 by sozzled

crystalm28 wrote: Can you tell me what section in your CSS code allows you to edit the topic headers?

At a guess, I would say

#Kunena div.kheader {
background:none repeat scroll 0 0 #5388B4;
}

You can confirm this with Firebug .

crystalm28 wrote: ... the picture of the envelope also stayed blue ... Can you tell me how to change the blue file folders?

You need to use an image editor to paint new images. Something like Inkscape , for example.

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

More
14 years 11 months ago #12 by severdia
You may need to add a little to override the header color. For example:
Code:
Kunena div.kheader { background-color: #5388B4 !important; }

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.

More
14 years 11 months ago #13 by crystalm28
I know I must sound like a pain :S. I added the following code to my template.css file. Everything works but the Catergory section headers remain blue. I am looking to change them to a grey. I noticed this post has over 300 views, so maybe I am not the only one experiencing this issue. Here is the code I added to the template.css file. I must be doing something worng :(.

/* 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.

More
14 years 11 months ago #14 by @quila
Hi,

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.

More
14 years 11 months ago - 14 years 11 months ago #15 by sozzled
I agreee, @quila, enabling Kunena debug will use the kunena.forum.css file instead of the kunena.forum-min.css file. That's a good idea. :)

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?
Last edit: 14 years 11 months ago by sozzled.

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

More
14 years 11 months ago #16 by severdia
Please post a link to your forum. There's evidently something not right about your installation and there's no way to realistically troubleshoot without seeing live code.

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

More
14 years 11 months ago #17 by crystalm28
I more information....I am using IE 8. I just tested the site on Firefox and Opera and the forum looks great.. However, when using IE 8, the forum is not completely compatible. I didn't realize this before...and didn't think to test, because I am not at that stage yet.

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.

More
14 years 11 months ago #18 by crystalm28
I figured out the issue while searching through your Forum. I was using compatibility mode in IE8. Now that it's turned off, it looks great!

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!! :cheer: :cheer: :cheer: :cheer:


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.

More
14 years 3 months ago #19 by squeak251
I have tried to do what is discussed in this thread, and I still can't change it.

I have blend switched on and am using Joomla 1.6

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

More
14 years 3 months ago - 14 years 3 months ago #20 by squeak251
found it, it is in kunena.forum-min.css file

There is another in kunena.forum.ie7.css and kunena.forum.ie7.rtl.css.

But the header is in the top one.
Last edit: 14 years 3 months ago by squeak251.

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

Time to create page: 0.242 seconds