pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Change the page title based on collection type/name
· 1 year ago
@Slartibartfast, You can get the selected tag from the Uri using uri.param(): {{ dump(uri) }} // the Uri object {{ dump(uri.params) }} // all parameters {{ dump(uri.param('tag'))
-
Enter image in the editor with more extensive HTML
· 1 year ago
@paulchen, Please consider the readability of code snippets. Please edit your post and surround your snippet with triple backticks (```), like <pre> your nicely indented snippet </pre>
-
How to reorder modular page children in Admin using page titles instead of manual array input?
· 1 year ago
@Nicola, Yes, you are right. Sorry, I forgot to mention that.
-
How to reorder modular page children in Admin using page titles instead of manual array input?
· 1 year ago
@Nicola, Have you had a chance to work on it?
-
Newbie, Featherlight, long caption
· 1 year ago
@Galileo, By default, \<figure> is a block element and will take the entire width given by its parent container. The \<img> is displayed using its own width and the \<figcaption> wil
-
Newbie, Featherlight, long caption
· 1 year ago
@Galileo, Do you perhaps mean plugin FeatherLight?
-
How to use forms to collect information from users
· 1 year ago
@phil, Have you actually implemented forms for collecting data? I find this remark a bit of an insult to one of the most valuable contributors to this forum. Just because AI cannot help you out and
-
How to reorder modular page children in Admin using page titles instead of manual array input?
· 1 year 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
· 1 year 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]
· 1 year 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.