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

Question Forum thread text not showing

More
16 years 4 months ago #34803 by mentor
One of the uses sent this. I've looked around but can't seem to find anything.
Please point me in the right direction.

We recently migrated to a new server and a new installation of Joomla.
I had backed up the individual tables associated with Kunema. Then I did a new Kunena install on the new site and imported the Kunena tables.

Here's the issue now:

I'm getting some strange problems when looking at the forum. some of the posts are just white space. The words are there if I highlight them I can read it. It's almost as though the font colour was set to white. This only happens on some posts and not others.

for example
www.zeitgeist-canada.com/index.php?optio...c=view&catid=5&id=95

I can see the movie and the text in the reply afterwords, but I can not see the text in the original post unless I highlight it.

Please advise.

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

More
16 years 4 months ago - 16 years 4 months ago #34822 by @quila
1. In your JOOMLA template css file (template_css.css) on line 6 you have

body, td, th {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:160%;
}


change color:#FFFFFF; in something else or delete this line

2. If you have problems in other part of site with first solution you can add red colored line in kunena.forum.css on line 774

#Kunena div.msgtext {
border-top:1px solid #DDDDDD;
color:#444444;
margin-top:5px;
overflow:hidden;
padding:10px 0 0;
width:100%;
word-wrap:break-word;
}

Last edit: 16 years 4 months ago by @quila.

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

More
16 years 4 months ago #34876 by mentor
Many thanks.
The first solution worked @quila, and text is again visible. Thanks for both.

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

Time to create page: 0.237 seconds