Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

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

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Solved Crypsis custom.less file throws 404 error in Chrome Developer Tools

More
10 years 7 months ago #169999 by bluewatersailingweb
Following the suggestions in another post to get my search button back on the page layout area (it was hanging off the page), I added some code to the custom.less file for the Crypsis template in a Kunena 4.0.3 implementation.

The code changes fixed my button issue, but I started noticing an error in my Chrome Developers Tools Console:
Code:
suggestion-box:18 GET http://185.56.85.149/~bluewa66/media/kunena/cache/crypsis/css/custom.css

This error wasn't there before.

Interestingly, my css changes do show up on the site, and will change, if I change them in the custom.less file. But, when you inspect the search submission button, it shows the following as coming from kunena.css:
Code:
#kunena.layout button.btn.btn-default { line-height: 25px; }

That's the some of the code that I put in custom.less for the Crypsis template.

What gives?

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

More
10 years 7 months ago #170014 by 810
mhh I see he is loading the wrong dir:
media/kunena/cache/crypsis/css/custom.css

should be:
components/com_kunena/templates/crypsis/css/custom.css

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

Time to create page: 0.265 seconds