pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
[Multi-Language]Menu with proper links
· 10 months ago
@pawellabaj: I use darkquark theme and in /user/themes/darkquark/templates/macros/macros.html.twig property p.routable is being checked: <a href="{% if p.routable %}{{ p.url }}{% else %}#{% endif %
-
[Multi-Language]Menu with proper links
· 10 months ago
@pawellabaj, Unfortunately, this is a long standing issue: https://github.com/getgrav/grav/issues/2985 https://github.com/getgrav/grav/issues/3932 You need to set a few things: in user/config/syst
-
Safe way to make changes in Grav Common
· 10 months ago
@Slartibartfast, According the docs, you could also use the function in Twig using Grav's Twig filter |safe_truncate_html. Having said that... Changes created using a plugin will (might) be cached, wh
-
Change the page title based on collection type/name
· 10 months 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
· 10 months 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?
· 10 months 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?
· 10 months ago
@Nicola, Have you had a chance to work on it?
-
Newbie, Featherlight, long caption
· 10 months 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
· 10 months ago
@Galileo, Do you perhaps mean plugin FeatherLight?
-
How to use forms to collect information from users
· 10 months 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