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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question "Invisible text" - text font colour is the same as background colour

More
13 years 1 month ago #142269 by Jakey Fantastic
Hi guys,

I had the same issue a while back & was kindly given the answer above, which solved the problem :)

However, i've just noticed that whilst my forum is now working, this issue is occurring when you reply via the "Quick Reply" button.

So my forum is black & text white, but if i opt to "Quick Reply", the text is black also.

Is there anything that could solve this?

Thanks.

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

More
13 years 1 month ago #142381 by mignek
Hi all

I have the same issue as Jakey in the quick reply font being invisble, is there any code I can add to the default joomla template to solve this please?

Thanks in advance
Ken

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

More
13 years 1 month ago #142382 by sozzled
It is really easy to resolve these "invisible text" problems if you use Firebug and add the "right" kind of CSS to your Joomla site template.

Basically, you need to add the following lines to your Joomla site template CSS:
Code:
#Kunena .kreply-form .inputbox { color: #xxxxx; }
where "xxxxxx" is something "different" (lighter in colour) than 000000 (black)
The following user(s) said Thank You: Jakey Fantastic, mignek, catfish

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

More
13 years 1 month ago #142414 by mignek
Hi sozzled

It works perfectly. Really appreciated!

Mignek

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

More
13 years 1 month ago #142675 by catfish
thanks Soz..
i noticed while thanking you, page in the forum didnt reload, whereas on my site the whole page has to reload when clicking karmas or thank you.
thanks.

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

More
13 years 1 month ago #142952 by DarKMaSk

sozzled wrote: It is really easy to resolve these "invisible text" problems if you use Firebug and add the "right" kind of CSS to your Joomla site template.

Basically, you need to add the following lines to your Joomla site template CSS:

Code:
#Kunena .kreply-form .inputbox { color: #xxxxx; }
where "xxxxxx" is something "different" (lighter in colour) than 000000 (black)


My dear friend, I saw this post too, but couldn't figure out where to put this code. Can you please help ?

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

Time to create page: 0.271 seconds