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

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.

Question Changing colors of my Kunena forum

More
14 years 8 months ago #104216 by Beccam
Thanks - I read that. Not sure if you are referring to the part that basically says "learn CSS" which I am trying to do, or the part that says copy this to the bottom of your template (which I did). I then uploaded that back up to my sites theme, cleared my cache and checked on 3 different browsers however nothing has changed.

I did spend 3 full days trying to figure this out on my own before running to the forums, and I understand this is a free product - but any additional help you can give is much appreciated. I'm not even trying to do anything fancy here - just change some text color. Thank you

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

More
14 years 8 months ago - 14 years 8 months ago #104218 by sozzled
The part of the message that I think helps you with your specific question is this:

sozzled wrote: I'll give you the solution to the category link colour issue now:

Add the following lines to the end of your site template file (../templates/templatewheelblog/css/template.css)

Code:
#Kunena div.kthead-title a { color: black; } #Kunena a:link, #Kunena a:visited, #Kunena a:active { color: black; } #Kunena a:hover, #Kunena div.kthead-title a:hover { color: red; }

Obviously, though, the location and filename of your Joomla site template will be different.
Last edit: 14 years 8 months ago by sozzled.

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

More
14 years 8 months ago #104220 by Beccam
Yes...I know that. I am using Joomla's default Beez template and added the code you supplied to the bottom of that template.css file, however nothing changed. Switching around between the default templates and styles I notice this color is remaining unchanged through all of them - is there perhaps a different file that needs to be edited?

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

More
14 years 8 months ago - 14 years 8 months ago #104224 by sozzled
Without knowing more about your website there's not a lot more that I can add to what I have written. As much as it can help to describe the issues that people may have (with marrying Kunena to their Joomla site) by using images - as you did earlier - there's really no substitute for seeing the problem in "real life".

As much as we can write that www.kunena.org is a community-driven, self-help forum and that nearly every styling issue can be solved if people are knowledgeable about CSS or fluent with in-browser web-development tools like Firebug - and these things are, of course, completely true - the reality is that not everyone is knowledgeable about how Joomla works, how to write CSS or how to make in-browser developers tools like Firebug work for them.

I think a lot of people expect that they can solve every style customising problem they could possibly envisage if they only knew which parts of the Kunena template CSS did whatever they did or, if by merely showing us a picture, that we would know what needs to be changed in the Kunena template That might be true. The difficulty is that if you change the Kunena template you need to know how to change it properly and ensure that the customised changes you make in one version of Kunena will remain intact whenever you upgrade Kunena. On the other hand, if you could just as easily solve those problems with a bit of know-how and a couple of mouse-clicks, wouldn't it be better if there was a simpler solution that only involved modifying your Joomla site template?

If you would like to post your K 1.6 configuration report, I'll have a look at how your site is setup and I'll see if I can provide you with a more targeted response that I have been able to give you to this point.
Last edit: 14 years 8 months ago by sozzled.

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

More
14 years 8 months ago #104226 by Beccam
Thank you - configuration report is below

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 64M

This message contains confidential information

Joomla default template details : beez_20 | author: Angie Radtke | version: 1.7.0 | creationdate: 25 November 2009

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.5 | creationdate: 2011-07-27

Kunena version detailled: Installed version: 1.6.5 | Build: 5005 | Version name: Babel | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None

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

More
14 years 8 months ago #104230 by sozzled
In your case you need to add the !important rule to what you've done, thus:
Code:
#Kunena a:link, #Kunena a:visited, #Kunena a:active { color: black !important; } #Kunena a:hover, #Kunena div.kthead-title a:hover { color: red !important; }

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

Time to create page: 0.259 seconds