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

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

  • Redirect in GRAV · 7 years ago

    The docs do say "you can override or add any of your own settings by editing the user/config/site.yaml file" under the heading "Site Level Routes and Redirects". You must have missed that. If it's sti

  • Page media images not showing as resized · 7 years ago

    LOL, I have no idea!

  • Grav updates and pre cache challenge · 7 years ago

    I asked your question in the Discord chat and was hoping someone might log in here and answer 😕 Anyway, I'll pass on what was suggested. Go to command line at the root of your site's file system and t

  • Add striped, hover tables without wrapping tables in DIV tags (Quark Theme) · 7 years ago

    I don't use Quark and haven't tested this, but it should work for you. Also not sure if you want a global theme heading or on each page. Find the template with the table markup referenced above and ad

  • Page media images not showing as resized · 7 years ago

    Hi, glad you solved your problem, well done! I went to mark this solved but can't because you edited your original question. This is a new problem for me, just mentioning that because it's probably be

  • Different content per subdomain · 7 years ago

    I think you are right, Grav sites however set up cannot natively share content. Here are two ideas that might work for you: set up a folder containing shared content (pages) and use symlinks from you

  • Help with checkbox · 7 years ago

    Did you mean to write "when I press save"? This implies to me you check the checkbox but it's unset when you go to save the page. If you mean you want it to default to checked for new pages, use the d

  • Redirect returns 404 · 7 years ago

    This looks like it's as described in the docs. The only problem may be related to your trailing slash. Be aware there is also a setting redirect_trailing_slash which could be kicking in first, strippi

  • How to clear previous custom.css after changing · 7 years ago

    Oh wow, I never saw that plugin. As a way forward, I highly recommend working from a "child"/derived theme rather than editing your copy of Quark. This protects you from losing your work when you upgr

  • Reply to address not users contact form address · 7 years ago

    Have you added it to the contact form email action like: reply_to: - "{{ form.value.email }}" ? Otherwise the reply to is just the sender.