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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation

Badges

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

Recent posts

  • Chosing inherited theme in admin panel · 5 years ago

    @nwi, Have you tried the CLI method to see if that creates a functional child theme?

  • Chosing inherited theme in admin panel · 5 years ago

    @nwi, If properly defined a child theme shows up in Admin. I would suggest to use the easier and less error prone CLI version: $ bin/gpm install devtools $ bin/plugin devtools new-theme // Choose in

  • Create collection independent of query params in url · 5 years ago

    @pmoreno, Have you tried my suggestions for your minipost collection?

  • Create collection independent of query params in url · 5 years ago

    @pmoreno, By default, page.collection uses setting 'url_taxonomy_filters': true, which means the collection will be filtered by the query provided in the url. When using url /blog/author:foo, the col

  • Form doesn't send data. No error shown · 5 years ago

    @01K A bit more feedback might be helpful if someone else tumbles over the same issue.. How did you found out that AdvancedPageCache was causing the issue? In what way is AdvancedPageCache causing th

  • Form doesn't send data. No error shown · 5 years ago

    @01K, The async submission of the form returns a success status and its return value seems to be the HTML of the home page. Then, the return value is being assigned to div with class message-success.

  • Link to posts by author · 5 years ago

    @pmoreno, Asking someone else may be easier, but not as fulfilling as finding a solution yourself... ;-) As a bonus, you may mark your reply as 'solution'.

  • Link to posts by author · 5 years ago

    @pmoreno, What have you tried so far?

  • Have I (my photo site) outgrown Grav cms, hope not · 5 years ago

    @Japhy, Two possible workarounds: Rename/move the /images folder before updating Grav and rename/move back afterwards. When all images have been prepped upfront using an image editor like Photoshop

  • Have I (my photo site) outgrown Grav cms, hope not · 5 years ago

    @Japhy, Hum, that's odd... As far as I know, by default, the cache of processed images should not be flushed when a page changes. Unless... the following setting has been set to true in user/config/sy