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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Hugh Barnes Veteran

Regular

Grav Forum Moderators

@hughbris · Joined 8 years ago · 577 posts · 12 topics · 127 reputation

Badges

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

Recent posts

  • Changing Logo gives black image · 8 years ago

    If you replace it with a PNG image (and tweak that filename to match), does it work? If so, it's probably something about the SVG you produced.

  • Theme tutorial problem · 8 years ago

    Thanks. Looks like that bug is no longer in the repository, which is great but doesn't resolve your problem. Sorry. I can't imagine a cause and I doubt an empty child theme templates folder will cause

  • Theme tutorial problem · 8 years ago

    When you look at your-new-theme.yaml, do you see your theme and child theme in this order? - user/themes/your-new-theme - user/themes/antimatter If you used devtools as in the tutori

  • Deploying over FTP takes ages · 8 years ago

    Download the zip directly onto the server with wget or something if you can. Otherwise, upload it all. For some reason, FTP is very slow with many files. I don't use the GitSync plugin, but I do have

  • Add link to a checkbox field's label · 8 years ago

    Sorry to be THAT guy. I don't think it's a great idea to put links in labels, because it's outside the spec and you don't know what browsers will do with it. When looking up a reference, I noticed the

  • Date Range Help not so URGENT anymore · 8 years ago

    Now you got me curious 😛 Why was page.collection returning 20180532? Do you mean d? Why do you think this worked before May 31st? Not urgent to reply, just wondering.

  • Getting one random children page using TWIG · 8 years ago

    The main thing is you're happy :)

  • Copied install not working · 8 years ago

    Is your web server virtual host set up similar to the examples provided in the Grav package? What do your PHP logs tell you when you hit the URL?

  • Date Range Help not so URGENT anymore · 8 years ago

    Can you give us some context for the variable d? Where does it come from and what format is it? Did you run an update on Grav core or any plugins on the 31st? If so, you might find clues (and bugs!) b

  • Textarea editor called in YAML not processing markdown · 8 years ago

    It's probably good that Twig is ignorant by default of blueprints and form field types: template designers should be considering this anyway and it makes the templates more self-documenting it provid