Header Problem After Update Helix Ultimate - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Header Problem After Update Helix Ultimate

P

Petra

Helix Framework 3 years ago

Hi,

I'm using Joomla 4.1.5 with the template "Magnin" and the latest Page builder pro. After updating the Helix ultimate framework the settings auf the Header do not work anymore. How can I fix this?

This how it looked before updating: [https://prnt.sc/9fGqDZK6DmhQ]

Now it is looking like that: [https://prnt.sc/EcXKG3H2SEO4]

This is the header setting: [https://prnt.sc/RMldE2guReA9]

And as I saw now: It is not only a header Problem... my custom.css file does not work anymore!

I have tried to fix it with this solution, but it does not work: https://www.joomshaper.com/forum/question/16914

Thanks!

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #81931

Hi,

Sorry for the delay.

Becuase in Helix Ultimate there is Bootstrap 5.1 - with new rules for offcanvas menu it made some mess in mobile menu that was in that template.

As I saw you used override.css file method and that file is loaded.

0
P
Petra
Accepted Answer
3 years ago #81462

Hello support,

I am waiting for a solution to my problem. It's been 1 day since I asked you this question and I think it's not too much to ask for a solution within a day.

Especially since I am not informed by mail about an answer and I always have to actively log into the forum to see if there is an answer!

Thank you very much!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #81935

About custom.css file - is loaded now, I removed html code to loaded override.css file.

but still checking .... why styles are not used, probably small bug somewhere between lines.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #81940

This time, You made small mistake, and somehow it locked all styles inside custom.css

You've written

body {font-family:'Roboto, sans-serif;}

but should be

body {font-family:'Roboto', sans-serif;}

Hopefully https://jigsaw.w3.org/css-validator/ helped ;p

as you can see browsers are not so error-proof

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #81941

In general FIXED

0
P
Petra
Accepted Answer
3 years ago #81949

Hi Paul,

thank you for fixing it. And thanks for the validator tipp!

0