Kunena 6.2.6 released

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

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
10 years 2 months ago - 10 years 2 months ago #1 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.
Attachments:
Last edit: 10 years 2 months ago by sixtyfive.

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

More
10 years 2 months ago - 10 years 2 months ago #2 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

Attachments:
Last edit: 10 years 2 months ago by coder4life.

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

More
9 years 11 months ago #3 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
8 years 5 months ago #4 by GODpleasers
Whats it do How can i disable it?

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

More
8 years 5 months ago #5 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
8 years 5 months ago #6 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.493 seconds