Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Paul Massendari Regular
Grav Forum Moderators
@paul · Joined 9 years ago · 143 posts · 0 topics · 53 reputation
Badges
Recent posts
-
Re-write image names in admin plugin
· 9 years ago
Never tried it but there is this plugin for this purpose: https://github.com/david-szabo97/grav-plugin-admin-addon-media-rename
-
Adding "Related Pages" Plugin to Antimatter Theme
· 9 years ago
can you post the content of your relatedpages.yaml file?
-
Adding "Related Pages" Plugin to Antimatter Theme
· 9 years ago
Maybe it's related to this: https://github.com/getgrav/grav-plugin-relatedpages/issues/17 If you edit the relatedpages.yaml file through your editor, it should work.
-
How can I put fields above the original Content
· 9 years ago
You can use the ordering attribute, example: title: newblueprint '@extends': type: default context: blueprints://pages form: fields: tabs: type: tabs active: 1 fields
-
Add assets on Twig include
· 9 years ago
I will add this to the cookbook, but here is an explanation about how to add asset on a specific page. Basically, you need to extend the block that has all your js and call parents. Here is a link: ht
-
Get the slug of the mother page
· 9 years ago
Or you could use {{ home_url }}
-
Weird load of google maps in modular page
· 9 years ago
I have noted on a repo how to add assets only on specific page, you can take a look at it here: https://github.com/paulmassen/grav-collection#add-a-css-or-js-file-on-a-specific-page
-
Multiple taxonomy collection with pagination, limit, and order in twig?
· 9 years ago
I think findTaxonomy will fetch only the published page, so you can remove .published from the filter. Also, it seems like you are checking for .visible which means it will only displays page that are
-
Custom Field Grouping
· 9 years ago
Grouping fields can be done with the list field or with the fieldset. Is that what you need?
-
Escaping html in twig
· 9 years ago
you might have to manipulate it before encoding it with something like: http://php.net/manual/fr/function.simplexml-load-file.php