Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Twig image page's folder
· 2 years ago
So post is the correct one to use. Try dumping out and see what you have in media. Also you didn't answer any of the questions
-
Twig image page's folder
· 2 years ago
@Delf06: This command doesn’t work… What do you get? Did you try dumping page.media or post.media? What do you have there? Do you even have any images in the same page folder? 😕
-
Twig image page's folder
· 2 years ago
Your whole template uses post. Try {{ post.media.images|first|raw }}
-
Plugin: How to get url of media in current page's folder
· 2 years ago
It's either somewhere on Grav core or look for Shortcode plugin
-
Plugin: How to get url of media in current page's folder
· 2 years ago
In your case I believe getting SVG path is no different than getting any other image path. You probably could check how Grav does it by default
-
Plugin: How to get url of media in current page's folder
· 2 years ago
The point is, that if you can't make Grav work for you by using available themes and plugins, you will need to have basic knowledge of PHP and/or Twig. Most likely you will also need to dive into Grav
-
WHY "php bin/grav install" instead of "bin/grav install"
· 2 years ago
IIRC php ... is needed only on Windows. Don't ask me about technicalities of this 😅
-
Connecting the form plugin with the database plugin
· 2 years ago
I believe you'd nee a custom form action, which would put the data to DB
-
Delete/cancel tags
· 2 years ago
What is a blog and what is a tab in your case? This description of the issue, at least for me, doesn't make much sense 🤔
-
Too many directions causing apache to issue error 500
· 2 years ago
@kravclub.fr: I read the manual few years ago when I first set up my blog and later for the last upgrade I did (which included remaking my custom theme from scratch). From which Grav version did you