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 Kunena - Crypsis flaws, Shape5 template Design control

More
10 years 5 months ago #169429 by tapaza80
Anyone else experience same flaws? Is it due to Bootstrap? Any possible solutions?

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

More
10 years 5 months ago #169432 by 810
yes, this you see, when you yemplate builder used custom css to style the menu's.

You can fix this by saving the small css changes you need to find with inspector or firebug.

You can save the on:
backend - template manager - edit less - select custom.less - and put there the changes

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

More
10 years 5 months ago #169433 by tapaza80
First of all, thanks for all your work with Kunena. A really great effort you putting in this project! Then, thanks for reply.

If I update Kunena to newer versions, will the custom.less file be changed?

Any kind soul out there that can help me style up the things above, I will be really thankfull!
www.classichonda.nu/forum/index

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

More
10 years 5 months ago #169439 by 810
custom.less wil not be updated, after a update.

so its safe to use the custom.less file
But for safe you can make a backup, after the code is correct working for you.

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

More
10 years 5 months ago #169456 by tapaza80
thanks

i opened that custom.less for crypsis and added

#kunena.layout .navbar .nav > li > a {
padding: 9px 8px;
}

(Saved) but I see no effect, in firebug i see the effect

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

More
10 years 5 months ago #169458 by 810
if you add custom css on less, you don't need #kunena.layout

So try this:
Code:
.navbar .nav > li > a { padding: 9px 8px; }

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

Time to create page: 0.245 seconds