Matt
Matt
in reference to this: https://github.com/gantry/gantry5/issues/1922 current console error: Uncaught TypeError: i.data(...).text is not a function at main.js?ver=61f03a36:1:136801 at e.exports (main.js?ver=61f03a36:1:312542) at constructor.forEach (main.js?ver=61f03a36:1:366177) at main.js?ver=61f03a36:1:136673 at XMLHttpRequest.l.onreadystatechange (main.js?ver=61f03a36:1:310536) This occurs...
Example: SCSS #g-header { background: url('../../../../uploads/header-backgrounds/image.png'); } compiles to: #g-header{background:url('https://www.domain.com../../../../uploads/header-backgrounds/image.png'); .... which obviously won't load correctly Rolling back to 5.4.37 resolves the issue
Apostrophes render like: **`'`** in meta values https://github.com/getgrav/grav-plugin-admin/issues/1940 ^^there it was suggested that the issue might be with the property values not being escaped, but it appears to me that's...
If I toggle Gantry from Production to Development under the Extras menu when it goes to write the gantry5.yaml file it creates a old-style custom environment path directly under /user/...
I'm unable to use the Default route override on a Grav page with Gantry. My example: Pages: About -Page 1 -Page 2 -Page 3 the 'About' page is set as...
https://docs.gantry.org/gantry5/configure/page-settings#lightcase The main settings page at http://cornel.bopp-art.com/lightcase/ is a dead link; which is also where the github links to for all the options. I scraped the guts of their documentation...