Badges
Creator of Grav CMS + other things...
Recent posts
-
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
-
Login issue on admin panel
· 9 years ago
I'm pretty sure its related to the user-manager plugin specifically then as I can't replicate it. Please create an issue on that github repo.
-
Best way to put small icons inline with text?
· 9 years ago
lol, i thought I wrote one already.. Yes it's in shortcode-core plugin 🙂
-
Login issue on admin panel
· 9 years ago
I can't replicate this, how are you clearing cache? I can clear cache no problem in the admin without it force-logging-me-out.
-
Sort attached images at blog posts for choosing a teaser picture thru admin plugin
· 9 years ago
you probably just need to set something in the page header like: featured_image: foo.jpg Then in your Twig template for the blog display you could have: <div id="featured-image"> {{ page.media[p
-
Print image in blog template
· 9 years ago
shortcut is: {{ header_image_media.cropZoom(header_image_width, header_image_height).classes('foo').html }} notice the .classes('foo') part...
-
Git & Gantry - How?
· 9 years ago
Really you can do it anyway you like, but you can push the whole user/ folder into git. You might want to add a few things to .gitignore like accounts/ if you don't want that info in a public repo. A
-
Google Star Rating
· 9 years ago
Actually this is supported in the star-ratings plugin: https://github.com/getgrav/grav-plugin-star-ratings#aggregate-rating
-
IntelliJ Plugin for Grav
· 9 years ago
IntelliJ is specifically written for Java development. PhpStorm is for PHP development. You need the later version.