pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Shortcode-owl-carousel support for webp images and cropZoom
· 6 years ago
@pmoreno , According the docs of Grav on Supported Media Files, webp is currently not supported. Image manipulation functions like cropZoom will therefor not be supported. Support for webp has been as
-
English translation of the langswitcher suddenly not working
· 6 years ago
@werdi, I'm afraid you 'sort of' solved it... You solved it for a visitor whose browser is set to German. The issue appears when using the following combined setting: http_accept_language: true incl
-
Which icon or FontAwesome icon isn't loading?
· 6 years ago
@techielass, The icons in your page are defined in two different ways: In the footer by inserting <i class="fab fa-1x fa-facebook"></i> This definition comes from file 'all.min.css' In th
-
Which icon or FontAwesome icon isn't loading?
· 6 years ago
@techielass, Comparing your site and the demo site of Antimatter, you seem to be missing 'line-awesome.min.css'. That file loads font-family: FontAwesome.
-
Loading list takes long time
· 6 years ago
@Jakub_Nagy, I think the chances on a detailed reply will be higher when you post this question/issue on the Github repo of the Admin plugin. That's where the developers live... I'm still wondering if
-
Language-selector plugin, change selection
· 6 years ago
@iclou, You could try the following: If not already, please create an inherited theme. Let's assume you called it 'mytheme' Copy file /user/plugins/language-selector/templates/partials/language-selec
-
Inexperienced Programmer needs better understanding of Twig
· 6 years ago
@jimheil, For most common extensions to Grav, there are already plugins available. See the plugin list. And writing your own plugin for the fun of it is also a good way to expand your scope/knowledge
-
Inexperienced Programmer needs better understanding of Twig
· 6 years ago
@jimheil, My experience: Twig: If you want to make changes to existing themes, knowledge about Twig is almost a requirement. Unless changing some config variables will do. And there are also Grav us
-
Inexperienced Programmer needs better understanding of Twig
· 6 years ago
@jimheil, Welcome to the forum! Did you try a search on Google? Like: Twig tutorial. Twig for Template Designers is a good starting point straight from the source.
-
Plugin for changing markdown, text and html of pages automatically ("batch processing")
· 6 years ago
@Markus, You're always welcome to share your code for feedback. If you prefer you may PM me.