Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Seeking Flex-Objects CRUD tutorial (PHP) · 3 years ago

    @boatful, Did you have a chance to read the docs on Flex Objects and try the demo using 'Contacts'? Bonus points if the tutorial also addresses how to “join” 2 flex-objects and query the result. You

  • Default Frontmatter for Modular Pages · 3 years ago

    @chraebsli, Have you already consulted the docs on Media? In section Media: Where to put your media files, you will find examples of storing images in the folder of the page, or user/pages/images, or

  • Default Frontmatter for Modular Pages · 3 years ago

    @chraebsli, Ah that's a different scenario... In that case, have a look at /user/themes/quark/templates/modular/hero.html.twig, and see how a fallback image can be used if no hero_image is being defin

  • How to change the look in Quark as in the demo? · 3 years ago

    @TGD, I use the default Quark theme, which shows 4 different layouts in the screenshots. Not sure what you mean with "screenshots". I switch the page type to “Blog”, the photo background appears, a

  • How to use Modular (pages, content) in Grav? · 3 years ago

    @wmcig, I'm afraid your post is a bit confusing to me... May I suggest to download the One-Page Site skeleton and pay attention to: The folder structure */user/pages/01.home/* containing the modular

  • [SOLVED] Modular Carousel code is not defined in site · 3 years ago

    @wmcig, Instead of adding "SOLVED" to the title, please use the 'Solution' icon in the lower right corner of the reply that shows the solution, or leads to the solution.

  • Default Frontmatter for Modular Pages · 3 years ago

    @chraebsli, You haven't mentioned it, but may I presume pages are being edited using Admin? If so, add the frontmatter fields to blueprint user/themes/quark/blueprints/modular/hero.yaml and give the f

  • Add flex-object to existing flex-dir if not exists (from plugin php) · 3 years ago

    @assbach, This post seems to be drifting away from the initial question, which will lead to buried questions/answers, which: are hard to find for other users. cannot be marked as being 'solved'. I t

  • Disable cache on mobile phones · 3 years ago

    @sdesergi, When I make changes to a page with cache disabled, the changes are not displayed on mobile devices . From a desktop sometimes it also fails. I cannot reproduce this. On a fresh install o

  • Add flex-object to existing flex-dir if not exists (from plugin php) · 3 years ago

    @assbach, By the way, you're not the first doing this. Have a look at the Comments plugin to get some inspiration. It may give you some suggestions for performance and passing data to Twig. The only