pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
How to reorder modular page children in Admin using page titles instead of manual array input?
· 10 months ago
@Nicola, Add number prefixes to the page folders, like 01._about/about.md. Admin will then show the field 'Folder Numeric Prefix' as 'Enabled'. When you drag/drop modules in the page list, Grav will a
-
Impossible to align images left or right on pages with Editorial Theme
· 10 months ago
Counter-intuitive solution provided by the theme... IMHO The markdown always creates an \<img> element. Hence the theme should have provided css like: img.right { float:right; } That would mat
-
Create a new template with card containers for blogroll [Editorial Theme]
· 10 months ago
@ramenos, If a theme's templates do not provide the layout that you want, you will have to override the theme's template you are using for that page in your own child/inheriting theme.
-
Impossible to align images left or right on pages with Editorial Theme
· 10 months ago
@ramenos, It feels like there is a misconception of how Markdown for images work.. Depending on you interpretation, there could be two things going on... You might be thinking that ?class=right shoul
-
How to reorder modular page children in Admin using page titles instead of manual array input?
· 10 months ago
@Nicola, Have you tried opening any child module of the modular page and sort the modules by drag & drop in the "Ordering" section?
-
Grav built-in captcha systems for protecting forms
· 11 months ago
@squeak, Any progress you could share? And if solved, would you mind marking the post as solved?
-
Video not playing under IOS
· 11 months ago
@tarudeone, To complement @Karmalakas... Many iOS users on the web who are complaining too.
-
List fields in admin panel
· 11 months ago
@paulchen, Grav expects a page file (*.md) to consist of frontmatter (formatted using yaml, which will be translated into object|null) and content (string|null). The content could contain Markdown, HT
-
Which files and folders to symlink under public_html?
· 11 months ago
@Gin: For sandbox, i guess it also symlink cache folder but i guess i will need it since different websites have different caches. when one cleared i dont want other also cleared. I guess... I guess.
-
How to prevent Grav from resizing images?
· 11 months ago
@mji, Admin's default media settings are: pagemedia: resize_width: 0 resize_height: 0 res_min_width: 0 res_min_height: 0 res_max_width: 0 res_max_height: 0 resize_quality: 0.8 And accord