Folium Template does Not Work! - Question | JoomShaper

Folium Template does Not Work!

FP

Felice Preziosi

Template 2 weeks ago

Folium /index.php/home/web-developer 0 Undefined variable. , 25 | background: $topbar_bg_color; | ^^^^^^^^^^^^^^^^ ' presets.scss 25:14 @import - 1:9 root stylesheet

/index.php/home/writter 0 line 1, column 35: expected ")". , 1 | a {b: scssphp-parse-value((#f8f8f8;))} | ^ '

/index.php/home/musician 0 line 1, column 35: expected ")". , 1 | a {b: scssphp-parse-value((#f8f8f8;))} | ^ '

/index.php/home/vlogger 0 line 1, column 35: expected ")". , 1 | a {b: scssphp-parse-value((#f8f8f8;))} | ^ '

/index.php/home/model 0 line 1, column 35: expected ")". , 1 | a {b: scssphp-parse-value((#f8f8f8;))} | ^ '

All variations of the home page display errors Except the default one

This is running on localhost - Laragon - Apache 2.4.62 MySQL 8.4.3

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 weeks ago #217825

Hello,

I hope you’re doing well. I’m sorry for the experience you’ve had so far.

To look into this issue more closely, could you please share temporary Super Admin access (inside the hidden content box)? I’ll check this and update you as soon as possible.

Please make sure to keep a full site backup before sharing the credentials, just to be safe.

Best regards,

0
FP
Felice Preziosi
Accepted Answer
1 week ago #217931

As I said in the opening of the topic, the application is on localhost. I can't give you admin access.

Even if you try to use Ngrok, we would have time zone problems.

Our difference is +8:30.

To make matters worse, I have a contract that requires the site to be ready within the next 3 days.

I want to help you, but I don't know how.

0
FP
Felice Preziosi
Accepted Answer
1 week ago #217971

If you purchased a Joomshaper license and expected fast and efficient support, unfortunately you chose the wrong company. I detected the error myself and corrected it. It's not a version or configuration problem, but rather a programming error.

Therefore, think carefully before renewing.

I identified two issues from the errors I sent:

scssphp-parse-value error with

(#f8f8f8;) : Caused by an extra semicolon in SCSS variable values (likely in the database or template configuration), which breaks the compiler. Undefined variable error: Caused by empty variables being ignored by the compiler, but required by the

presets.scss file. Applied Fix: I modified the file

plugins/system/helixultimate/src/Core/HelixUltimate.php to:

Automatically sanitize variable values (removing extra ;). Ensure empty variables are defined as null in SCSS instead of being ignored, preventing the "undefined variable" error. I also forced a CSS cache clear.

Your attitude is regrettable. I have been a user of Joomshaper applications for years and have always received prompt and good service. This time it was NEGLECT. Maybe this criticism will wake you up and make you act more quickly and efficiently.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 week ago #218019

Hi,

I completely understand your frustration — please accept my apologies. The last two days were weekends here, which caused the delay.

I’m glad to hear that you were able to find a solution. However, simply turning off “Compile SCSS to CSS” inside the Template Options should have resolved the issue as well.

Here’s a reference screenshot: https://share.cleanshot.com/HzJQxSwB

Best regards,

0