Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

paul Member

@prw · Joined 7 years ago · 54 posts · 14 topics · 7 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Is this normal block behavior in my template? · 6 years ago

    base.html.twig (contains {% block stylesheets %}, {% block javascripts %}, {% block body %} among others) => modular.html.twig (extends base.html.twig, contains {% block javascripts %}, {% block bo

  • Is this normal block behavior in my template? · 6 years ago

    @pamtbaau There's nothing I can see in the documentation that explains the behavior I outlined. Documentation as far as I can see refers only to blocks in child templates that include extends. In the

  • Is this normal block behavior in my template? · 6 years ago

    I have a question about blocks in templates and how they're implemented: I have a template that does not have an extends statement. It does have several block statements, such as {% block stylesheets

  • Markdown: paragraph on images · 6 years ago

    Thanks, @pamtbaau for all that very helpful feedback! I was obviously over-enthusiastic, and probably shouldn't have submitted the plugin. The code is all just patched together—I only managed to combi

  • Markdown: paragraph on images · 6 years ago

    Update: new url for the plugin that I mentioned in the comment above. I've submitted it to Grav for possible inclusion.

  • Markdown: paragraph on images · 6 years ago

    Another update: I referenced this thread and after tinkering with the php, updated and corrected some of the code to create a working plugin that removes <p> tags from around images. I'm an amat

  • Markdown: paragraph on images · 6 years ago

    I found another workaround, for anyone interested. With the shortcode-core plugin installed, you can surround the image in a shortcode such as [div] ![my image](my_image.jpg) [/div] or, more appropri

  • Markdown: paragraph on images · 6 years ago

    I'm also following this topic hoping for an elegant or built-in solution.

  • Customizing Quark inherited theme with SCSS? · 6 years ago

    With help from a friendly person on discord, I got the answer: I needed to set production-mode: false in [quark_child_theme].yaml

  • Customizing Quark inherited theme with SCSS? · 6 years ago

    Could someone advise me on customizing a theme inheriting from Quark with custom SCSS? I know that Quark only has custom.css by default. From my child theme folder, I'm using the following to compile: