Badges
Creator of Grav CMS + other things...
Recent posts
-
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.
-
Float an image left
· 9 years ago
You don't need markdown extra, in fact I would recommend not using it as it causes some other markdown bugs.
-
Twig dynamic translation
· 9 years ago
If you have made an improvement, please consider creating a pull request on the core Grav repo: https://github.com/getgrav/grav/