Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

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.

Solved Kunena knewchar position is bad

More
12 years 1 month ago - 12 years 1 month ago #153365 by sixtyfive
Hello Community,
the knewchar position on my kunena latest module is very bad. It's placed on the Homepage. Here's the Website and a demo login:

dtg-cs.com/v3/v3final/
user: test
pass: test




I would like to fix this but cant find the correct css file.
Last edit: 12 years 1 month ago by sixtyfive.

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

More
12 years 1 month ago - 12 years 1 month ago #153367 by coder4life
This is caused by your CSS normalize file from your main tempalate.

Commenting out these lines may fix it. Or you may need to override this by changing this file.

/modules/mod_kunenalatest/tmpl/css/kunenalatest.css
Code:
.klatest-items .knewchar { color: #009900; font-family: Arial,Helvetica,sans-serif; font-size: 0.75em; font-weight: bold; line-height: inherit; margin-left: 3px; vertical-align: top; white-space: nowrap; }

Although I suggest using CSS escalation and creating a custom file, as you will have to reapply this every time you update the Kunena Latest Module

Last edit: 12 years 1 month ago by coder4life.

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

More
11 years 10 months ago #155874 by sozzled
*** Topic closed - Assumed resolved satisfactorily - no follow-up/further response from user ***

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

More
10 years 4 months ago #169619 by GODpleasers
Whats it do How can i disable it?

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

More
10 years 4 months ago #169622 by 810
Replied by 810 on topic Kunena knewchar position is bad
add this on your css from your joomla template:
Code:
.klatest-subject .knewchar { display:none;}

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

More
10 years 4 months ago #169624 by GODpleasers

810 wrote: add this on your css from your joomla template:

Code:
.klatest-subject .knewchar { display:none;}



Thanks so whats it purpose.?

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

Time to create page: 0.265 seconds