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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation

Badges

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

Recent posts

  • Export flex-object to PDF · 3 years ago

    @Foorinto, As far as I know, Grav does not provide any way to generate PDF files. I see two different approaches: Create a listing in Admin, and use the Print functionality of the browser to generate

  • Largest Contentful Paint · 3 years ago

    @unleashed: It’s less about doubt and more about trepidation. It's always a good idea to experiment on a local development machine... :-) After experimenting, please mark your post as 'solved'.

  • Largest Contentful Paint · 3 years ago

    @unleashed, Is it really as easy as adding the sizes with media queries in the markdown or twig? Why this doubt? Have you experienced issues with responsive images before using Grav? Depending on

  • Largest Contentful Paint · 3 years ago

    @unleashed, Are you using responsive images? This will allow the browser to choose different images depending on the size of the provided images and the dimensions of the device.

  • A way to determine all content types available for a "template"? · 3 years ago

    @hughbris, I like to think I did understand your question when giving my previous answer.. If you provide all three templates, there is no need to programmatically determine which content types exist,

  • A way to determine all content types available for a "template"? · 3 years ago

    @hughbris, I'm not suggesting to use the plugin, but you'll need the templates anyway. Why not just copy all three of them form the Feeds plugin into you theme? I suspect, your RSS, Atom and JSON form

  • A way to determine all content types available for a "template"? · 3 years ago

    @hughbris, Is it too hard to copy and alter all three templates from the Feed plugin? They are all approx. 40 lines of code.

  • Error "User is not set" · 3 years ago

    @hughbris, I can only find a reference to 'User is not set' and class AbstractTransportFactory inside directory /vendor of the Email plugin. But you'll probably have found that out already... And I ha

  • Error on first run After Composer install. Undefined Constant · 3 years ago

    @mikejones3, The issue also suggests... it seems that clearing OPcache by restarting PHP-FPM, which I randomly thought of, actually did the job.

  • Workaround for using 'validate.required' on form file fields · 3 years ago

    @bleutzinn: I guess the secret in why the Twig way didn’t work for me and did for you is {% block input_attributes %} The problem is that variables in Twig are only accessible in their scope. Tags li