Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Jayesh Gohel Member
@gnat · Joined 8 years ago · 29 posts · 2 topics · 9 reputation
Badges
Recent posts
-
How to horizontal radioboxes or checkboxes
· 8 years ago
Well this can be done with some CSS. .radio { display: inline-block }
-
How to set header image in grav blog page
· 8 years ago
Glad it helped. These are but basics of how Grav works. Cheers!
-
Page specific scss
· 8 years ago
You can compile the SCSS with whatever toolkit you use, eventually you will be adding the compiled assets to the Twig templates. Assets (like Javascript and CSS) can be added to Twig templates using
-
GravCart Adding the comma for price
· 8 years ago
Glad it helped 🙂
-
How to set header image in grav blog page
· 8 years ago
If you're using the admin panel, under 'Page Media' for the blog item. Or you could just put the images in the same folder as the page.
-
GravCart Adding the comma for price
· 8 years ago
You can use the number_format Twig filter, as - {{ 9800.333|number_format }}
-
Is it possible to create .md files in batch?
· 8 years ago
@RobLui @paul Would really appreciate any pointers showing how this can be achieved.
-
Is it possible to create .md files in batch?
· 8 years ago
Thank you for your answer @paul. I was looking at a Grav (or Grav+Admin) based solution here. You think it is possible to write a plugin that crawls through the folder structure and performs actions b
-
Is it possible to create .md files in batch?
· 8 years ago
Hello, Idea is to create a photo-gallery from images organised into folders (a lot of them). I do not want to create a .md file using the admin panel - as I would have to go through each link and save