pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3135 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
ERROR: flex-objects.html.twig template not found for page:
· 5 years ago
@idna, Since I have no experience with Gantry, I have not more suggestions...
-
ERROR: flex-objects.html.twig template not found for page:
· 5 years ago
@idna, Did you install plugin flex-objects? That's the plugin which provided template flex-objects.html.twig.
-
Set default attributes to markdown images to avoid cls
· 5 years ago
@christiana83, I've created a PR with a proposal to add the height and width automatically when an <img> tag is created in Markdown.
-
Site broken after upgrade to Grav 1.7 (most of the generated HTML inside double quotes)
· 5 years ago
@mathmax, Does that make sense? No that does not make sense, because that will be the same as adding the 'compatibility' properties and defies the security measure... In that case, why the {{}} op
-
Site broken after upgrade to Grav 1.7 (most of the generated HTML inside double quotes)
· 5 years ago
@mathmax, Yes, it is a security measure and the best approach is to go through the theme's templates and add the |raw filter to outputs that can be trusted. Or ask the developer of the theme to make i
-
Session_store_active has no effect
· 5 years ago
@wblondel, It seems that setting session_store_active: true will never have any effect, because the language is determined before the session has been initialised. The language is never stored in, nor
-
Site broken after upgrade to Grav 1.7 (most of the generated HTML inside double quotes)
· 5 years ago
@mathmax , If you did an upgrade by Admin or $ bin/gpm selfupgrade it should fix the autoescape issue. If it didn't, depending on how you did the upgrade, I would either file an issue on the repo of A
-
Site broken after upgrade to Grav 1.7 (most of the generated HTML inside double quotes)
· 5 years ago
@mathmax, The code you are showing looks perfectly valid to me... ;-) Did you perhaps mean to show the following? <body id="top" class=" page_home"> &lt;link href="https://maxcdn.bootstrap
-
Easily convert HTML to Grav CMS - Question from a new user
· 5 years ago
@Tommyjolly, That largely depends on how 'clean' your exported pages look like. But I guess some custom code is required to parse the HTML into meta, content, styling and js and build Grav pages and t
-
Thumbnails for odt files
· 5 years ago
@pzul, the following steps will replace the default thumb by your own custom thumb: Extension 'odt' is not supported by default, so we need to tell Grav about it: copy '/system/config/media.yaml' in