[HELP] Error Upgrade Helix Ultimate [SOLVED]

RFSIOS

Member
XNullUser
Joined
Jun 30, 2022
Messages
82
Reaction score
3
Points
8
NullCash
224
Good morning everyone.

Has anyone ever encountered problems while upgrading Helix Ultimate?

Whenever I try, I face the same failure. Even though I import the settings and restore them when the upgrade is complete, I get the page failure message.

Undefined variable $link_color: templates/shaper_helixultimate/scss/theme.scss on line 477, at column 7 Call Stack: #0 import templates/shaper_helixultimate/scss/theme.scss templates/shaper_helixultimate/scss/master.scss on line 8 #1 import templates/shaper_helixultimate/scss/master.scss (unknown file) on line 1​


theme.scss - Line 477 Col 7
}
a {
color: #909196;
&:hover {
color: $link_color;
}
}

masters.scss
/**
* @package Helix Ultimate Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/

@import 'theme';
@import 'legacy';
@import 'menu';
@import 'offcanvas';
// @import 'edit';
@import 'animation';
@import 'preloaders';
@import 'responsive';

SOLVED

After some tests I was able to identify the problem.

Extensions > Theme > Styles

Select Template Helix > Template Options > and in advanced settings > SCSS > Disable SCSS to CSS conversion
 
Last edited:
Top