- Posts: 30
- Thank you received: 2
Kunena 6.1.0 Released
The Kunena team has announce the arrival of Kunena 6.1.0 [K 6.1.0] which is now available for download as a native Joomla extension for J! 4.3.x & J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0
Solved Problem with topic display in Crypsis template
7 years 9 months ago #1
by carlat2
Problem with topic display in Crypsis template was created by carlat2
Please Log in or Create an account to join the conversation.
7 years 9 months ago #2
by 810
Replied by 810 on topic Problem with topic display in Crypsis template
its taking the css from the template. So one css line is wrong. I need to see this behavior, to solve this issue for you.
Please Log in or Create an account to join the conversation.
7 years 9 months ago #3
by carlat2
Replied by carlat2 on topic Problem with topic display in Crypsis template
Please Log in or Create an account to join the conversation.
7 years 9 months ago - 7 years 9 months ago #4
by 810
Replied by 810 on topic Problem with topic display in Crypsis template
1) Kunena Template manager
2) Select crypsis - edit less
3) Select custom.less
4) Paste:
5) Click on save
6) clean cache.
Then it should be working.
if not add this on the joomla template css:
ps I think if you disable the optimize plugin, the othere issues are also solved
2) Select crypsis - edit less
3) Select custom.less
4) Paste:
Code:
.kmsg {
height: auto !important;
margin: 20px 0;
word-wrap: break-word;
}
5) Click on save
6) clean cache.
Then it should be working.
if not add this on the joomla template css:
Code:
.layout#kunena .kmsg {
height: auto;
margin: 20px 0;
word-wrap: break-word;
}
ps I think if you disable the optimize plugin, the othere issues are also solved
Last edit: 7 years 9 months ago by 810.
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds