Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3127 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Browser can't find/doesn't display fonts
· 8 years ago
@siebenstein Using SCSS is a bit more tricky... You could do the following: Create a child theme using inheritance Add font files to /user/themes/mytheme/fonts In the child theme create folder /user/
-
/app/user/data does not exist when deploying on heroku
· 8 years ago
@XizzoR Found these pages through Google Why are my file uploads missing/deleted? Ephemeral filesystem Do these make sense?
-
Browser can't find/doesn't display fonts
· 8 years ago
@siebenstein There are several ways to customize a theme. Have a look at Customization in the Grav docs. It shows the different options. The quick and dirty way for testing: Add the font files In /us
-
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