Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

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
15 years 6 months ago #69788 by fxstein
You should not have to edit any files.

Something is wrong in your install. The template parameters should work just fine. We are suing them on various test sites to change the colors.

Are you using them with or without Auto Blend option?

Can you post a screen shot of the template setting?

We love stars on the Joomla Extension Directory . :-)

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

More
15 years 6 months ago - 15 years 6 months ago #69940 by crystalm28
Thank you for the response. I have tried with and without using the "Blend with Joomla Template" and the blue heading bars stay the same.

I am attaching two files.
1. Blue Eagle Template print screens & CSS file (after manually editing)
2. Example Template print screens & css file (after manually editing)

Here is what I want to accomplish.
1. Change the blue headings to the same grey color used in the menu
2. Change the folder image to the same grey color used in the menu
3. Change the blue font to black

Thank you, Thank you!!!!!!!!!!!!!!!!!!:cheer:
Last edit: 15 years 6 months ago by crystalm28.

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

More
15 years 6 months ago #69949 by severdia
It's really hard to track down the issue with screenshots. You should change to the default template and try this customization first:

www.kunena.org/forum/170-k-16-templates-...y-kunena-16-template

If that works, your installation is OK and your problem is solved (using a different method). If not, you've altered your default template (or other files) in a way that's causing a problem.

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

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

More
15 years 6 months ago #70671 by crystalm28
Thank you. The extra information you provided worked. I was able to change the menu and font colors. However, the Topic headers remain blue :unsure: Also, the picture of the envelope also stayed blue.

Can you tell me what section in your CSS code allows you to edit the topic headers?
Can you tell me how to change the blue file folders?

Thank you again!!!

Crystal

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

More
15 years 6 months ago #70679 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
15 years 6 months ago #70686 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.

Time to create page: 0.257 seconds