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 · 421 posts · 31 topics · 215 reputation

Badges

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

Creator of Grav CMS + other things...

Recent posts

  • Login issue on admin panel · 9 years ago

    Have you tried another browser to rule out if the problem is Edge only? I've tested with Edge in the past and it seems to work ok for me, but i don't test it much.

  • [PRIME Theme] Contact form theme doesn't send messages · 9 years ago

    Did you test the email with the CLI command? https://github.com/getgrav/grav-plugin-email#testing-emails

  • Performance: Completely disable twig caching vs. disbling cache on modulars · 9 years ago

    Obviously disabling cache means that more work has to be done on each viewing of a page. Module pages, ie, those that are included by the parent 'modular' page, are processed with their corresponding

  • Admincontroller.php getting deleted by the server? · 9 years ago

    Must be something on the server doing this. Perhaps a security script? You might need to contact your hosting company.

  • Install Grav in Vesta Panel with Nginx + php fpm · 9 years ago

    Glad to hear it worked. I'm not surprised really, the rewrite rules needed for Grav are pretty much the same as those needed by WordPress, Joomla, etc. The thing is the config we provide in the web

  • Can't get width or height of .gif file · 9 years ago

    GIFs are treated as animated files and not images. This is because if they are treated as images in Grav, and you resize them or perform any actions, the animation is lost. This is actually a limita

  • Date time picker 12 hour change · 9 years ago

    I don't think this is possible currently. Please create an issue for it on the admin plugin repo: https://github.com/getgrav/grav-plugin-admin/issues

  • How could Grav move all its files to another directory? · 9 years ago

    Grav simply does not have any logic that would be able to do this. Much more likely is its something on your hosting provider, either something automated (for backup?) or something in a script they

  • Git & Gantry - How? · 9 years ago

    It's really just a matter of putting stuff that commonly conflicts into a .gitignore file. Obviously your going to have issues with cache folders, or anything that is autogenerated, so make sure thos

  • Starting to look into Grav for WP replacement · 9 years ago

    There's plenty of ways to integrate google calendar with a PHP-based app like Grav. For example: https://developers.google.com/google-apps/calendar/quickstart/php I don't think there's a calendar plu