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

Question Some Template Problems

More
17 years 2 weeks ago #4215 by djXpire
Replied by djXpire on topic Re:Some Template Problems
thanks, but didn't work.

the menu bar now gets affected..

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

More
17 years 2 weeks ago - 17 years 2 weeks ago #4218 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: 17 years 2 weeks ago by Lintzy.

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

More
17 years 2 weeks ago #4225 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
17 years 2 weeks ago - 17 years 2 weeks ago #4226 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: 17 years 2 weeks ago by Lintzy.

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

More
17 years 2 weeks ago #4231 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
17 years 2 weeks ago - 17 years 2 weeks ago #4284 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: 17 years 2 weeks ago by Lintzy.

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

Time to create page: 0.634 seconds