Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Zwitterio Member
@zwitterio · Joined 8 years ago · 19 posts · 7 topics · 4 reputation
Badges
Recent posts
-
How to access to header custom properties with php?
· 7 years ago
Oh, I see! I didn't noticed that. By the way, I enjoy diving into the code, when I have some input. It's good for learning, so thanks again for pointing me the right code to start.
-
Mobile Font Size
· 7 years ago
You're welcome, I'm happy it worked! Just like I said, ask when you have some questions. Now you should select the tick of "solution" near the answer that you think solved your problem to make this th
-
Mobile Font Size
· 7 years ago
It's all a CSS matter. You have to go to the custom.css file and set something like this: @media screen and (min-width: 480px) { html { 1. font-size: calc(16px + 4 * ((100vw - 480px)/ 80
-
How to access to header custom properties with php?
· 7 years ago
I'm studying from this examples, but I continue to obtain the same error when trying to get frontmatter infos: "Undefined property: stdClass::$pagefrontmatter" In my php, I did this: public function o
-
How to access to header custom properties with php?
· 7 years ago
Thank you, the link you passed is very useful and I think it has answers to a lot of my questions, but I really can't find the answer to my original question. I'm sure it's my fault: maybe I didn't ex
-
How to access to header custom properties with php?
· 7 years ago
I already know how to access properties from header in twig templates. If I want to get the title of an article and printing it in a page, I can write: page.header.title If I want to get strings assoc
-
Facebook Instant Articles
· 7 years ago
Hi there, does someone integrate his blog with facebook instant articles? If so, can he give me some advice? I'm trying via RSS feed but, for some reason, it doesn't work. Thanks
-
SQLite integration in Grav
· 8 years ago
Oh, that's true! I was searching the problem in the php and I didn't noticed that the error was in the template. It makes perfect sense. Thanks
-
SQLite integration in Grav
· 8 years ago
It means that I include the blogroll.html.twig file in the sidebar template exactly like you suggest in the readme (copypasting) but, without touching the config files, it show me only the "SIDE PROJE
-
SQLite integration in Grav
· 8 years ago
I tried many times, but I can't run your plugin blogroll properly. I was trying because I thought I could learn from how blogroll works, but I really don't know why (with original yaml file) it doesn'