pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Browser can't find/doesn't display fonts
· 8 years ago
@siebenstein Would your mind posting your question/answer in English so the entire community can benefit and/or help you? I would appreciate it.
-
Display image url from file custom field
· 8 years ago
On closer look... Grav defines the header object which is a shortcut to page.header(). Therefor header.mainImage could return the right value in the code provided in the initial post. Could, because i
-
Display image url from file custom field
· 8 years ago
@Michael, On first sight I would guess you have gotten the reference to the frontmatter wrong. It should be page.header.mainImage. The entire code becomes: {{ page.media[page.header.mainImage].url }}
-
Canonical link is different between version 1.4.5 and 1.4.6
· 8 years ago
@teamraider13 I am using the exact same code but do not get the port appended to the url. Have you tried 1.4.7? Could it be a conflicting plugin? My config is relatively clean: Grav 1.4.7 (but haven'
-
Unable to order modules - Grav 1.4
· 8 years ago
@tim I have just installed skeleton 'One-Page site' (based on Quark) to test custom ordering. TL;DR: Custom ordering works fine in demo setup mimicking your config. 'One-Page site' has the following m
-
Access previous saved data in blueprint
· 8 years ago
@Paddi, If you want to access the value of another field in the theme's blueprint, you can do the following: blueprints.yaml form: fields: mytext: type: text label: My Text mysel
-
TwenfyFifteen child theme does not change the font
· 8 years ago
@radoslav When looking at '/templates/partials/base.html.twig', the '/css/custom.css' stylesheet is not loaded. Add the following line to the list of stylesheets: <link rel='stylesheet' id='twentyf
-
Grav/twig tutorial
· 8 years ago
@antoine0579 In my opinion the Grav docs at https://learn.getgrav.org/ are a great starting point to get insight in Grav's basics and how to build themes and plugins. The first 4 chapter will take you
-
Photographer menu/submenu
· 8 years ago
@antoine0579 I'm afraid I do not quite understand what you mean by "easier to work with"? Tintamarre? Did your mean Photographer?
-
Get html in plugin
· 8 years ago
@finanalyst Have discovered the same. The redirect jump out immediately. I also wondered how you would display a page's full HTML inside a <div> without collisions... Back in the days when I use