Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Disabling git-sync when developing · 4 years ago

    @nolan, Never worked with Git-Sync, but wouldn't it work if you disable the plugin on localhost and manually push changes to Github? I guess that after pushing, a Github webhook will then trigger your

  • Readme Won't Let Me Unpublish · 4 years ago

    @farnsco, The first few lines of the last error are quite informative. The error is thrown by vendor/autoload.php when called by plugin 'Presentation' in presentation.php line 70. I don't think this

  • Agency Theme - change menu font color · 4 years ago

    @SportStau, The pipeline was not the issue, because earlier this morning, I saw custom.css and its css being loaded in my browser. Maybe your browser hasn't refreshed back then? When working on html

  • Agency Theme - change menu font color · 4 years ago

    @SportStau, Does the CSS file have to be compiled? No, css is what is understood by the browser. Only scss, sass and less files need to be compiled into css. I’ve inherited a job and I’m supposed

  • Fatal error - Unintelligible message · 4 years ago

    @ToTechBase If you upgraded from Grav 1.6.x to Grav 1.7.x you might experience Yaml compatibility issues. Grav 1.7.x is more strict. See Upgrade Guide Most Common Issues point 2. According the error,

  • Agency Theme - change menu font color · 4 years ago

    @SportStau, In that case, you can create file /user/themes/efbornheim/css/custom.css and add your css in that file.

  • Agency Theme - change menu font color · 4 years ago

    @SportStau, It is a custom theme from Agency with its own file structure. Not sure what your interpretation of "custom theme" is. Do you mean Agency is inherited as @Karmalakas asked? If so, does

  • Plugin Comment | Some comments are not saved · 4 years ago

    @Bastian, Did you have a look at the repo of plugin Comments.

  • Recaptcha showing but apparently not working · 4 years ago

    @skipper, Have your tried my steps? I'm using ReCaptcha v3, which does not have a checkbox labelled “I’m not a robot”. I used the following setting for the form: process: captcha: true

  • Recaptcha showing but apparently not working · 4 years ago

    @skipper, I did the following using reCaptcha v3: Created form with copied sample from the docs (see link from @ozfiddler) Created file /user/config/plugins/form.yaml containing: recaptcha: version: