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

  • How can you change Quark theme default colors? · 8 years ago

    On shared hosting a provider will not let you compile Sass... Compiling Sass and any other development/testing/debugging should be done on your local installation. When you're done, you upload the re

  • Uziversitari: a book promotion site made with Grav · 8 years ago

    When I browse to https://uziversitari.marcocevoli.com/cpanel, I do get a login page... Once you login, you can go to 'File Manager' and easily upload files. And ftp will probably also be available. Is

  • Display image url from file custom field · 8 years ago

    Only realised later what you meant by below question and forgot to reply... @Michael: But it brings on one last question : If I drop files on the “page media” area, my files are in the same folder th

  • Admin: Edit page blank · 8 years ago

    Yep, it's true, my questions may seem simple, but subconsciously they force one to dig deeper.... As you have noticed yourself...

  • Included grav-logo.svg missing on extending theme · 8 years ago

    @PatrickTT I did some test to find out the cause of above mentioned errors. The steps I took: I created a child theme 'myquark' manually. And got the dreaded error. RuntimeException (400) Template

  • Declaration of Twig Variables · 8 years ago

    Yes there are 'rules' for variables. E.g foo.bar equals foo['bar'] See the official Twig documentation on variables and further down

  • Long piece of content breaking page · 8 years ago

    @Morticai I just wondered... You are probably not the first wanting to display page content without the summary. Google comes to the rescue.... Displaying page content without summary

  • Declaration of Twig Variables · 8 years ago

    @antoine0579 Some documentation on variables in Twig: Theme Variables gives a list of variables that are available in Twig. Think of config object, site object, page object, theme object... Twig Filt

  • Admin: Edit page blank · 8 years ago

    @ParaguayErrante I have no solutions, only questions... Have you checked the console of the browser? Have you checked Grav's log files? Have your compared file permissions on both systems?

  • Long piece of content breaking page · 8 years ago

    @Morticai Add this in item.yaml right above import@: header.summary.custom: type: textarea toggleable: true label: Custom Summary classes: large rows: 5 placeholder: Add your custom summar