Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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.

Merged My Joomla site template makes a mess of Kunena ... a collection of the many requests that we receive

More
12 years 9 months ago - 12 years 9 months ago #11 by virulent
Replied by virulent on topic Re: template css
Hi, I'm having difficulties with the Red color on a:hover...

I changed kunena.default.css :

#Kunena a:hover { color: #FF0000 !important; background-color:transparent !important; }

to

#Kunena a:hover { color: #5388B4 !important; background-color:transparent !important; }


But it keeps showing red (#FF0000) because of this :

<head>
<style type="text/css">
/* Kunena Custom CSS */
#Kunena a:hover {color: #FF0000;} #Kunena a:link,
/* End of Kunena Custom CSS */
</style>
</head>


Where can I change that ?
Last edit: 12 years 9 months ago by virulent.

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

More
12 years 9 months ago #12 by sozzled
Replied by sozzled on topic Re: template css
G'day, virulen, and welcome to Kunena.

Unless you really know what you are doing, we do not recommend that you change the file kunena.default.css. Besides, this file is not used unless you run Kunena in debug mode (see Minified CSS for background information).

It's better if you change your Joomla site template CSS file. See How do I change the colours of my template in Kunena? Put the changes you wrote in your Joomla site template file and I think it will work.

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

More
12 years 9 months ago - 12 years 9 months ago #13 by virulent
Replied by virulent on topic Re: template css
GOT IT !

in kunena.default-min.css... the red color is written short #F00 instead of #FF0000

that's why we don't see it when we first search for it...

That's it !
Last edit: 12 years 9 months ago by virulent.

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

More
12 years 9 months ago #14 by sozzled
Replied by sozzled on topic Re: template css
We also do not recommend that you directly modify the file kunena.default-min.css either. However, if it works for you, that's OK. Just remember that, when you modify this file (instead of modifying your Joomla site template CSS file) you will have to re-do those changes when you upgrade Kunena. If you modify your site template file, instead, then you have nothing to worry about when it comes to upgrading Kunena in the future.

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

More
12 years 8 months ago #15 by beyond
Hi,

I installed kunena 1.6.5 successfully.

However, the category chooser select box is dark color. How can I change that? I am using the the template configuration below:

Template: Blue Eagle Default
Attachments:

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

More
12 years 8 months ago #16 by sozzled
The dark colour is caused by your Joomla site template. See How do I change the colours of my template in Kunena? ; it's easy if you use an in-browser developer tool, like Firebug .

If you can't do this yourself, you will need to post the URL of your website. Someone might be able to answer your question if you provide that important piece of information.

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

More
12 years 5 months ago #17 by SlayrNeo
Hi there!

I have a small problem with my website and forum.
The problem is that the Kunena menu starts in the middle and not in the left.
I know it is an issue caused by my Artisteer template, but where?

Can someone please help me?

www.schildpadinfo.nl/index.php/forum

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

More
12 years 5 months ago - 12 years 5 months ago #18 by sozzled
Your site template file (../templates/schildpadinfov1/css/template.css) has the following CSS rule at about line 572:

ul.menu {
float: left;
left: 50%;
position: relative;
}

Comment-out the line as show below:

ul.menu {
float: left;
// left: 50%;
position: relative;
}
Last edit: 12 years 5 months ago by sozzled.

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

More
12 years 5 months ago - 12 years 5 months ago #19 by rich
sozzled: your code moved also the top menu. Maybe is better following code?

#Kunena #ktab ul {
margin: 15px 0 0 -475px;
}
Last edit: 12 years 5 months ago by sozzled.

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

More
12 years 5 months ago #20 by SlayrNeo
Thanks!

That fix did the trick, but it messed up the artisteer template too.
But because of your fix I did find another fix.

I edited:
kunena.forum-min.css

color: #FFFFFF !important;
display: block;
float: left;
left: -464px;

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

Time to create page: 0.604 seconds