gantry5
gantry5 copied to clipboard
BUG - Gantry version 5.5.17 is breaking some CSS configuration
On Citadel Theme, Gantry 5.5.17 is breaking the logo / slideshow CSS
Back on 5.5.15, all works fine.
Can you provide more details? What do you mean breaking?
The new update is breaking 2 of my gantry templated sites. The site breaking associated with the attached screenshot is running the Phoenix template
and looks to be a twig error
I have a second site running on Requiem, that just gives a 500 error when the new gantry is installed.
Both templates are running on their latest versions, and in both instances, when I roll back to 5.5.16, everything is fine.
Thanks for reply. What PHP version is that and WordPress version as well? I will test on my local
The one with the screenshot is running on PHP 8.1. When issue was first observed the site was on WordPress 6.2.x, but its now 6.3.2.. so it would appear that its not dependent on Wordpress version. I can generate a clone if you need it.
Would be a absolutely perfect. Please send a link to clone or a clone to [email protected]. Thank you.
Same problem as jessedw44 but with Citadel Theme.
Wordpress 6.3.2 Php 8.0.30
Sent clone creditials to [email protected]
The latest development version of gantry, produced a traceable error, pointing back to the custom.scss file.
I had this :root {--tec-font-family-sans-serif: font-family:'Open Sans', sans-serif;} which would not compile in SCSS... taking it out and putting it into the wordpress customizer, or base style.css solves the error. The particular code is an override for the theeventscalendar, which was meant to make the fonts in theeventscalendar match my site.
I hope this is helpful