0
I get two errors when I try to use ThemeMagic. The first on is:
Syntax Error on line 112
in navigation.less on line 112, column 5:
111 .caret {
112 s}
And the second one is:
Syntax Error on line 48
in variables.less on line 48, column 1:
[email protected] = 20;
[email protected] = 112px;
Can't adjust template width without this function.
Syntax Error on line 112
in navigation.less on line 112, column 5:
111 .caret {
112 s}
And the second one is:
Syntax Error on line 48
in variables.less on line 48, column 1:
[email protected] = 20;
[email protected] = 112px;
Can't adjust template width without this function.
Responses (2)
-
Accepted Answer
0No takers eh?
I found this one myself too. Edit the named files to fix the syntax errors.
In [site root]/templates/b2j_manook/less/navigation.less remove the s before s} on line 112.
In [site root]/templates/b2j_manook/less/variables.less fix all the = sign syntax errors on lines 48 to 51 like this:
@circleCount: 20;
@circleSize: 112px;
@circleInnerSize: 100px;
@itemSpecialFontSize: 18px;
Compile LESS to CSS and ThemeManager will work a bit better. -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »