Help Please With Template - Question | JoomShaper

Celebrate JoomShaper's Sweet 16 with Flat 35% OFF!

Help Please With Template

WAD

WAD

Helix Framework 1 month ago

I am using Tabulizer in J6 and as soon as I add the module I get this error and it shows helix - can you help ASAP as we MUST go live! Undefined variable. , 627 | background-color: $offcanvas_menu_icon_color; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ' templates/shaper_helixultimate/scss/theme.scss 627:23 @import master.scss 8:9 @import - 1:9 root stylesheet

0
17 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #223529

Hi,

Thank you for reaching out.

The issue you’re encountering is related to the SCSS compiler not processing variables correctly (e.g., $offcanvas_menu_icon_color in theme.scss).

To resolve this, please disable the SCSS to CSS compiler from your Helix Ultimate settings:

Go to Template Options → Advanced → Disable “Compile SCSS to CSS”.

After that, kindly clear your site and browser cache, then check again.

If the issue persists, please let us know.

Best regards,

0
WAD
WAD
Accepted Answer
1 month ago #223542

See hidden

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #223545

I didn't see any error here.

Please, add screenshot of your issues or clear your joomla and browser cache.

Thanks

0
WAD
WAD
Accepted Answer
1 month ago #223546

See hidden

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #223551

Please, elaborate on your queries what are you looking for?

Thanks

0
WAD
WAD
Accepted Answer
1 month ago #223552

See hidden

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #223553

Please, check now. I have added this css into CAD template also.

body.view-article #sp-header,
body.view-calendar #sp-header,
body.com_eventbooking #sp-header{
  background: rgba(0,0,0,0.8) !important;
height: fit-content;
}

Thanks

0
WAD
WAD
Accepted Answer
1 month ago #223554

See hidden

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #223555

Ha Ha Ha, Why 'SO CLEVER'?

If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0
WAD
WAD
Accepted Answer
2 weeks ago #225249

Help please

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #225265

Hello,

Please, replace previosu code with this:

body.view-article #sp-header,
body.view-calendar #sp-header,
body.com_eventbooking #sp-header,
.view-page #sp-header{
  background: rgba(0,0,0,0.8) !important;
height: fit-content;
}

.itemid-373 .sp-page-builder .page-content #section-id-deb38458-2696-46a8-9996-4e6ca7ff3aae {
    padding-top: 0 !important;
    }

If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0
WAD
WAD
Accepted Answer
2 weeks ago #225271

Thank you but now we have lost the transparent effect before scroll, no dramas as at least the travel bit has a header you can read but would be nice to have if possible? x

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #225272

Hello,

Thank you for your feedback.

The current CSS makes the header background permanently dark on that page, which is why the transparent effect before scrolling is no longer visible.

Please, add transparent color instead of solid color.

Thank you!

0
WAD
WAD
Accepted Answer
2 weeks ago #225429

Can you resend the code so I can replace it please as I need to sort this - thank you in advance ;)

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #225477

Here is the code:

body.view-article #sp-header,
body.view-calendar #sp-header,
body.com_eventbooking #sp-header,
.view-page #sp-header{
  background: rgba(0,0,0,0.8) !important;
height: fit-content;
}

.itemid-373 .sp-page-builder .page-content #section-id-deb38458-2696-46a8-9996-4e6ca7ff3aae {
    padding-top: 0 !important;
    }

If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0
WAD
WAD
Accepted Answer
1 week ago #225680

Please see hidden

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 week ago #225681

Hello,

From my check, the image is already starting from the top and right side. However, since you are using a standard image module/addon, it is not displaying at full width.

To make it full width, you will need to set the image container to width: 100% (and ensure there is no padding or margin applied from the parent container).

If everything is now working correctly, please mark this question as resolved by accepting one of our answers.

Thank you!

0