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

Paul Hibbitts Regular

@paulhibbitts · Joined 9 years ago · 459 posts · 2 topics · 113 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to include "reading time" to blog posts? · 7 years ago

    You will need to make small changes to Twig files in order to do that @yFStein. For example, to add reading time to the blog post listing page you would edit the blog_item.html.twig file. Here is an e

  • How to include "reading time" to blog posts? · 7 years ago

    Hi @yFStein, it looks like you need to add a bit of Twig to the relevant template used (in your case a blog post): https://github.com/getgrav/grav-plugin-readingtime#initial-setup If you tell me the t

  • Automated cache clear after gitsync · 7 years ago

    Hmm... well one option might be to use the Scheduler (in the Admin Panel) to periodically run a clear cache command? https://learn.getgrav.org/16/advanced/scheduler

  • Automated cache clear after gitsync · 7 years ago

    Hi @yFStein, I've used Git Sync on sites with cache enabled and from what I remember updated pages refresh the cache automatically - what is the behavior you are looking for?

  • Lightslider on non-modular page via markdown? · 7 years ago

    Hi @leG, you might want to try the Page Inject Plugin, which can embed another Grav page via Markdown https://github.com/getgrav/grav-plugin-page-inject I've found this to be an extremely useful Plugi

  • How to use or enable version control in GRAV · 7 years ago

    Hi @Nagarajkumar, I've implemented something very similar in an alternate version of my Learn2 With Git Sync skeleton if you want to give that a go: https://github.com/hibbitts-design/grav-skeleton-le

  • Reg image optimization as per gtmatrix · 7 years ago

    Tinypng.com is also another similar service.

  • Onepage menu problem · 7 years ago

    Hi @plugngeek, it's hard to say without seeing your actual Pages folder but one thing to check is if the pages are modular (https://learn.getgrav.org/16/content/modular)? You can see an example Home p

  • Custom Gantry Layouts Not Loading In Grav · 7 years ago

    Hi @nerdheart101, I've not used Gantry with Grav for a while but I remember it being a bit tricky to determine exactly where custom theme and blueprints need to be located - have you reviewed this pag

  • Extra space between label and button · 7 years ago

    Thanks very much @pamtbaau👍