pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3171 posts · 16 topics · 1018 reputation
Badges
Recent posts
-
clean way to show some content only if someone is logged in?
· 2 weeks ago
@Netzhexe, Have you played with the following short-codes: [authenticated]Only logged-in visitors see this.[/authenticated] or [guest]...a little bit of text for people who are not yet logged in and a
-
is it possible to save a colorpicker value as oklch? how do I go about adding that?
· 2 weeks ago
Tailwind provides a default color set defined using oklch. For example --color-gray-50: oklch(0.984 0.003 247.858), whould be used in css like: color: var(--color-gray-50); I don't see why you cannot
-
is it possible to save a colorpicker value as oklch? how do I go about adding that?
· 2 weeks ago
I have a theme that lets users pick a colour, bur I would like to have them as oklch values instead of hexadecimal. Just curious, a user picks a color and the colorpicker returns a hex (or sRGB). Wha
-
clean way to show some content only if someone is logged in?
· 2 weeks ago
@Netzhexe, Maybe I'm missing something, but what functionality are you missing when you mark a page only accessible to logged in users? https://learn.getgrav.org/20/cookbook/general-recipes#create-a-p
-
iframe in Grav 2.0
· 3 weeks ago
Issue created by @dmeissner on Github: https://github.com/getgrav/grav/issues/4213 Reply from Andy : The "Dangerous HTML Tags" list you edited only feeds the security scanner (the warning on save). I
-
Getgrav Core 2.0.11: broke data-options@
· 3 weeks ago
@duceduc, I can reproduce your findings. A few thoughts: The field option data-*@ is only mentioned in the docs in section Blueprints and not in Frontend Forms. It might have never been the intention
-
Quark2 and image_align: left -- images stays right
· 3 weeks ago
@superhua, I can reproduce the issue. Quark is using flex, and header option image_align left would reverse the order of the columns using flex-direction: row-reverse;. Quark2 is using grid and does
-
iframe in Grav 2.0
· 3 weeks ago
@davidm, @martonlente, If Andy's solution didn't work for the both of you, then there might be an issue. Would you (@davidm) mind creating an issue at https://github.com/getgrav/grav/issues ? That wou
-
Replacement of plugin recent_posts
· 3 weeks ago
@hannsmattes, Would you mind sharing the results of trying the direct install? Others might benefit from your experience. Thanks.
-
Marked post as spam, nothing happens
· 3 weeks ago
@rhuk Thanks!