pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3130 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Parent menu item list parents
· 8 years ago
@smegnl It sounds like you are looking for collections: A collection of pages having some commonality. The documentation has a dedicated section on collections: https://learn.getgrav.org/content/colle
-
Remove data from input's names
· 8 years ago
@davidbrisebois Are you sure the partial 'field.html.twig' is in the correct folder of your theme? It should be '/user/themes/mytheme/templates/forms/default/field.html.twig'. I have double checked my
-
jQuery-ui install
· 8 years ago
@jstubbs Maybe it is an idea to share your experience with the Grav team on GitHub?
-
jQuery-ui install
· 8 years ago
@jstubbs Have you tried Grav's build-in datetime picker?
-
How to call snippets in image alt and title in twig template
· 8 years ago
@aristotletalks Luckily there are more ways... The good old 'manual' way... <a href="{{ banner.url }}"> {# {{ page.media.images[banner.image].html('', banner.title) }} #} <img src="{
-
Looking for clarification on a few points before deciding whether or not to use Grav
· 8 years ago
@dave Let me address your wishes point by point: Migrating from Wordpress, I copied the html from pages/posts straight into my markdown files. The only markdown about them is the '*.md' extension. Gr
-
How to call snippets in image alt and title in twig template
· 8 years ago
@aristotletalks I'm not using 'x-corporate' but instead use a theme inheriting from Quark. I tried to mimic your template and page definitions as you mailed me as close as possible. I created the t
-
Meta description tag is empty after editing from the admin config
· 8 years ago
I have already notified the Grav team and the theme developer about the virus alert. It might be a false positive, but better save then sorry... And yes you are right. I would not launch a website wit
-
Meta description tag is empty after editing from the admin config
· 8 years ago
@aristotletalks First of all, Windows 10 detects a virus in the 'x-corporation' skeleton... Second: When using Quark and entering meta data in Admin for page on tab 'Options', section 'Publishing' all
-
How to call snippets in image alt and title in twig template
· 8 years ago
@aristotletalks I suggested in our PM to remove the curly braces around banner.title. But that appears not to work... Would you mind sharing the definition of 'banner'?