pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, It seems you did not clear the root of Grav It also seems you've unzipped into folder /app/grav-admin/user, because folder /app/grav-admin/user/user now contains the skeleton. @Karmalakas, f
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, Are you sure you cleared the root of the Grav installation and unzipped grav-skeleton-deliver-site+admin-1.2.0.zip into the root of the Grav installation. You should find the following /user/pa
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, Admin plugin: Grav is a flat-file CMS which means everything can be done via the command-line. The Admin plugin is an add-on to make life easier for user who feel uncomfortable using the comma
-
Empty header/frontmatter (maximum file size exceeded?), move header content to raw_content
· 4 years ago
@danielkoptak, Before spending time on the issue, would you mind sharing what you are trying to achieve?
-
Why is base.html.twig located in the Partials folder?
· 4 years ago
@red, There is no technical reason/requirement to use folder /partials. It's Grav's arbitrary convention for organising templates: page templates are inside the root folder /templates reusable (inclu
-
Err_empty_response
· 4 years ago
@Stephan, Hm... Is the file still symlinked, or located in the folder of the page? If still symlinked, try also copying the file into /user/pages/02.typography Try using the following links in the pag
-
Err_empty_response
· 4 years ago
I've updated my earlier reply about Grav's involvement when fetching files. I overlooked the type of Url being used.
-
How to AJAX form with recaptcha?
· 4 years ago
@Karmalakas, Thanks! I use reCaptcha v2 (checkbox) on my page with Form plugin v6.0.0 and it works just fine with Ajax form You make it sound as if adding reCaptcha to the Ajax tutorial mentioned be
-
How to AJAX form with recaptcha?
· 4 years ago
@Karmalakas, Sounds great! Would you mind sharing your code and also update the issue on Github?
-
How to AJAX form with recaptcha?
· 4 years ago
@cchinopoulos, Did you visit the repo of grav-plugin-form as mentioned above? https://github.com/getgrav/grav-plugin-form/issues/512