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 Seems to be bugs of default_ex template (Quick Reply and Online Status icons have no CSS)

More
16 years 2 months ago - 16 years 2 months ago #38948 by alex2001
I found a 2 bugs at default_ex template..

when I'm composing or replying there are some icons including Quick Reply (quick_reply.gif)

seems it has no own (forum) CSS definition so it takes general site's template defaults.

my default image settings incl. border and padding, so positions of all icons at right side (Reply, Quote etc) can be broken.

The same problem is with Online status image (online.gif)

Can you advice me which Kunena files I have to correct and which lines to add?

Thank you in advance!

ps

Kunena 1.5.9

nb

anyway your forum is really GREAT!!!
Last edit: 16 years 2 months ago by alex2001.

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

More
16 years 2 months ago #38954 by sozzled
Would you be able to show us a screenshot that illustrates your situation(a link to your website would be useful, too, if you could provide it). It is unlikely that there is a bug or defect in the default_ex template; it is more likely that there is a conflict elsewhere in your site template (but you still may need to fix it by changing your Kunena template). :)

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

More
16 years 2 months ago #38958 by alex2001
sorry, my site is offline now..

look example for online status:



it caused that my default site teplate make images this way, with border and padding.

so Kunena have no CSS definitions for these two icons: online.gif and quick_reply.gif at message.php

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

More
16 years 2 months ago #38962 by sozzled
When you get your site back online again, you can easily track down what is causing the misalignment of your images. It's almost certain that your site template CSS is overriding the Kunena template CSS. You will find the tool Firebug for Firefox is one of the best web design aids for your purposes. :)

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

More
16 years 2 months ago #38970 by alex2001
Yes, yes, thank you, I'm already realized it ;)

Thank you!!!

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

More
16 years 2 months ago #39263 by Matias
Maybe rule:

#Kunena img {
border: 0 none;
padding: 0;
}

or something similar helps?

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

Time to create page: 0.234 seconds