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

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 337 posts · 28 topics · 184 reputation

Badges

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

Recent posts

  • Backend (Admin Plugin): Ability to create/clone field on the admin site · 9 years ago

    Which field? what are you trying to achieve?

  • Markdown: paragraph on images · 9 years ago

    Another option although it's not optimal, is you can add a class to the image that provides a negative top/bottom margin to offset any paragraph tag. ![](yourimage.jpg?classes=p-offset and then for yo

  • Infinite redirect loop on fresh installation of Grav · 9 years ago

    What does your Nginx configuration look like?

  • IntelliJ Plugin for Grav · 9 years ago

    This is awesome. I use PHPStorm for all my Grav development and this will be really useful. Please let me know when PHPStorm support is ready and i'll definitely be up for testing it.

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