Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Solved Crypsis Template bugged?

More
10 years 10 months ago #165974 by 810

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

More
10 years 10 months ago #165993 by scenium
Replied by scenium on topic Crypsis Template bugged?
This only for Helix Framework, but not for Helix3 Framevork (

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

More
10 years 10 months ago #166012 by 810

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

More
10 years 10 months ago #166028 by scenium
Replied by scenium on topic Crypsis Template bugged?

810 wrote: github.com/JoomShaper/Helix3/pull/2/files


Dont work :(

Fatal Error was detected!

The error was detected in the Shaper Helix3 Template.

Fatal Error: Call to a member function setLessVariables() on a non-object in templates/shaper_helix3/index.php on line 132


Also, after the change does not work the whole site (just a white page).

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

More
10 years 10 months ago #166030 by 810
Replied by 810 on topic Crypsis Template bugged?
Yeah saw that to.

They have a method to have overrides the values.

I don't know how to fix that.

Temp Fix:
custom your template.

When you don't want any changes anymore do this on line 152
Code:
if (!class_exists('lessc')) { $this->helix3->addCSS('bootstrap.min.css, font-awesome.min.css')// CSS Files ->addJS('bootstrap.min.js, jquery.sticky.js, main.js')// JS Files ->lessInit()->setLessVariables(array( 'preset' => $this->helix3->Preset(), 'bg_color' => $this->helix3->PresetParam('_bg'), 'text_color' => $this->helix3->PresetParam('_text'), 'major_color' => $this->helix3->PresetParam('_major') )) ->addLess('legacy/bootstrap', 'legacy') ->addLess('master', 'template'); } else { $this->helix3->addCSS('template.css, font-awesome.min.css, bootstrap.min.css') ->addJS('bootstrap.min.js, jquery.sticky.js, main.js'); }

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

More
10 years 10 months ago #166032 by scenium
Replied by scenium on topic Crypsis Template bugged?
I do not understand where to insert this code.

In between the lines of the original file

if(count($files)) {

and

foreach($files as $file) {


Or changes in the file between the lines

return $value;

and

}

?

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

Time to create page: 0.223 seconds