Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

Solved Crypsis and CSS override

More
11 years 3 months ago - 11 years 3 months ago #164410 by ruud
Replied by ruud on topic Crypsis and CSS override
[strike]Hi, I have created a custom.less, moved the custom.less to be the last line in crypsis.less
but the custom.less is not used?

tried putting it in ./media/kunena and in ./components/com_kunena/template/crypsis/less

custom.less is ignored and not parsed :(

Am I missing something?[/strike]

Solved it :whistle:

Was even able to replace font-awesome icons from template with jui icomoon icons :woohoo:

sharing = caring
Last edit: 11 years 3 months ago by ruud.

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

More
11 years 3 months ago #164423 by ruud
Replied by ruud on topic Crypsis and CSS override
btw, here is the fix I made in crypsis.less
Code:
/* * All url()'s should be relative paths from media folder inside the template or 'JROOT/media/kunena'. * Less parser will automatically search for all the files from the lookup paths and use the first match. */ #kunena.layout { @import 'variables.less'; @import 'quirks.less'; @import 'general.less'; @import 'editor.less'; @import 'icons.less'; @import 'user.less'; @import 'profile.less'; @import 'categories.less'; @import 'mediaqueries.less'; @import 'twitter.less'; @import '../../../../../media/kunena/custom.less'; /* @import 'debug'; */

sharing = caring

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

More
11 years 3 months ago #164430 by 810
Replied by 810 on topic Crypsis and CSS override
you don't need this.

Kunena shipped not with a custom.less file, so it wouldn't overwritten.

Also, I'm going to bring back edit less (was edit css). So you could change css in the backend, no need to use ftp anymore.

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

More
11 years 3 months ago #164443 by ruud
Replied by ruud on topic Crypsis and CSS override
even better :)

here is the link to the custom file: github.com/Ruud68/Kunena_meetgavern_custom.less

sharing = caring

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

Time to create page: 0.408 seconds