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

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 434 posts · 32 topics · 222 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Creator of Grav CMS + other things...

Recent posts

  • White screen after install · 9 years ago

    Frankly, rather than a whole lot of troubleshooting for your 1and1 hosting, how about simply changing to a better more full featured hosting provider? You would have less issues, and better performan

  • Use of shortcodes for catalogue entries? · 9 years ago

    Shortcodes are really a way to wrap functionality up and then allow quick access to output that functionality. I don't think they really are the solution you are looking for. It might be best to stor

  • Website is very slow in spite of grav core feature (crazy fast..) · 9 years ago

    Grav is open source which means that the code is completely open. Also 99% of plugins are open source too. This means that any competent developer can look over the code and understand it. That mean

  • Admin pro plugin? · 9 years ago

    We're still working on it, but we've been busy with paying bills and supporting Grav itself. We have made good progress on GPM updates that we actually need before we can make Admin Pro a reality.

  • Website is very slow in spite of grav core feature (crazy fast..) · 9 years ago

    It seems very likely by the length of this thread that your developer is not as experienced with Grav development as he may of led you to believe. Determining the cause of a slow site is not easy wit

  • Markdown: paragraph on images · 9 years ago

    Just a general rule of thumb, but you don't want to put any style other than some margin on <p> tags.

  • Black background instead of content when scrolling the page · 9 years ago

    I'm not really seeing anything. I think it's probably related to JS stuff you have loading not fully initializing until all images are loaded though. Nothing Grav specific, but your theme/design/css

  • Ability to use Twig namespaces in templates {% include `@name/test.twig' %} · 9 years ago

    I've added namespaces support in latest develop branch of Grav. You need to use Twig::addPath($path, $namespace)

  • Video Gallery / Video Portfolio · 9 years ago

    Not really following you. if you have a video file in your frontmatter, then just putting: ![](yourvideo.mp4) Would be enough to render a simple <video> tag

  • Maximum size for image in FeatherLight lightbox · 9 years ago

    Yes, I think that an update to featherlight plugin is in order. I'll try to get to that soon.