pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Dynamic form rendering // TWIG in Frontmatter
· 7 years ago
@medi, Unfortunately, I haven't found a way to add logic to the definition of a form... The only option I see right now is to create your own plugin. A Twig template provided by the plugin could gene
-
Need help to utilize the Owl Carousel shortcode plugin
· 7 years ago
@01K, @leG See my reply to the issue posted by @leG . Hope that solves a bit of the confusion...
-
Owl-Carousel Slider - Twig integration?
· 7 years ago
@leG, The 'Shortcode Owl Carousel' plugin processes a certain tag/shortcode inside the Markdown page. And your Twig code is not being processed inside Markdown... A catch-22 it seems... Fortunately, T
-
Custom page names overwritten by admin interface
· 7 years ago
@bmcwilliams, if you want to suggest a new feature, or report a bug, you will have the highest chance of a response by the developers if you create an issue in one of the github repositories of Grav.
-
Stream mp3 with twig
· 7 years ago
@shane, as far as I know the syntax is the same for different media types... Anything particular you were stumbling upon?
-
Quark: Show hero image from blog page also on default page
· 7 years ago
@thomas, You might consider having a look at the following: There is a down-arrow that has no function. The default Grav footer might not be what you want. The menu blinks when scrolling up and down
-
Quark: Show hero image from blog page also on default page
· 7 years ago
@thomas, Have you already updated your site? It doesn't feel right as it is right now...
-
Quark: Show hero image from blog page also on default page
· 7 years ago
@thomas, Ah well, that was not part of the question... ;-) You could try copying template 'user/themes/quark/templates/partials/hero.html.twig' to you theme and comment out lines 2 to 6. That way you
-
Quark: Show hero image from blog page also on default page
· 7 years ago
@thomas, You could adapt the default.html.twig in Quark, but I would suggest the following: Create an inherited theme. This will prevent future updates of Quark to override your changes. Follow the s
-
Stream mp3 with twig
· 7 years ago
For anyone else who wants to know in which locations media files can be placed, the documents have a dedicated chapter on it: Where to put your media files