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

hughbris Veteran

Regular

Grav Forum Moderators

@hughbris · Joined 9 years ago · 579 posts · 13 topics · 127 reputation

Badges

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

Recent posts

  • Changing Logo gives black image · 8 years ago

    Agree that hardocding is a sucky way to do it. Sorry my suggestion was from memory. Looks like you need to do something more like what you see on https://learn.getgrav.org/content/media#url for the sa

  • Changing Logo gives black image · 8 years ago

    Oh wow, I've never used Quark but I looked up the template and there's this line: <a href="{{ home_url }}" class="navbar-brand mr-10">{% include('@images/grav-logo.svg') %}</a> which is a

  • 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?