Vadym Member
@b.da · Joined 4 years ago · 96 posts · 0 topics · 30 reputation
Badges
Recent posts
-
shortcode does not get rendered in markdown fields except for page content?
· 4 weeks ago
@Netzhexe, you need to add |markdown|shortcodes|raw twig filters, or just |shortcodes|raw if you only need to convert shortcodes. UPD: Here is a link to the docs.
-
clean way to show some content only if someone is logged in?
· 1 month ago
If you're using the first approach (adding the form to the page frontmatter), and your homepage is not same as config.plugins.login.route, copy the login-form.html.twig partial to your theme and chang
-
clean way to show some content only if someone is logged in?
· 1 month ago
My 2 cents for fully private websites. In my scenario, I needed to lock down the entire site. I used a simple redirect check inside base.html.twig and a custom login.html.twig template. Note: If a log
-
Skulkworks.dev
· 1 month ago
Zapier vibes 🧐 Top-tier as always, looking forward to the release!
-
clean way to show some content only if someone is logged in?
· 1 month ago
Anna, when you include {% include 'partials/login-form.html.twig' with { show_login_form: true } %} in a custom Twig template, you must provide form structure in that page's .md frontmatter (even if a
-
is it possible to save a colorpicker value as oklch? how do I go about adding that?
· 1 month ago
Hi @Netzhexe, agreeing with @pamtbaau thoughts, if you just need color manipulation (lighter/darker shades), it's much easier to save a standard HEX and handle it using modern CSS (color-mix() or okl
-
Difference in Twig conditional behavior between Grav 1.7 and Grav 2
· 3 months ago
Hi @pmoreno, I decided to test this scenario by installing one of the themes you maintain (Editorial) in a clean Grav 2 environment, and reproduced the exact behavior you are describing. Here are a fe
-
Language name display modiify
· 3 months ago
@Barlos, You changed user settings for admin panel. Check and adjust Configuration > Languages > Supported (here is link)
-
Customizing Blog Post Layout Using "Summary Size and Separator"
· 5 months ago
Hey @q3d, bumping this because thanks to @paulhibbitts we have a solution. @b.da: Great snippet for splitting page content. Headed in this direction in my project, but ended up with a custom variabl
-
Helios Course Hub Skeleton/Plugin – 1.0 Coming Soon, Early Feedback Welcome
· 5 months ago
Congrats on the upcoming release, Paul! 👏 Great snippet for splitting page content.