Kunena 6.0.9.1 Released

The Kunena team has announce the arrival of Kunena 6.0.9.1 [K 6.0.9.1] which is now available for download as a native Joomla extension for 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 Crypsis custom.less file throws 404 error in Chrome Developer Tools

More
7 years 4 months ago #1 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
7 years 4 months ago #2 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.287 seconds