Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Question Some Template Problems

More
15 years 11 months ago #21 by djXpire
Replied by djXpire on topic Re:Some Template Problems
thanks, but didn't work.

the menu bar now gets affected..

Attachments:

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

More
15 years 11 months ago - 15 years 11 months ago #22 by Lintzy
Replied by Lintzy on topic Re:Some Template Problems
This was a mistake of mine, did you copy the bbcodes too? I only wanted to mark changes red.

#nav a {text-decoration:none;display:block;cursor:pointer;height:42px; padding:0px 0px 0px 7px;margin:0px 0px 0px 8px;}

#nav a {text-decoration:none;display:inlineblock;cursor:pointer;height:42px; padding:0px 0px 0px 7px;margin:0px 0px 0px 8px;}


So, it is correct.
Last edit: 15 years 11 months ago by Lintzy.

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

More
15 years 11 months ago #23 by djXpire
Replied by djXpire on topic Re:Some Template Problems
thanks, but its not working. :(

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

More
15 years 11 months ago - 15 years 11 months ago #24 by Lintzy
Replied by Lintzy on topic Re:Some Template Problems
Is there any way, that i could test it live? With firebug it ist not possible, because the error originates in Internet Explorer.
Last edit: 15 years 11 months ago by Lintzy.

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

More
15 years 11 months ago #25 by djXpire
Replied by djXpire on topic Re:Some Template Problems
check ur PM at Jom Social, sent u details... thanks!!! :D

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

More
15 years 11 months ago - 15 years 11 months ago #26 by Lintzy
Replied by Lintzy on topic Re:Some Template Problems
Ok, it is fixed and here is the code you have to change, if an update is neccessary:

kunena.forum.css

change (red)

#Kunena #Kunena_top td {
background: #FFFFFF;
color:#000000;
height:35px;
margin:0;
border-style:solid;
border-color:#5182A4;
border-top-width:0;
border-right-width:0;
border-bottom-width:3px;
border-left-width:0;
}


to new (red)

#Kunena #Kunena_top td {
background: #FFFFFF;
color:#000000;
height:auto;
margin:0;
border-style:solid;
border-color:#5182A4;
border-top-width:0;
border-right-width:0;
border-bottom-width:3px;
border-left-width:0;
}

Last edit: 15 years 11 months ago by Lintzy.

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

More
15 years 11 months ago #27 by djXpire
Replied by djXpire on topic Re:Some Template Problems
works like WONDER!!! thanks... you mentioned CA15 CSS? whats that? thanks...

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

More
15 years 11 months ago #28 by Lintzy
Replied by Lintzy on topic Re:Some Template Problems
i meant, there were many *.css files, that's all ;-D

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

More
15 years 11 months ago #29 by Matias
Replied by Matias on topic Re:Some Template Problems
It may be showing wrong because of some of these errors (there are mismatched tags, illegal tags, non-escaped javascript, badly written urls etc, etc):

Front page:
validator.w3.org/check?uri=http%3A%2F%2F...3C_Validator%2F1.606

Forum page:
validator.w3.org/check?uri=http%3A%2F%2F...3C_Validator%2F1.606

Seems to work almost in IE6 (virtual computer on my desktop), but I don't have IE7.. :(

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

Time to create page: 0.471 seconds