pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Site broken after upgrade to Grav 1.7 (most of the generated HTML inside double quotes)
· 6 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
· 6 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
· 6 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
-
Thumbnails for odt files
· 6 years ago
@pzul, First of all... don't make any changes in a downloaded theme! Instead, create an inherited theme. If changing Quark itself, you will loose all changes when Quark gets upgraded. We need a tad mo
-
Css question (theme quark)
· 6 years ago
@pzul, It depends on how fluent you are with scss... Plain css: Create an inherited theme. If you don't all changes will be lost when Quark gets upgraded. Create file '/user/themes/mytheme/css/custom
-
Json filetype in (Contact)form with flex
· 6 years ago
@epb, a frontend form must generate a json file with records. Any front-end request can be caught by a plugin which writes the posted form into a json file: $file = File::instance($filename); $file
-
Send email after login with one-time-login plugin
· 6 years ago
@mcambronero, The same error happens when the initialization of the email plugin happens later then when the one-time-login plugin calls $this->grav['Email']. Looking at the code of one-time-login
-
Send email after login with one-time-login plugin
· 6 years ago
@mcambronero, When plugin 'email' is not installed, command $this->grav['Email'] will throw the following error: [2021-03-11 19:09:44] grav.CRITICAL: Identifier "Email" is not defined. - Trace: #0
-
GRAV 1.7 page blueprint pagemedia vs file
· 6 years ago
@seb3000, Shouldn't it be destination: 'page://media'? See definition of File field and streams. When I add the following to Quarks '/blueprints/default.yaml', an image is correctly added to folder 'u
-
From WP to Grav
· 6 years ago
@lucy66t, Nice indeed... According to Google Lighthouse, there is some room for improvement though... desktop mobile: To improve the loading of assets, you may want to take a look at the Asset Ma